Please select the area the issue is related to
Area/Management (Management API or Management Portal UI)
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI)
Description
In the Bottom-Up API Deployment Guide [1] , to check the status it is mentioned as below,
Check Updated Status:
curl -X GET http://localhost:9090/rest-apis/PetStoreAPI \
-H "Authorization: Basic YWRtaW46YWRtaW4=" | jq '{cpSyncStatus, policies}'
but that gives below response
{
"origin": null,
"cpSyncStatus": null
}
Although it was deployed successfully.
[1] - https://github.com/wso2/api-platform/blob/main/docs/gateway/bottom-up-api-deployment-guide.md
Steps to Reproduce
See above
Severity Level of the Issue
Severity/Minor (Non-critical functionality. Can be fixed in future releases)
Environment Details (with versions)
No response
Please select the area the issue is related to
Area/Management (Management API or Management Portal UI)
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI)
Description
In the Bottom-Up API Deployment Guide [1] , to check the status it is mentioned as below,
but that gives below response
{ "origin": null, "cpSyncStatus": null }Although it was deployed successfully.
[1] - https://github.com/wso2/api-platform/blob/main/docs/gateway/bottom-up-api-deployment-guide.md
Steps to Reproduce
See above
Severity Level of the Issue
Severity/Minor (Non-critical functionality. Can be fixed in future releases)
Environment Details (with versions)
No response