APIGEE X - Error while adding new subscription using Organization API - UUID string too large

Esu
Bronze 1
Bronze 1

Hi all, 

Facing "500 - UUId string too large" error when adding new subscription to an existing app using organization api. Here's the curl request I used :-

curl --location 'https://apigee.googleapis.com/v1/organizations/{org_name}/developers/{devemailId}/subscriptions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <tokenValue>' \
--data '{
"name": "product-actual-name",
"apiproduct": "product-actual-name",
"startTime": "1714026471",
"createdAt": "1714026471",
"lastModifiedAt": "1714026471"
}'

Below shows the exception received :

{
    "error": {
        "code": 500,
        "message": "UUID string too large",
        "status": "INTERNAL",
        "details": [
            {
                "@type": "type.googleapis.com/google.rpc.PreconditionFailure"
.....
}

 

Any help greatly appreciated !

0 2 42
2 REPLIES 2

That sounds like a bug - an unexpected behavior there. 

Can you contact Apigee support please, with that information?

Sure, thanks for the reply.