...
Info |
---|
User will need an opDashAdminRole access for this API. |
Create a WS-M Subscription
POST /op/api/v1/wsmSubscriptions
Example
...
of a request body
...
:
...
Paste code macro | ||
---|---|---|
| ||
{ "deviceNames" : ["03b3d1d68cd6"], |
...
"domainNames" : ["BankA_Domain"], |
...
"durationInMinutes" : "5" |
...
} |
Example of a successful response:
Paste code macro | ||
---|---|---|
| ||
{ "resultCode": "SUCCESS", |
...
"resultErrorCode": "SUCCESS", |
...
"resultMessage": "" |
...
} |