Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

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
languagejson
{

...


"deviceNames" : ["03b3d1d68cd6"],

...


"domainNames" : ["BankA_Domain"],

...


"durationInMinutes" : "5"

...


}

Example of a successful response:

Paste code macro
languagejson
{

...


"resultCode": "SUCCESS",

...


"resultErrorCode": "SUCCESS",

...


"resultMessage": ""

...


}