REST API - download

vcenter nsx deployment software package: download

Download NSX binaries from the my.vmware.com portal on vCenter Server. To call this API user needs to first Authenticate, then get List of accounts, select a listed account and check its entitlement and then invoke download. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

POST https://{server}/api/vcenter/nsx/deployment/software-package

?action=download

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
500 resource_inaccessible if user's my.vmware.com session has expired.
401 unauthenticated if the user can not be authenticated.
403 unauthorized if the user doesn't have the required privileges on my.vmware.com.
400 not_allowed_in_current_state if the operation is not allowed in the current state. For example upload or download is already in progress.
500 error if there is some unknown internal error. The accompanying error message will give more details about the error.