NSX-T Data Center REST API

Create request to collect artifacts generated by an Online Diagnostic System runbook invocations

Create request to collect the artifacts generated by Online Diagnostic System runbook invocations in a batch.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/sha/runbook-artifacts/{request-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
OdsRunbookInvocationArtifactBatchRequest+

Example Request:

{ "invocation_paths": [ "/infra/sha/runbook-invocations/ink1" ], "is_transient": true }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

{ "status": "IN-PROGRESS", "invocation_paths": [ "/infra/sha/runbook-invocations/ink1" ], "is_transient": true }

Required Permissions:

read

Feature:

policy_ops

Additional Errors: