Description
We have a few places in which we link to a resources using a kri as a path parameter, i.e. data-planes-inbound-summary/policies.
With the decision in MADR: Add REST Endpoint for KRI-based Resource Lookup we can use the new API to fetch a generic resource from its kri and we no longer have to construct the parameters ourselves.
Use the policy origin (kri) and link to the policy detail view. Use the provided kri and fetch /_kri/{kri} to retrieve the policy resource data.
Description
We have a few places in which we link to a resources using a
krias a path parameter, i.e. data-planes-inbound-summary/policies.With the decision in MADR: Add REST Endpoint for KRI-based Resource Lookup we can use the new API to fetch a generic resource from its
kriand we no longer have to construct the parameters ourselves.Use the policy origin (
kri) and link to the policy detail view. Use the providedkriand fetch/_kri/{kri}to retrieve the policy resource data.