NSX-T Data Center REST API

List Dynamic Runbooks

List Online Diagnostic System Dynamic Runbooks.
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
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Successful Response:

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

Example Response:

{ "results" : [ { "version" : { "major" : 1, "minor" : 0 }, "default_config" : { "enabled" : true, "timeout" : 400, "threshold_number" : 5, "throttle_cycle" : 3 "timeout_range": { "min_value": 300, "max_value": 1200 }, "throttle_cycle_range": { "min_value": 5, "max_value": 60 }, "threshold_number_range": { "min_value": 1, "max_value": 10 } }, "supported_node_types" : [ "nsx-esx" ], "resource_type" : "OdsDynamicRunbook", "id" : "1000436f-6e74-726f-6c6c-6572436f6e6e", "display_name" : "test01", "path" : "/infra/sha/dynamic-runbooks/1000436f-6e74-726f-6c6c-6572436f6e6e", "relative_path" : "1000436f-6e74-726f-6c6c-6572436f6e6e", "parent_path" : "/infra", "unique_id" : "f100859f-c35d-4369-9a47-3c35a44e7228", "realization_id" : "f100859f-c35d-4369-9a47-3c35a44e7228", "marked_for_delete" : false, "overridden" : false, "_create_time" : 1655123260752, "_create_user" : "system", "_last_modified_time" : 1655123260752, "_last_modified_user" : "system", "_system_owned" : false, "_protection" : "NOT_PROTECTED", "_revision" : 0 } }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: