{
  "actions": [
    {
      "name": "rESTfulPortFieldsGet",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/{pathv1}/{pathv2}/port_representations/{pathv3}/port_fields?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulPortFieldsGet-default.json"
        }
      ]
    },
    {
      "name": "rESTfulPortFieldsGetById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/{pathv1}/{pathv2}/port_representations/{pathv3}/port_fields/{pathv4}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulPortFieldsGetById-default.json"
        }
      ]
    },
    {
      "name": "getWapiV1PortFields",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/port_fields?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getWapiV1PortFields-default.json"
        }
      ]
    },
    {
      "name": "getWapiV1PortFieldsId",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/port_fields/{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/getWapiV1PortFieldsId-default.json"
        }
      ]
    }
  ]
}