Post Support Bundle Collection
DescriptionStart a support-bundle collection operation for the chosen services.
Request
URLURL
Query Parameters
Query Parameters
Could be one of “collect” or “delete_async_response”
Request Body
JSON object containing parameters for the support bundle collection.
{
"content_filters": [
"DEFAULT"
],
"dynamic_content_filters": [
"NAPP:SERVICE:MESSAGING"
]
}
Bundle should include content of specified type.
Bundle should include content of specified type.
Include log files with modified times not past the age limit in days
The file server the support bundle should be exported to.
Authentication
x_nsx_roles
Response
Response BodyResponse Body
200 OK
{
"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"
}
],
"remoteTaskID": "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",
"success_nodes": [
{
"bundle_name": "string",
"bundle_size": 0,
"node_display_name": "string",
"node_id": "string",
"sha256_thumbprint": "string"
}
]
}
Nodes where bundles were not generated or not copied to remote server
Nodes whose bundle generation is in progress
remoteTaskID by which manager node will check on support bundle collection status
The support bundle collection request for which the current operation is running.
Node will start with running
Possible values are: running , success , cancelling , cancelled
Nodes whose bundles were successfully copied to remote file server
Response Headers
stringstring representing the task id
Errors
Conflict - collection in progress