APIGEE X - Error while creating fetching entries of KVM

In Apigee X, when trying to view the entries using the following GET (Management Plane) for fetching entries of a KVM, we are getting HTTP 500 Internal Server Error:

https://apigee.googleapis.com/v1/organizations/{ORG_NAME}/keyvaluemaps/{KVM_NAME}/entries 

Response to above call: HTTP 500 Internal Server Error:

{
"error": {
"code": 500,
"message": "Internal error encountered.",
"status": "INTERNAL",
"details": [
{
"@type": "type.googleapis.com/google.rpc.PreconditionFailure",
"violations": [
{
"subject": "[2002:a17:90a:f281::]:4403:smgd19-20020a056c10a05300b000d14e2a27e9:9801:511390:24709116"
}
]
},
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"requestId": "6237682569345914570"
}
]
}
}

We do NOT understand the above error. Also we do NOT know what's causing the above error. If the above KVM corrupted? This is the most heavily used KVM in our application with most CRUD operations using both KeyValueMapOperations policy and Management APIs

Interestingly, we are able to GET list of all KVMs using:

https://apigee.googleapis.com/v1/organizations/{ORG_NAME}/keyvaluemaps

Also, we are able to fetch entries of all other KVMs in our ORG

1 1 111
1 REPLY 1

I think you should contact Google support with this problem.