NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List of VpcSecurityProfilesPaginated list of VpcSecurityProfiles. Note: Currently this API will return only a single default security profile at the project level. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles
|
Get VpcSecurityProfileGet security profile with the specified ID. Currently only the default security profile at the project level can be queried using this API. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
|
Update Security ProfileUpdate existing default security profile. Note: Currently, user will not be able to create new security profiles. |
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
|
Update Security ProfileUpdate existing security profile. Note: Currently, user will not be able to create new security profiles. |
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
|