NSX-T Data Center REST API
Get a preview of a configuration after publish of a draft
Get a preview of a configuration which will be present after publish ofa specified draft. The response essentially is a hierarchical payload
containing the configuration, which will be in active after a specified
draft gets published onto current configuration.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/drafts/<draft-id>/complete
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/drafts/test_draft/completeSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    Infra+
  