{
  "actions": [
    {
      "name": "listRoutersHostedByAnL3Agent",
      "protocol": "REST",
      "method": "GET",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}",
        "v1": "{base_path}/{version}/agents/{pathv1}/l3-routers?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "scheduleRouterToAnL3Agent",
      "protocol": "REST",
      "method": "POST",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}",
        "v1": "{base_path}/{version}/agents/{pathv1}/l3-routers?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "removeL3RouterFromAnL3Agent",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers/{pathv2}?{query}",
        "v1": "{base_path}/{version}/agents/{pathv1}/l3-routers/{pathv2}?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "listL3AgentsHostingARouter",
      "protocol": "REST",
      "method": "GET",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/l3-agents?{query}",
        "v1": "{base_path}/{version}/routers/{pathv1}/l3-agents?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}