NSX-T Data Center REST API

SegmentInfo (type)

{
  "additionalProperties": false, 
  "description": "This contains details about the segment created in NSX domain on a transport zone.", 
  "id": "SegmentInfo", 
  "module_id": "CloudServiceManager", 
  "properties": {
    "display_name": {
      "description": "Segment Name as created in NSX domain.", 
      "readonly": true, 
      "required": false, 
      "title": "Name of the segment", 
      "type": "string"
    }, 
    "id": {
      "description": "Segment id as created in NSX domain.", 
      "readonly": true, 
      "required": false, 
      "title": "Segment Id", 
      "type": "string"
    }, 
    "instances_count": {
      "description": "Number of instances or cloud compute resources on this segment.", 
      "readonly": true, 
      "required": false, 
      "title": "Number of instances on this segment", 
      "type": "integer"
    }, 
    "is_hybrid": {
      "description": "Flag to identify if this is a hybrid segment.", 
      "readonly": true, 
      "required": false, 
      "title": "Flag to identify if this is a hybrid segment", 
      "type": "boolean"
    }, 
    "nsx_tag": {
      "description": "This tag value is applied on cloud compute resource to be attached to this segment.", 
      "readonly": true, 
      "required": false, 
      "title": "NSX Tag value", 
      "type": "string"
    }
  }, 
  "title": "Segment related information", 
  "type": "object"
}