[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

Create Tier 0

Description

If a Tier-0 with the tier-0-id is not already present, create a new Tier-0. If it already exists, replace the Tier-0 instance with the new object.

Request

Request

URL

URL


put
https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}
Copy

Path Parameters

Path Parameters

string
tier-0-id Required

Request Body

Request Body

Tier0 of type(s) application/json Required
This request body class requires all of the following: PolicyConfigResource, InlineTier01
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns Tier0 of type(s) application/json
This response body class contains all of the following: PolicyConfigResource, InlineTier01
Errors

Errors

ApiError
400

Bad Request


ApiError
403

Forbidden


404

Not Found


ApiError
412

Precondition Failed


ApiError
500

Internal Server Error


ApiError
503

Service Unavailable

Code Samples

Code Samples

PowerCLI Client SDK Example

$ResourceLink = Initialize-nullResourceLink -Action "MyAction" -Href "MyHref" -Rel "MyRel"
$SelfResourceLink = Initialize-nullSelfResourceLink -Action "MyAction" -Href "MyHref" -Rel "MyRel"
$Tag = Initialize-nullTag -Scope "MyScope" -_Tag "My_Tag"
$PolicyRequestParameter = Initialize-nullPolicyRequestParameter -ResourceType "MyResourceType"
$ChildPolicyConfigResource = Initialize-nullChildPolicyConfigResource -Links $ResourceLink -Schema "MySchema" -Self $SelfResourceLink -Revision 0 -CreateTime 0 -CreateUser "MyCreateUser" -LastModifiedTime 0 -LastModifiedUser "MyLastModifiedUser" -Protection "MyProtection" -SystemOwned $false -Description "MyDescription" -DisplayName "MyDisplayName" -Id "MyId" -ResourceType "MyResourceType" -Tags $Tag -MarkForOverride $false -MarkedForDelete $false -RequestParameter $PolicyRequestParameter
$Tier0AdvancedConfig = Initialize-nullTier0AdvancedConfig -Connectivity "ON" -ForwardingUpTimer 0
$SiteAllocationIndexForEdge = Initialize-nullSiteAllocationIndexForEdge -Index 0 -TargetResourcePath "MyTargetResourcePath"
$FederationGatewayConfig = Initialize-nullFederationGatewayConfig -GlobalOverlayId 0 -SiteAllocationIndices $SiteAllocationIndexForEdge -TransitSegmentId "MyTransitSegmentId"
$IntersiteGatewayConfig = Initialize-nullIntersiteGatewayConfig -FallbackSites "MyFallbackSites" -IntersiteTransitSubnet "MyIntersiteTransitSubnet" -LastAdminActiveEpoch 0 -PrimarySitePath "MyPrimarySitePath"
$Tier0StatefulServicesConfig = Initialize-nullTier0StatefulServicesConfig -Enabled $false -RedirectionPolicy "IP_HASH"
$VrfRouteTargets = Initialize-nullVrfRouteTargets -AddressFamily "L2VPN_EVPN" -ExportRouteTargets "MyExportRouteTargets" -ImportRouteTargets "MyImportRouteTargets"
$VrfL2VniConfig = Initialize-nullVrfL2VniConfig -L2Vni 0 -RouteDistinguisher "MyRouteDistinguisher" -RouteTargets $VrfRouteTargets
$VrfEvpnL2VniConfig = Initialize-nullVrfEvpnL2VniConfig -EnableVtepGroups $false -L2VniConfigs $VrfL2VniConfig
$Tier0VrfConfig = Initialize-nullTier0VrfConfig -EvpnL2VniConfig $VrfEvpnL2VniConfig -EvpnTransitVni 0 -RouteDistinguisher "MyRouteDistinguisher" -RouteTargets $VrfRouteTargets -Tier0Path "MyTier0Path"
$Tier0 = Initialize-nullTier0 -Links $ResourceLink -Schema "MySchema" -Self $SelfResourceLink -Revision 0 -CreateTime 0 -CreateUser "MyCreateUser" -LastModifiedTime 0 -LastModifiedUser "MyLastModifiedUser" -Protection "MyProtection" -SystemOwned $false -Description "MyDescription" -DisplayName "MyDisplayName" -Id "MyId" -ResourceType "MyResourceType" -Tags $Tag -OriginSiteId "MyOriginSiteId" -OwnerId "MyOwnerId" -ParentPath "MyParentPath" -Path "MyPath" -RealizationId "MyRealizationId" -RelativePath "MyRelativePath" -RemotePath "MyRemotePath" -UniqueId "MyUniqueId" -Children $ChildPolicyConfigResource -MarkedForDelete $false -Overridden $false -AdvancedConfig $Tier0AdvancedConfig -ArpLimit 0 -DefaultRuleLogging $false -DhcpConfigPaths "MyDhcpConfigPaths" -DisableFirewall $false -FailoverMode "PREEMPTIVE" -FederationConfig $FederationGatewayConfig -ForceWhitelisting $false -HaMode "ACTIVE_ACTIVE" -InternalTransitSubnets "MyInternalTransitSubnets" -IntersiteConfig $IntersiteGatewayConfig -Ipv6ProfilePaths "MyIpv6ProfilePaths" -RdAdminField "MyRdAdminField" -StatefulServices $Tier0StatefulServicesConfig -TransitSubnets "MyTransitSubnets" -VrfConfig $Tier0VrfConfig -VrfTransitSubnets "MyVrfTransitSubnets"
Invoke-CreateOrReplaceTier0 -tier0Id "Mytier0Id" -tier0 $tier0

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"_create_time":0,"_create_user":"string","_last_modified_time":0,"_last_modified_user":"string","_links":[{"action":"string","href":"string","rel":"string"}],"_protection":"string","_revision":0,"_schema":"string","_self":{"action":"string","href":"string","rel":"string"},"_system_owned":false,"children":[{"_create_time":0,"_create_user":"string","_last_modified_time":0,"_last_modified_user":"string","_links":[{"action":"string","href":"string","rel":"string"}],"_protection":"string","_revision":0,"_schema":"string","_self":{"action":"string","href":"string","rel":"string"},"_system_owned":false,"description":"string","display_name":"string","id":"string","marked_for_delete":false,"resource_type":"string","tags":[{"scope":"string","tag":"string"}]}],"default_rule_logging":false,"description":"string","dhcp_config_paths":["string"],"disable_firewall":false,"display_name":"string","failover_mode":"PREEMPTIVE","force_whitelisting":false,"ha_mode":"ACTIVE_ACTIVE","id":"string","internal_transit_subnets":["string"],"ipv6_profile_paths":["string"],"marked_for_delete":false,"parent_path":"string","path":"string","relative_path":"string","resource_type":"string","tags":[{"scope":"string","tag":"string"}],"transit_subnets":["string"]}' https://nsxmanager.your.domain/policy/api/v1/infra/tier-0s/{tier-0-id}
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-tier-0
x-vmw-nsx-module: PolicyConnectivity


[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Feedback

Was this page helpful?