KVM access issue

We are facing this strange issue where we can see KVM policy is getting executed and data is fetched but surprisingly that KVM doesn't exist at all. We looked for all possibilities but not able to understand where it fetches the data from when KVM itself doesn't exist. If someone can help us regarding this it'll be helpful.

Solved Solved
0 6 361
1 ACCEPTED SOLUTION

Hi @Sunandita Dam

Thanks for confirming that the Scope is Organization. We don't have a UI to see the KVMs at the org level. You will need to access that using Mgmt API. KVMs can be stored/retrieved at - API, Env and Org. Looks like this entity is at the org level. You can check by using these APIs

View solution in original post

6 REPLIES 6

What is the <Scope> being used within the policy ?

Scope: Organization

But we checked in other environments belonging to this organization, couldn't find anything.

In what environment is the proxy being used and are you sure you're checking the KVM against the correct environment?

We are having this issue in PROD environment and checked in that environment.

Hi @Sunandita Dam

Thanks for confirming that the Scope is Organization. We don't have a UI to see the KVMs at the org level. You will need to access that using Mgmt API. KVMs can be stored/retrieved at - API, Env and Org. Looks like this entity is at the org level. You can check by using these APIs

Thanks a lot for the reply!