Go to primary content
Oracle® Communications Diameter Signaling Router Service Capability Exposure Function User's Guide
Release 8.4
F12301-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Publish the API

Run this command to PUBLISH the API:
curl -X POST -u <partner and API management portal username> -k https://<App Server IP>:9002/portal/prm/prm_pm_rest/services/prm_pm/services/partner_manager/api/PartnerManagerApi/updateApiStatus -H 'Content-Type: application/json' -H 'cache-control: no-cache' -d '{"updateApiStatus":{"apiName":"<apiId received in createAPIResponse response>","apiVersion":"v1","status":"PUBLISHED"}}'

Note:

Content within <> must be filled with appropriate value.

Example response:

{"updateApiStatusResponse":{}}

The newly created API displays on the Partner and API Management portal.