Versions Compared

Key

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

User will need an opDashOperatorRole access for this API

Create a WS-M Subscription

POST /op/api/v1/wsmSubscriptions

Example of a request body:

{
"deviceNames" : ["03b3d1d68cd6"],
"domainNames" : ["BankA_Domain"],
"durationInMinutes" : "5"
}

Example of a successful response:

{
"resultCode": "SUCCESS",
"resultErrorCode": "SUCCESS",
"resultMessage": ""
}