SegmentStateRequestParameters (type)

{
  "additionalProperties": false, 
  "description": "Request parameters that represents a segment path and enforcement_point_path.", 
  "extends": {
    "$ref": "PolicyRuntimeRequestParameters
  }, 
  "id": "SegmentStateRequestParameters", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "configuration_state": {
      "enum": [
        "pending", 
        "in_progress", 
        "success", 
        "failed", 
        "partial_success", 
        "orphaned", 
        "unknown"
      ], 
      "required": false, 
      "title": "Configuration state of the segment on enforcement point", 
      "type": "string"
    }, 
    "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"
    }, 
    "source": {
      "$ref": "DataSourceType, 
      "required": false, 
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    }
  }, 
  "title": "Request Parameters for Metadata Proxy Runtime Information", 
  "type": "object"
}