NSX-T Data Center REST API

ClientTypeCollectionConfiguration (type)

{
  "id": "ClientTypeCollectionConfiguration",
  "module_id": "AggSvcDataCollectionConfig",
  "properties": {
    "client_type": {
      "description": "The client type for which this data collection frequency setting applies",
      "enum": [
        "HYPERVISOR",
        "EDGE",
        "CONTROL_PLANE",
        "CONTROL_PLANE_PLATFORM",
        "MANAGEMENT_PLANE",
        "MANAGEMENT_PLANE_PLATFORM"
      ],
      "required": true,
      "title": "Client Type",
      "type": "string"
    },
    "data_type_configurations": {
      "description": "The set of data collection type configurations, one for each data collection type",
      "items": {
        "$ref": "DataTypeCollectionConfiguration"
      },
      "required": true,
      "title": "Data type configurations",
      "type": "array"
    }
  },
  "title": "HPM client data collection configuration",
  "type": "object"
}