Get Segment
Read infra segment
Request
URLURL
Parameters
Parameters
Response
Response BodyResponse Body
{
"_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,
"advanced_config": {
"address_pool_paths": [
"string"
],
"connectivity": "string",
"hybrid": false,
"local_egress": 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"
}
]
}
],
"connectivity_path": "string",
"description": "string",
"display_name": "string",
"domain_name": "string",
"id": "string",
"l2_extension": {
"l2vpn_path": "string",
"l2vpn_paths": [
"string"
],
"tunnel_id": 0
},
"ls_id": "string",
"marked_for_delete": false,
"overlay_id": 0,
"parent_path": "string",
"path": "string",
"relative_path": "string",
"resource_type": "string",
"subnets": [
{
"dhcp_ranges": [
"string"
],
"gateway_address": "string",
"network": "string"
}
],
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"transport_zone_path": "string",
"type": "string",
"vlan_ids": [
"string"
]
}
Timestamp of resource creation
ID of the user who created this resource
Timestamp of last modification
ID of the user who last modified this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
Protection status is one of the following: PROTECTED - the client who retrieved the entity is not allowed to modify it. NOT_PROTECTED - the client who retrieved the entity is allowed to modify it REQUIRE_OVERRIDE - the client who retrieved the entity is a super user and can modify it, but only when providing the request header X-Allow-Overwrite=true. UNKNOWN - the _protection field could not be determined for this entity.
The _revision property describes the current revision of the resource. To prevent clients from overwriting each other’s changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected.
Schema for this resource
Indicates system owned resource
subtree for this type within policy tree containing nested elements.
Policy path to the connecting Tier-0 or Tier-1. Valid only for segments created under Infra.
Description of this resource
Defaults to ID if not set
DNS domain name
Unique identifier of this resource
This property is deprecated. The property will continue to work as expected for existing segments. The segments that are newly created with ls_id will be ignored. Sepcify pre-creted logical switch id for Segment.
Intent objects are not directly deleted from the system when a delete is invoked on them. They are marked for deletion and only when all the realized entities for that intent object gets deleted, the intent object is deleted. Objects that are marked for deletion are not returned in GET call. One can use the search API to get these objects.
Used for overlay connectivity of segments. The overlay_id should be allocated from the pool as definied by enforcement-point. If not provided, it is auto-allocated from the default pool on the enforcement-point.
Path of its parent
Absolute path of this object
Path relative from its parent
The type of this resource.
Policy path to the transport zone. Supported for VLAN backed segments as well as Overlay Segments. This field is required for VLAN backed Segments. Auto assigned if only one transport zone exists in the enforcement point. Default transport zone is auto assigned for overlay segments if none specified.
Segment type based on configuration.
Possible values are: ROUTED, EXTENDED, ROUTED_AND_EXTENDED, DISCONNECTED
VLAN ids for a VLAN backed Segment. Can be a VLAN id or a range of VLAN ids specified with ‘-’ in between.