IBM DataPower Operations Dashboard v1.0.10.0

A newer version of this product documentation is available.

You are viewing an older version. View latest at IBM DPOD Documentation.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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": ""
}


  • No labels