NSX-T Data Center REST API
List of SecurityProfileAttachments
Retrieves a paginated collection of all Security Profile Attachments within a specified project,providing a comprehensive view of VPC-to-security-profile associations. Each attachment in the response
includes details about the target VPC, the assigned security profile, and relevant metadata details.
This API enables project administrators to understand current security posture assignments, and manage security
configuration consistency within the project. The response supports standard pagination parameters
and sorting capabilities for efficient data retrieval and analysis of security profile usage patterns.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/security-profile-attachments
Request Headers:
n/a
Query Parameters:
SecurityProfileAttachmentListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<policy-mgr>/policy/api/v1/orgs/default/projects/Production_Prj/security-profile-attachmentsSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
SecurityProfileAttachmentListResult+