{
  "actions": [
    {
      "name": "addBgpConfigurationUsingPOST",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/ne/v1/bgp?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/addBgpConfigurationUsingPOST-default.json"
        }
      ]
    },
    {
      "name": "getBgpConfigurationsUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/ne/v1/bgp?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getBgpConfigurationsUsingGET-default.json"
        }
      ]
    },
    {
      "name": "updateBgpConfigurationUsingPUT",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/ne/v1/bgp/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateBgpConfigurationUsingPUT-default.json"
        }
      ]
    },
    {
      "name": "getBgpConfigurationUsingGET",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/ne/v1/bgp/{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/getBgpConfigurationUsingGET-default.json"
        }
      ]
    }
  ]
}