NSX-T Data Center REST API

Read help information of a Dynamic Runbook

Read help information of an Online Diagnostic System Dynamic Runbook.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/sha/dynamic-runbooks/{runbook-id}/help
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
OdsRunbookHelpInfo+

Example Response:

{ "summary" : "An example runbook for demonstration purpose.", "parameter_info" : [ { "summary" : "Parameters for the dynamic runbook", "parameter" : { "name" : "org", "optional" : false, "parameter_type" : "string" } }] }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: