[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Create Or Update Group
DescriptionIf a group with the group-id is not already present, create a new group. If it already exists, update the group.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}
Path Parameters
Path Parameters
string
domain-id
Required
Domain ID
string
group-id
Required
Group ID
Request Body
Request Body
Group
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineGroup1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
Group
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, InlineGroup1
Errors
Code Samples
Code Samples
PowerCLI Client SDK Example
Invoke-UpdateGroupForDomain -domainId -groupId -group $group
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/domains/{domain-id}/groups/{group-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-or-update-group
x-vmw-nsx-module: Policy
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
On This Page
Domains Operations
put
delete
get
get
patch