NSX-T Data Center REST API

Update Security Profile

Update existing security profile.
Note: Currently, user will not be able to create new security profiles.
This API is only available when using VMware NSX.

Request:

Method:
PUT
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpc-security-profiles/{vpc-security-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
VpcSecurityProfile+

Example Request:

PUT https://<policy-mgr>/policy/api/v1/orgs/default/projects/project-1/vpc-security-profiles/default { "north_south_firewall": { "enabled": true } "_revision": 0 }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
VpcSecurityProfile+

Required Permissions:

crud

Feature:

policy_edge_fw

Additional Errors: