NSX-T Data Center REST API
Collect support bundles from registered cluster and fabric nodes
Collect support bundles from registered cluster and fabric nodes.Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/administration/support-bundles?action=collect
                  
              
            Request Headers:
                n/a
            Query Parameters:
    SupportBundleQueryParameter+
  Request Body:
    SupportBundleRequest+
  Example Request:
POST https://<nsx-mgr>/api/v1/administration/support-bundles?action=collect { "nodes": ["d7c33930-964c-42ca-851f-0d15c3c25fe2"] } POST https://<nsx-mgr>/api/v1/administration/support-bundles?action=collect { "container_nodes": [ { "container_type":"ANTREA", "clusters":[ { "cluster_id":"e507be68-5d25-47fd-b7c8-75647ac33c9a", "nodes":["dfbf63ce-c52b-483e-8f2b-46083aa389a2", "e0e5dbe9-b53b-4bec-8421-6a4b8a0f3610"] } ] } ] }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
Content-type: application/octet-stream
                Content-type: application/octet-stream
Response Body:
    SupportBundleResult+
  