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

Configure QoS Action to QoS Control API

Run this command to configure action:
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/actionchain/submitActionChain -H 'Content-Type: application/json' -H 'cache-control: no-cache' -d '{"submitActionChain":{"apiDisplayName":"3gpp-as-session-with-qos","apiId":"<apiId received in createAPIResponse response>","requestActions":[{"name":"SCEFCustomQos","content":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><scefCustomQosActionConfig><instanceId>1234</instanceId></scefCustomQosActionConfig>"}],"responseActions":[],"configVersion":1}}'

Note:

Content within <> must be filled with appropriate value.
Example response:
{"submitActionChainResponse":{}}