NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List VPC Service ProfilesList VPC Service Profiles. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles
|
Delete VPC Service ProfileDeletes the specified VPC Service Profile. |
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
|
Get the VPC Service ProfileGet the VPC Service Profile |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
|
Patch VPC Service ProfileCreate VPC Service Profile if not already present, otherwise update the VPC Service Profile. |
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
|
Create Or Replace VPC Service ProfileIf the VPC Service Profile is not already present, create a VPC Service Profile instance. If it already exists, replace the VPC Service Profile instance with this object. |
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-service-profiles/{vpc-service-profile-id}
|