{
  "actions": [
    {
      "name": "getAllPlugins",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAllPlugins-default.json"
        }
      ]
    },
    {
      "name": "getDevicePluginInfoSchema",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins/device/schema?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getIndicatorExtendedInfoSchema",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins/indicator/schema/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getAllPluginIndicatorTypes",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins/indicatortypes?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAllPluginIndicatorTypes-default.json"
        }
      ]
    },
    {
      "name": "createPluginIndicatorType",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/v1/plugins/indicatortypes?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createPluginIndicatorType-default.json"
        }
      ]
    },
    {
      "name": "filterPluginIndicatorTypes",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/v1/plugins/indicatortypes/filter?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/filterPluginIndicatorTypes-default.json"
        }
      ]
    },
    {
      "name": "getSchemaForAllPluginIndicatorTypes",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins/indicatortypes/schema/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "updatePluginIndicatorType",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/api/v1/plugins/indicatortypes/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updatePluginIndicatorType-default.json"
        }
      ]
    },
    {
      "name": "getObjectExtendedInfoSchema",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins/object/schema/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getAllPluginObjectTypes",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins/objecttypes?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAllPluginObjectTypes-default.json"
        }
      ]
    },
    {
      "name": "createPluginObjectType",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/v1/plugins/objecttypes?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createPluginObjectType-default.json"
        }
      ]
    },
    {
      "name": "filterPluginObjectTypes",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/v1/plugins/objecttypes/filter?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/filterPluginObjectTypes-default.json"
        }
      ]
    },
    {
      "name": "getSchemaForAllPluginObjectTypes",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/plugins/objecttypes/schema/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "updatePluginObjectType",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/api/v1/plugins/objecttypes/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updatePluginObjectType-default.json"
        }
      ]
    }
  ]
}