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.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:
PATCH https://<nsx-mgr>/policy/api/v1/infra/sha/runbook-artifacts/request1 { "invocation_paths": [ "/infra/sha/runbook-invocations/ink1" ], "is_transient": true }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a