NSX-T Data Center REST API
Update Security Profile
Update existing default 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:
PATCH
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:
PATCH https://<policy-mgr>/policy/api/v1/orgs/default/projects/project-1/vpc-security-profiles/default { "north_south_firewall": { "enabled": true } }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a