[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Create IP Discovery Profile
DescriptionAPI will update IP Discovery profile.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/infra/ip-discovery-profiles/{ip-discovery-profile-id}
Path Parameters
Path Parameters
string
ip-discovery-profile-id
Required
IP Discovery Profile ID
Request Body
Request Body
IPDiscoveryProfile
of type(s) application/json
Required
This request body class requires all of the following:
PolicyConfigResource, InlineIPDiscoveryProfile1
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
IPDiscoveryProfile
of type(s) application/json
This response body class contains all of the following:
PolicyConfigResource, InlineIPDiscoveryProfile1
Errors
Code Samples
Code Samples
PowerCLI Client SDK Example
$ResourceLink = Initialize-ResourceLink -Action "MyAction" -Href "MyHref" -Rel "MyRel"
$SelfResourceLink = Initialize-SelfResourceLink -Action "MyAction" -Href "MyHref" -Rel "MyRel"
$Tag = Initialize-Tag -Scope "MyScope" -_Tag "My_Tag"
$PolicyRequestParameter = Initialize-PolicyRequestParameter -ResourceType "MyResourceType"
$ChildPolicyConfigResource = Initialize-ChildPolicyConfigResource -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
$DuplicateIPDetectionOptions = Initialize-DuplicateIPDetectionOptions -DuplicateIpDetectionEnabled $false
$ArpSnoopingConfig = Initialize-ArpSnoopingConfig -ArpBindingLimit 0 -ArpSnoopingEnabled $false
$IPv4DiscoveryOptions = Initialize-IPv4DiscoveryOptions -ArpSnoopingConfig $ArpSnoopingConfig -DhcpSnoopingEnabled $false -VmtoolsEnabled $false
$NdSnoopingConfig = Initialize-NdSnoopingConfig -NdSnoopingEnabled $false -NdSnoopingLimit 0
$IPv6DiscoveryOptions = Initialize-IPv6DiscoveryOptions -DhcpSnoopingV6Enabled $false -NdSnoopingConfig $NdSnoopingConfig -VmtoolsV6Enabled $false
$IPDiscoveryProfile = Initialize-IPDiscoveryProfile -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 -ParentPath "MyParentPath" -Path "MyPath" -RealizationId "MyRealizationId" -RelativePath "MyRelativePath" -UniqueId "MyUniqueId" -Children $ChildPolicyConfigResource -MarkedForDelete $false -Overridden $false -ArpNdBindingTimeout 0 -DuplicateIpDetection $DuplicateIPDetectionOptions -IpV4DiscoveryOptions $IPv4DiscoveryOptions -IpV6DiscoveryOptions $IPv6DiscoveryOptions -TofuEnabled $false
Invoke-UpdateIPDiscoveryProfile -ipDiscoveryProfileId "MyipDiscoveryProfileId" -iPDiscoveryProfile $iPDiscoveryProfile -_override $true
cURL Command
curl -X PUT -H "Content-Type: application/json" -d '{}' https://nsxmanager.your.domain/policy/api/v1/infra/ip-discovery-profiles/{ip-discovery-profile-id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: create-ip-discovery-profile
x-vmw-nsx-module: PolicyIpDiscovery
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy