NSX-T Data Center REST API

Create a Dynamic Runbook Instance

Create an Online Diagnostic System Dynamic Runbook Instance with the specified identifier
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/infra/sha/dynamic-runbook-instances/{instance-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
OdsDynamicRunbookInstance+

Example Request:

{ "applied_to_group_paths": ["/infra/domains/default/groups/TNGroup"], "applied_to_all_appliances": false, "_revision" : 0 }

Successful Response:

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

Example Response:

{ "resource_type" : "OdsDynamicRunbookInstance", "id" : "instance-1", "display_name" : "instance-1", "path" : "/infra/sha/dynamic-runbook-instances/instance-1", "applied_to_group_paths": ["/infra/domains/default/groups/TNGroup"], "applied_to_all_appliances": false, "relative_path" : "instance-1", "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" : 1 }

Required Permissions:

crud

Feature:

policy_ops

Additional Errors: