Setting Subscribe Request
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, you can set the subscription status for the specified backlog request
Request Type |
Description |
||||||
API |
http://localhost:8086/catalog/SubscribeRequest/?PackageRequestId=XX&Subscribe=Yes/No |
||||||
Method |
SET |
||||||
Parameters |
List all parameters in the following format:
|
||||||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
||||||
Response |
Example: http://localhost:8086/catalog/SubscribeRequest/?PackageRequestId=7&Subscribe=Yes Response: <data>The specified RequestId is subscribed to automation</data> Example: http://localhost:8086/catalog/SubscribeRequest/?PackageRequestId=7&Subscribe=No Response: <data>The specified RequestId unsubscribed from automation</data>
|