[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Update Tier1
DescriptionIf Tier-1 with the tier-1-id is not already present, create a new Tier-1 instance. If it already exists, update the tier-1 instance with specified attributes.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}
Path Parameters
Path Parameters
string
tier-1-id
Required
Request Body
Request Body
Tier1
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineTier11
Authentication
This operation uses the following authentication methods.
Errors
Errors
404
Not Found
Code Samples
Code Samples
PowerCLI Client SDK Example
Invoke-PatchTier1 -tier1Id -tier1 $tier1
cURL Command
curl -X PATCH -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/tier-1s/{tier-1-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: update-tier1
x-vmw-nsx-module: PolicyConnectivity
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy