migrating Developer Apps from Apigee Edge to Apigee x.

Hi All,

I got a new requirement to migrate developer Apps from Apigee Edge to Apigee X. I am trying to make a management api call with exported developer app JSON payload as given below.

{
    "appFamily""default",
    "appId""bd10ad92-aed6-40ba-bd41-612218d0765d",
    "attributes": [
        {
            "name""DisplayName",
            "value""mva_client_id"
        },
        {
            "name""Notes",
            "value"""
        },
        {
            "name""Scopes",
            "value""Global"
        },
        {
            "name""vf_app_org_uuid",
            "value""xxx"
        }
    ],
    "callbackUrl""",
    "createdAt"1646827908409,
    "credentials": [
        {
            "apiProducts": [
                {
                    "apiproduct""TokenRevocation",
                    "status""approved"
                },
                {
                    "apiproduct""OnBehalfOf",
                    "status""approved"
                },
                {
                    "apiproduct""SAML",
                    "status""approved"
                }
            ],
            "attributes": [],
            "consumerKey""kh7kyAaQC4gppmcfR1kx0WOGROBuWgl4",
            "consumerSecret""FJEyokSlS22V1i8G",
            "expiresAt"-1,
            "issuedAt"1646827908496,
            "scopes": [],
            "status""approved"
        }
    ],
    "developerId""3b417b8f-3b7a-43d1-88a7-61e3b8ca06d1",
    "lastModifiedAt"1649216669000,
    "name""mva_client_id",
    "scopes": [],
    "status""approved"
}
i am using the below management Api url 
i am getting success after initiating a post call. but the values consumer key and consumer secret i provided in payload are not reflecting, i am getting new consumer key and consumer secret instead of actual values. 
Please help me on this.
 
Thanks.
0 0 134
0 REPLIES 0