{
  "actions": [
    {
      "name": "registerDevice",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/vnms/devicereg/api/sdwan/register?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getRegistrationDeviceInfo",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/vnms/devicereg/device/{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/getRegistrationDeviceInfo-default.json"
        }
      ]
    },
    {
      "name": "registerDeviceAsync",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/vnms/devicereg/device/{pathv1}/pre-staging?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/registerDeviceAsync-default.json"
        }
      ]
    },
    {
      "name": "generateDeviceEMAILSecureCode",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/vnms/devicereg/device/{pathv1}/securecode/email?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "generateDeviceSMSSecureCode",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/vnms/devicereg/device/{pathv1}/securecode/sms?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "verifyDeviceSecureCodeAndRegisterAsync",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/vnms/devicereg/device/{pathv1}/verify/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}