{
  "actions": [
    {
      "name": "retrievaallUpgradeTasks",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/mgmt/cm/device/upgrades?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "performSoftwareUpgrade",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/mgmt/cm/device/upgrades?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rebootDevice",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/mgmt/cm/device/tasks/device-item-deploy?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rebootDevice-default.json"
        }
      ]
    },
    {
      "name": "removeDeviceServices",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/mgmt/cm/global/tasks/device-remove-mgmt-authority?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getRemoveDeviceServicesStatusById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/mgmt/cm/global/tasks/device-remove-mgmt-authority/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getRemoveDeviceServicesStatusById-default.json"
        }
      ]
    },
    {
      "name": "removeDeviceTrust",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/mgmt/cm/global/tasks/device-remove-trust?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/removeDeviceTrust-default.json"
        }
      ]
    },
    {
      "name": "getRemoveDeviceTrustStatusById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/mgmt/cm/global/tasks/device-remove-trust/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getRemoveDeviceTrustStatusById-default.json"
        }
      ]
    },
    {
      "name": "updateDeviceUpgrade",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/mgmt/cm/device/upgrade-backups?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateDeviceUpgrade-default.json"
        }
      ]
    },
    {
      "name": "getAllUpgradeInstances",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/mgmt/cm/device/upgrade-backups?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAllUpgradeInstances-default.json"
        }
      ]
    },
    {
      "name": "getUpgradeInstancesById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/mgmt/cm/device/upgrade-backups/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getUpgradeInstancesById-default.json"
        }
      ]
    }
  ]
}