{
  "actions": [
    {
      "name": "getSshUsersUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/ne/v1/sshUsers?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getSshUsersUsingGET-default.json"
        }
      ]
    },
    {
      "name": "createSshUserUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/ne/v1/sshUsers?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createSshUserUsingPOST-default.json"
        }
      ]
    },
    {
      "name": "isSshUserAvailableForCreationUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/ne/v1/sshUsers/availability?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getSshUserUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/ne/v1/sshUsers/{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/getSshUserUsingGET-default.json"
        }
      ]
    },
    {
      "name": "updateSshUserUsingPUT",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/ne/v1/sshUsers/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "dissociateDeviceUsingDELETE",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/ne/v1/sshUsers/{pathv1}/devices/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/dissociateDeviceUsingDELETE-default.json"
        }
      ]
    },
    {
      "name": "associateDeviceUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/ne/v1/sshUsers/{pathv1}/devices/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}