LBServiceStatusQueryParameters (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "PolicyRuntimeRequestParameters
  }, 
  "id": "LBServiceStatusQueryParameters", 
  "module_id": "PolicyLBStatistics", 
  "properties": {
    "enforcement_point_path": {
      "description": "enforcement point path, forward slashes must be escaped using %2F.", 
      "required": false, 
      "title": "String Path of the enforcement point", 
      "type": "string"
    }, 
    "include_instance_details": {
      "default": false, 
      "description": "The flag to indicate whether include detail information. Load balancer instance detail information will be returned if this field is set to true. It's only valid in realtime status query.", 
      "required": false, 
      "title": "Flag to indicate whether include detail information", 
      "type": "boolean"
    }, 
    "source": {
      "$ref": "DataSourceType, 
      "required": false, 
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    }, 
    "transport_node_ids": {
      "description": "The UUIDs of transport nodes. Multiple UUIDs should be separated by commas. If this field is specified, only the status from the given transport nodes will be returned. It's only valid in realtime status query.", 
      "required": false, 
      "title": "The UUIDs of transport nodes", 
      "type": "string"
    }
  }, 
  "type": "object"
}