NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
DEPRECATED. This API is needed only in NSX Cloud as a Service workflow, which is discontinued. Returns a list of Aws Gateway Amis. |
GET /api/v1/csm/aws/gateway-amis
(Deprecated)
|
DEPRECATED. This API is needed only in NSX Cloud as a Service workflow, which is discontinued. Registers a AWS Gateway AMI for the region specified in the body. One can register only one gateway AMI ID per region. If a gateway AMI is already registered with a region, user is expected to use update API to overwrite the registerd AMI for a region. |
POST /api/v1/csm/aws/gateway-amis
(Deprecated)
|
DEPRECATED. This API is needed only in NSX Cloud as a Service workflow, which is discontinued. Delete a AWS Gateway AMI. |
DELETE /api/v1/csm/aws/gateway-amis/<region-id>
(Deprecated)
|
DEPRECATED. This API is needed only in NSX Cloud as a Service workflow, which is discontinued. Returns AWS Gateway AMI for a particular region. |
GET /api/v1/csm/aws/gateway-amis/<region-id>
(Deprecated)
|
DEPRECATED. This API is needed only in NSX Cloud as a Service workflow, which is discontinued. Update a AWS Gateway AMI. |
PUT /api/v1/csm/aws/gateway-amis/<region-id>
(Deprecated)
|