NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Get NSX-Intelligence host configurationGet the current NSX-Intelligence host configuration. Recommend to keep the value same for flow_data_collection_interval and context_data_collection_interval. |
GET /api/v1/intelligence/host-config
(Deprecated)
|
Patch NSX-Intelligence host configurationPatch the current NSX-Intelligence host configuration. Return error if NSX-Intelligence is not registered with NSX. |
PATCH /api/v1/intelligence/host-config
(Deprecated)
|
Reset NSX-Intelligence host configurationReset NSX-Intelligence host configuration to the default setting. Clear NSX-Intelligence host configuration if NSX-Intelligence is not registered with NSX. Return the NSX-Intelligence host configuration after reset operation. |
POST /api/v1/intelligence/host-config?action=reset
(Deprecated)
|
List available Napp appliance form factorsReturns information about all form factors available for Napp cluster |
GET /api/v1/node/intelligence/form-factors
(Deprecated)
|
Get list of bundle-ids which are available in repository or in-progressGet list of bundle-ids which are available in repository or in-progress |
GET /api/v1/repository/bundles
|
Upload bundle using remote fileUpload the bundle from remote bundle URL. The call returns after fetch is initiated. Check status by periodically retrieving bundle upload status using GET /repository/bundles/<bundle-id>/upload-status. The upload is complete when the status is SUCCESS. |
POST /api/v1/repository/bundles
|
Upload bundleUpload the bundle. This call returns after upload is completed. You can check bundle processing status periodically by retrieving bundle upload-status to find out if the upload and processing is completed. |
POST /api/v1/repository/bundles?action=upload
|
Cancel bundle uploadCancel upload of bundle. This API works only when bundle upload is in-progress and will not work during post-processing of bundle. If bundle upload is in-progress, then the API call returns http OK response after cancelling the upload and deleting partially uploaded bundle. |
POST /api/v1/repository/bundles/{bundle-id}?action=cancel_upload
|
Get bundle upload statusGet uploaded bundle upload status |
GET /api/v1/repository/bundles/{bundle-id}/upload-status
|
Get information of the OVF which will be getting deployed.Get information of the OVF for specified appliance which is present in repository and will be used to deploy new VM. |
GET /api/v1/repository/bundles/ovf-deploy-info
|
Checks bundle upload permissionsChecks whether bundle upload is allowed on given node for given appliance. There are different kinds of checks for different appliances. Some of the checks for Intelligence appliance are as follows: 1. Is bundle upload-allowed on given node 2. Is bundle upload already in-progress |
GET /api/v1/repository/bundles/upload-allowed
|