{
  "actions": [
    {
      "name": "startRouteDiag",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/tdc/api/v2/diag/operMeas?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "startFacilityDiag",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/tdc/api/v2/diag/operMeas/facilities?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "startLatencyFacilityDiag",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/tdc/api/v2/diag/operMeas/latency/facilities?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "startPowerSnapshotAttributes",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/tdc/api/v2/diag/operMeas/powerAttributes/facilities?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "startPowerDiag",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/tdc/api/v2/diag/operMeas/powerPms?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "resetPms",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/tdc/api/v2/diag/operMeas/reset?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}