[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get Support Bundle Status
DescriptionReturns the current status of a support-bundle collection operation (Running/Success/Cancelling/Cancelled).
Request
URLURL
https://{api_host}/napp/api/v1/platform/support-bundle/status/{task_id}
Path Parameters
Path Parameters
string
task_id
Required
task id returned in /support-bundle/collection
Authentication
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin, auditor
Response
Response
Response BodyResponse Body
200 OK
Returns
SupportBundleStatus
of type application/json
{
"details": {
"failed_nodes": [
{
"error_code": "string",
"error_message": "string",
"node_display_name": "string",
"node_id": "string"
}
],
"remaining_nodes": [
{
"node_display_name": "string",
"node_id": "string",
"status": "PENDING"
}
],
"success_nodes": [
{
"bundle_name": "string",
"bundle_size": 0,
"node_display_name": "string",
"node_id": "string",
"sha256_thumbprint": "string"
}
]
},
"request_properties": {
"content_filters": [
"DEFAULT"
],
"dynamic_content_filters": [
"NAPP:SERVICE:MESSAGING"
],
"log_age_limit": 0,
"remote_file_server": {
"directory_path": "/home/support_bundles",
"port": 22,
"protocol": {
"authentication_scheme": {
"password": "somePassword123",
"scheme_name": "PASSWORD",
"username": "admin"
},
"name": "SCP",
"ssh_fingerprint": "00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff"
},
"server": "ftp.vmware.com"
}
},
"status": "running"
}
details
Required
Contains details of successful, failed and remaining nodes
request_properties
Required
The support bundle collection request for which the current operation is running.
string
status
Required
The current status of the support bundle task.
Possible values are: running , success , cancelling , cancelled
Response Headers
string
Vmw-Task-Id
string representing the task id
Errors
404
The task id is not found
Code Samples
cURL Command
curl https://{api_host}/napp/api/v1/platform/support-bundle/status/{task_id}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform