NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Returns a list of Aws Gateway Amis. |
GET /api/v1/csm/aws/gateway-amis
(Deprecated)
|
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)
|
Delete a AWS Gateway AMI. |
DELETE /api/v1/csm/aws/gateway-amis/{region-id}
(Deprecated)
|
Returns AWS Gateway AMI for a particular region. |
GET /api/v1/csm/aws/gateway-amis/{region-id}
(Deprecated)
|
Update a AWS Gateway AMI. |
PUT /api/v1/csm/aws/gateway-amis/{region-id}
(Deprecated)
|