NSX-T Data Center REST API
Get SecurityProfileAttachment
Retrieves a specific Security Profile Attachment by its unique identifier, providing details aboutthe association between a VPC and its assigned security profile. The response includes information about
the target VPC, the attached security profile reference, and attachment metadata details.
This API enables administrators to verify current security profile assignments and understand the security
configuration applied to specific VPCs within a project. The attachment identifier typically corresponds to the
VPC identifier for which the security profile is attached.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/security-profile-attachments/{security-profile-attachment-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/default/projects/Production_Prj/security-profile-attachments/vpc1Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
SecurityProfileAttachment+