NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List service configsList of all service configs. |
GET /api/v1/service-configs
(Deprecated)
|
Create service configCreates a new service config that can group profiles and configs |
POST /api/v1/service-configs
(Deprecated)
|
Delete Service ConfigDeletes the specified service config |
DELETE /api/v1/service-configs/{config-set-id}
(Deprecated)
|
Read Service ConfigReturns information about the specified Service Config. |
GET /api/v1/service-configs/{config-set-id}
(Deprecated)
|
Update service configUpdates the specified ServiceConfig. |
PUT /api/v1/service-configs/{config-set-id}
(Deprecated)
|
Creates/Updates service configs sent in batch requestCreates/Updates new service configs sent in batch request. This API returns ALL the service configs that are created/updated. |
POST /api/v1/service-configs/batch
(Deprecated)
|
Get Effective Profiles for an EntityReturns the effective profiles applied to the specified Resource. |
GET /api/v1/service-configs/effective-profiles
(Deprecated)
|