NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
Get Group discovery profile binding mapAPI will get Group discovery profile binding map |
GET /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps
|
Delete Group discovery profile binding mapAPI will delete Group discovery profile binding map |
DELETE /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
|
Get Group discovery profile binding mapAPI will get Group discovery profile binding map |
GET /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
|
Create or update Group discovery profile binding mapAPI will create or update Group discovery profile binding map |
PATCH /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
|
Update Group discovery profile binding mapAPI will update Group discovery profile binding map |
PUT /global-manager/api/v1/global-infra/domains/{domain-id}/groups/{group-id}/discovery-profile-binding-maps/{discovery-profile-binding-map-id}
|
List IP Discovery ProfilesAPI will list all IP Discovery Profiles active in current discovery profile id. |
GET /global-manager/api/v1/global-infra/ip-discovery-profiles
|
Delete IP Discovery ProfileAPI will delete IP Discovery profile. |
DELETE /global-manager/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
|
Get IP Discovery ProfileAPI will get IP Discovery profile. |
GET /global-manager/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
|
Create IP Discovery ProfileAPI will create IP Discovery profile. |
PATCH /global-manager/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
|
Update IP Discovery ProfileAPI will update IP Discovery profile. |
PUT /global-manager/api/v1/global-infra/ip-discovery-profiles/{ip-discovery-profile-id}
|
List Mac Discovery ProfilesAPI will list all Mac Discovery Profiles active in current discovery profile id. |
GET /global-manager/api/v1/global-infra/mac-discovery-profiles
|
Delete Mac Discovery ProfileAPI will delete Mac Discovery profile. |
DELETE /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
|
Get Mac Discovery ProfileAPI will get Mac Discovery profile. |
GET /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
|
Create Mac Discovery ProfileAPI will create Mac Discovery profile. |
PATCH /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
|
Update Mac Discovery ProfileAPI will update Mac Discovery profile. |
PUT /global-manager/api/v1/global-infra/mac-discovery-profiles/{mac-discovery-profile-id}
|
List QoS ProfilesAPI will list all QoS profiles. |
GET /global-manager/api/v1/global-infra/qos-profiles
|
Delete QoS profileAPI will delete QoS profile. |
DELETE /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|
Details of QoS profileAPI will return details of QoS profile. |
GET /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|
Patch QoS profile.Create a new QoS profile if the QoS profile with given id does not already exist. If the QoS profile with the given id already exists, patch with the existing QoS profile. |
PATCH /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|
Create or Replace QoS profile.Create or Replace QoS profile. |
PUT /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|
List segment security profilesAPI will list all segment security profiles. |
GET /global-manager/api/v1/global-infra/segment-security-profiles
|
DELETE segment security profileAPI will delete segment security profile with the given id. |
DELETE /global-manager/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
|
GET Segment security profile idAPI will return details of the segment security profile with given id. If the profile does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
|
PATCH segment security profile idCreate a new segment security profile if the segment security profile with given id does not exist. Otherwise, PATCH the existing segment security profile |
PATCH /global-manager/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
|
PUT segment security profile idCreate or replace a segment security profile |
PUT /global-manager/api/v1/global-infra/segment-security-profiles/{segment-security-profile-id}
|
List all segments under infraPaginated list of all segments under infra. |
GET /global-manager/api/v1/global-infra/segments
|
List Infra Port Discovery Profile Binding MapsAPI will list all Infra Port Discovery Profile Binding Maps in current port id. |
GET /global-manager/api/v1/global-infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps
|
Get Infra Port Discovery Profile Binding MapAPI will get Infra Port Discovery Profile Binding Map |
GET /global-manager/api/v1/global-infra/segments/{infra-segment-id}/ports/{infra-port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
|
List Infra Segment Discovery Profile Binding MapsAPI will list all Infra Segment Discovery Profile Binding Maps in current segment id. |
GET /global-manager/api/v1/global-infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps
|
Delete Segment Discovery Profile Binding ProfileAPI will delete Segment Discovery Profile Binding Profile |
DELETE /global-manager/api/v1/global-infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
Get Infra Segment Discovery Profile Binding MapAPI will get Infra Segment Discovery Profile Binding Map |
GET /global-manager/api/v1/global-infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
Create Infra Segment Discovery Profile Binding MapAPI will create Infra Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied. |
PATCH /global-manager/api/v1/global-infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
Update Infra Segment Discovery Profile Binding MapAPI will update Infra Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied. |
PUT /global-manager/api/v1/global-infra/segments/{infra-segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
Delete infra segmentDelete infra segment |
DELETE /global-manager/api/v1/global-infra/segments/{segment-id}
|
Force delete infra segmentForce delete bypasses validations during segment deletion. This may result in an inconsistent connectivity. |
DELETE /global-manager/api/v1/global-infra/segments/{segment-id}?force=true
|
Read infra segmentRead infra segment Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the "l2_extension" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}
|
Create or update a segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, update the segment with specified attributes. |
PATCH /global-manager/api/v1/global-infra/segments/{segment-id}
|
Create or update a segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, update the segment with specified attributes. Force parameter is required when workload connectivity is indirectly impacted with the current update. |
PATCH /global-manager/api/v1/global-infra/segments/{segment-id}?force=true
|
Create or update a infra segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, replace the segment with this object. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the "l2_extension" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. |
PUT /global-manager/api/v1/global-infra/segments/{segment-id}
|
Create or update a infra segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, replace the segment with this object. Force parameter is required when workload connectivity is indirectly impacted with the current replacement. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the "l2_extension" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. |
PUT /global-manager/api/v1/global-infra/segments/{segment-id}?force=true
|
Get downlink port Address Resolution Protocol Proxies for infra segmentReturns ARP proxy table for downlink port on connected to the segment |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/arp-proxy
|
Get downlink port Address Resolution Protocol Proxies for infra segment in CSV formatReturns ARP proxy table for downlink port on connected to the segment in CSV format |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/arp-proxy?format=csv
|
List all effective profiles for infra segmentList all effective profiles for this segment on given enforcement point. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/effective-profiles
|
Get infra segment MAC tableReturns MAC table for a segment |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/mac-table
|
Get infra segment MAC table in CSVReturns MAC table for a segment |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/mac-table?format=csv
|
List infra segment portsList all the ports for an infra. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports
|
Get infra segment port by IDGet detail information on an infra segment port by giving ID. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}
|
List all effective profiles for infra segment portList all effective profiles for this segment port on given enforcement point. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/effective-profiles
|
Get MAC table for infra segment portReturns MAC table for a segment port |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/mac-table
|
Get infra segment port MAC table in CSVReturns MAC table for a segment port |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
|
List Port QoS Profile Binding MapsAPI will list all Port QoS Profile Binding Maps in current port id. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
|
Get Port QoS Profile Binding MapAPI will get Port QoS Profile Binding Map. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
|
List infra segment port security profile binding mapsAPI will list all port security profile binding maps. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
|
Get infra segment port security profile binding mapAPI will return details of the port security profile binding map. If the security profile binding map does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
|
Get infra segment port stateReturns infra segment port state on enforcement point |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/ports/{port-id}/state
|
List Segment QoS Profile Binding MapsAPI will list all Segment QoS Profile Binding Maps in current segment id. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/segment-qos-profile-binding-maps
|
Delete Segment QoS Profile Binding ProfileAPI will delete Segment QoS Profile Binding Profile. |
DELETE /global-manager/api/v1/global-infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
Get Segment QoS Profile Binding MapAPI will get Segment QoS Profile Binding Map. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
Create Segment QoS Profile Binding MapAPI will create segment QoS profile binding map. For objects with no binding maps, default profile is applied. |
PATCH /global-manager/api/v1/global-infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
Update Segment QoS Profile Binding MapAPI will update Segment QoS Profile Binding Map. For objects with no binding maps, default profile is applied. |
PUT /global-manager/api/v1/global-infra/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
Delete Segment Real Time Eth Profile Binding ProfileAPI will delete Segment Real Time Eth Profile Binding Profile. |
DELETE /global-manager/api/v1/global-infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
|
Create Segment Real Time Eth Profile Binding MapAPI will create Segment Real Time Eth profile binding map. For objects with no binding maps, default profile is applied. |
PATCH /global-manager/api/v1/global-infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
|
Update Segment Real Time Eth Profile Binding MapAPI will update Segment Real Time Eth Profile Binding Map. For objects with no binding maps, default profile is applied. |
PUT /global-manager/api/v1/global-infra/segments/{segment-id}/segment-real-time-eth-profile-binding-maps/{segment-real-time-eth-profile-binding-map-id}
|
List infra segment security profile binding mapsAPI will list all segment security profile binding maps. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/segment-security-profile-binding-maps
|
Delete infra segment security profile binding mapAPI will delete segment security profile binding map. |
DELETE /global-manager/api/v1/global-infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Get infra segment security profile binding mapAPI will return details of the segment security profile binding map. If the binding map does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Patch infra segment security profile binding mapCreate a new segment security profile binding map if the given security profile binding map does not exist. Otherwise, patch the existing segment security profile binding map. For objects with no binding maps, default profile is applied. |
PATCH /global-manager/api/v1/global-infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Create or replace infra segment security profile binding mapAPI will create or replace segment security profile binding map. For objects with no binding maps, default profile is applied. |
PUT /global-manager/api/v1/global-infra/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Get infra segment TEP tableReturns TEP table for a segment |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/tep-table
|
Get tier-1 segment TEP table in CSVReturns TEP table for a segment in CSV |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/tep-table?format=csv
|
Get infra segment port statistics informationGet infra segment port statistics information. |
GET /global-manager/api/v1/global-infra/segments/{segments-id}/ports/{port-id}/statistics
|
Get infra segment port status informationGet infra segment port status information. |
GET /global-manager/api/v1/global-infra/segments/{segments-id}/ports/{port-id}/status
|
Get infra segment state informationGet infra segment state information. |
GET /global-manager/api/v1/global-infra/segments/{segments-id}/state
|
Get infra segment statistics informationGet infra segment statistics information. |
GET /global-manager/api/v1/global-infra/segments/{segments-id}/statistics
|
Get infra segments by configuration stateReturns all infra segments with configuration state on the enforcement point specified in the request |
GET /global-manager/api/v1/global-infra/segments/state
|
List L2 Bridge Endpoint ProfilesList all L2 bridge profiles |
GET /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles
|
Delete L2 Bridge Endpoint ProfileAPI will delete L2 bridge profile with ID profile-id |
DELETE /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|
Get L2 Bridge Endpoint ProfileRead L2 bridge profile with ID profile-id |
GET /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|
Create or update L2 Bridge Endpoint ProfileAPI will create or update L2 bridge profile with ID profile-id. L2 Bridge profile is only allowed under an enforcement-point with path /infra/sites/default/enforcement-points/default. |
PATCH /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|
Create or update L2 Bridge Endpoint ProfileAPI will create or update L2 bridge profile with ID profile-id. L2 Bridge profile is only allowed under an enforcement-point with path /infra/sites/default/enforcement-points/default. |
PUT /global-manager/api/v1/global-infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-bridge-profiles/{profile-id}
|
List SpoofGuard profilesAPI will list all SpoofGuard profiles. |
GET /global-manager/api/v1/global-infra/spoofguard-profiles
|
Delete SpoofGuard profileAPI will delete SpoofGuard profile with the given id. |
DELETE /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
|
Get SpoofGuard profileAPI will return details of the SpoofGuard profile with given id. If the profile does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
|
Patch SpoofGuard profileCreate a new SpoofGuard profile if the SpoofGuard profile with the given id does not exist. Otherwise, patch with the existing SpoofGuard profile. |
PATCH /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
|
Create or replace SpoofGuard profileAPI will create or replace SpoofGuard profile. |
PUT /global-manager/api/v1/global-infra/spoofguard-profiles/{spoofguard-profile-id}
|
Paginated list of all fixed segments (identified as /policy/api/v1/infra/tier-1s/ |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments
|
Delete segmentDelete segment |
DELETE /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}
|
Force delete segmentForce delete bypasses validations during segment deletion. This may result in an inconsistent connectivity. |
DELETE /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}?force=true
|
Read segmentRead segment Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the "l2_extension" object in the PUT/PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}
|
Create or update a segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, update the segment with specified attributes. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the "l2_extension" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. |
PATCH /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}
|
Create or update a segmentIf segment with the segment-id is not already present, create a new segment. If it already exists, replace the segment with this object. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the "l2_extension" object in the PUT API payload, the path returned in the PUT/GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. |
PUT /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}
|
Get downlink port Address Resolution Protocol Proxies for tier-1 segmentReturns ARP proxy table for downlink port on connected to the segment |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy
|
Get downlink port Address Resolution Protocol Proxies for tier-1 segment in CSVReturns ARP proxy table for downlink port on connected to the segment in CSV |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy?format=csv
|
Get Tier-1 segment bridge end point statistics using segment ID and profile path.Get detailed information on Tier-1 segment bridge end point statistics using segment ID and profile path. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/bep-statistics
|
Get Tier-1 segment bridge end point status using segment ID and profile path.Get detailed information on Tier-1 segment bridge end point status using segment ID and profile path. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/bep-status
|
List all effective profiles for segmentList all effective profiles for this segment on given enforcement point. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/effective-profiles
|
Get Tier-1 segment MAC tableReturns MAC table for a segment |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table
|
Get Tier-1 segment MAC table in CSVReturns MAC table for a segment |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/mac-table?format=csv
|
List Tier-1 segment portsList all the ports for a Tier-1 segment. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports
|
Get Tier-1 segment port by IDGet detail information on a Tier-1 segment port by giving ID. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}
|
List all effective profiles for tier-1 segment portList all effective profiles for this segment port on given enforcement point. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/effective-profiles
|
Get MAC table for tier-1 segment portReturns MAC table for a segment port |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table
|
Get tier-1 segment port MAC table in CSVReturns MAC table for a segment port |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/mac-table?format=csv
|
List Port Discovery Profile Binding MapsAPI will list all Port Discovery Profile Binding Maps in current port id. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps
|
Get Port Discovery Profile Binding MapAPI will get Port Discovery Profile Binding Map |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-discovery-profile-binding-maps/{port-discovery-profile-binding-map-id}
|
List Port QoS Profile Binding MapsAPI will list all Port QoS Profile Binding Maps in current port id. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps
|
Get Port QoS Profile Binding MapAPI will get Port QoS Profile Binding Map. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-qos-profile-binding-maps/{port-qos-profile-binding-map-id}
|
List port security profile binding mapsAPI will list all port security profile binding maps. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps
|
Get port security profile binding mapAPI will return details of the port security profile binding map. If the security profile binding map does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/port-security-profile-binding-maps/{port-security-profile-binding-map-id}
|
Get tier-1 segment port stateReturns tier-1 segment port state on enforcement point |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/ports/{port-id}/state
|
List Segment Discovery Profile Binding MapsAPI will list all Segment Discovery Profile Binding Maps in current segment id. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps
|
Delete Segment Discovery Profile Binding ProfileAPI will delete Segment Discovery Profile Binding Profile |
DELETE /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
Get Segment Discovery Profile Binding MapAPI will get Segment Discovery Profile Binding Map |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
Create Segment Discovery Profile Binding MapAPI will create Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied. |
PATCH /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
Update Segment Discovery Profile Binding MapAPI will update Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied. |
PUT /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-discovery-profile-binding-maps/{segment-discovery-profile-binding-map-id}
|
List Segment QoS Profile Binding MapsAPI will list all Segment QoS Profile Binding Maps in current segment id. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps
|
Delete Segment QoS Profile Binding ProfileAPI will delete Segment QoS Profile Binding Profile. |
DELETE /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
Get Segment QoS Profile Binding MapAPI will get Segment QoS Profile Binding Map. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
Create Segment QoS Profile Binding MapAPI will create segment QoS profile binding map. For objects with no binding maps, default profile is applied. |
PATCH /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
Update Segment QoS Profile Binding MapAPI will update Segment QoS Profile Binding Map. For objects with no binding maps, default profile is applied. |
PUT /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-qos-profile-binding-maps/{segment-qos-profile-binding-map-id}
|
List segment security profile binding mapsAPI will list all segment security profile binding maps. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps
|
Delete segment security profile binding mapAPI will delete segment security profile binding map. |
DELETE /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Get segment security profile binding mapAPI will return details of the segment security profile binding map. If the binding map does not exist, it will return 404. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Patch segment security profile binding mapCreate a new segment security profile binding map if the given security profile binding map does not exist. Otherwise, patch the existing segment security profile binding map. For objects with no binding maps, default profile is applied. |
PATCH /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Create or replace segment security profile binding mapAPI will create or replace segment security profile binding map. For objects with no binding maps, default profile is applied. |
PUT /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/segment-security-profile-binding-maps/{segment-security-profile-binding-map-id}
|
Delete static ARP configDelete static ARP config |
DELETE /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
|
Read static ARP configRead static ARP config |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
|
Create or update a static ARP configCreate static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created. |
PATCH /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
|
Create or update a static ARP configCreate static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created. |
PUT /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/static-arp
|
Get tier-1 segment TEP tableReturns TEP table for a segment |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table
|
Get tier-1 segment TEP table in CSVReturns TEP table for a segment in CSV |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/tep-table?format=csv
|
Get tier-1 segment port statistics informationGet tier-1 segment port statistics information. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/statistics
|
Get segment port status informationGet tier1 segment port status information. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/ports/{port-id}/status
|
Get segment state informationGet tier1 segment state information. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/state
|
Get segment statistics informationGet tier1 segment statistics information. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segments-id}/statistics
|
Get tier-1 segments by configuration stateReturns all tier-1 segments with configuration state on the enforcement point specified in the request |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/state
|
Additional
Links