NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
List all container cluster span of a security policyList all container cluster span of a security policy |
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span
|
Remove a container cluster span from a distributed firewall security policyRemove the association of a container cluster span from a distributed firewall (DFW) security policy. |
DELETE /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{antrea-cluster-1}
|
Read container cluster for a security policyRead container cluster for a security policy. |
GET /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{antrea-cluster-1}
|
Add a container cluster as a span of this security policyAdd a container cluster as a span of this security policy. If there already exists another object containing the same container cluster path, an error will be thrown. The container cluster path cannot be modified If the path has to be modified, then delete this entity and add a new entity with the desired container cluster path |
PATCH /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{container-cluster-id}
|
Add a container cluster as a span of this security policyAdd a container cluster as a span of this security policy. If there already exists another object containing the same container cluster path, an error will be thrown. The container cluster path cannot be modified If the path has to be modified, then delete this entity and add a new entity with the desired container cluster path |
PUT /policy/api/v1/infra/domains/{domain-id}/security-policies/{security-policy-id}/container-cluster-span/{container-cluster-id}
|