[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Patch Communication Entry
DescriptionPatch the CommunicationEntry. If a communication entry for the given communication-entry-id is not present, the object will get created and if it is present it will be updated. This is a full replace This API is deprecated. Please use the following API instead. PATCH /infra/domains/domain-id/security-policies/security-policy-id/rules/rule-id
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/communication-maps/{communication-map-id}/communication-entries/{communication-entry-id}
Path Parameters
Path Parameters
string
domain-id
Required
string
communication-map-id
Required
string
communication-entry-id
Required
Request Body
Request Body
CommunicationEntry
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineCommunicationEntry1
Authentication
This operation uses the following authentication methods.
Errors
Errors
Code Samples
Code Samples
PowerCLI Client SDK Example
Invoke-PatchCommunicationEntry -domainId -communicationMapId -communicationEntryId -communicationEntry $communicationEntry
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/communication-maps/{communication-map-id}/communication-entries/{communication-entry-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-deprecated: null
x-vmw-doc-operation: patch-communication-entry
x-vmw-nsx-module: PolicyDfw
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
On This Page
Domains Operations
delete