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:
PUT
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:
Content-type: application/json
Response Body:
OdsRunbookInvocationArtifactBatchResult+