{ "uuid": "2b017bdc-dd94-429c-b453-536cefdc06de", "lastMigration": 29, "name": "NetBox API", "endpointPrefix": "api", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "98e04327-fc44-41e9-82af-0472defddd31", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/circuit-terminations/", "responses": [ { "uuid": "0dfa61a0-2f66-4d87-9aaa-bd43357e4d2d", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"circuit\": {\n \"cid\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"pp_info\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"term_side\": \"{{oneOf (array 'A' 'Z')}}\",\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"xconnect_id\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "71480d69-6706-4945-8bd9-dbbafae2a9f2", "documentation": "", "method": "post", "endpoint": "circuits/circuit-terminations/", "responses": [ { "uuid": "1b1453e0-9f5c-44d9-adf6-a1649864a9d2", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"circuit\": {\n \"cid\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"pp_info\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"term_side\": \"{{oneOf (array 'A' 'Z')}}\",\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"xconnect_id\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb1ef0b0-524e-44ae-801d-05da0938ae6a", "documentation": "", "method": "delete", "endpoint": "circuits/circuit-terminations/:id/", "responses": [ { "uuid": "fb89cebb-07d2-43fc-b87a-195b85720d5a", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cd7b070c-e4ad-44ce-acc2-40fcd83410cd", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/circuit-terminations/:id/", "responses": [ { "uuid": "4b1a790f-8f57-433d-bdf6-092f0bd5e6ae", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"circuit\": {\n \"cid\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"pp_info\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"term_side\": \"{{oneOf (array 'A' 'Z')}}\",\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"xconnect_id\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a478eec-9df9-4eb8-b8ff-7014c4d0fa7b", "documentation": "", "method": "patch", "endpoint": "circuits/circuit-terminations/:id/", "responses": [ { "uuid": "7b002d6b-774a-4e5b-8b48-cc85ddaae38e", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"circuit\": {\n \"cid\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"pp_info\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"term_side\": \"{{oneOf (array 'A' 'Z')}}\",\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"xconnect_id\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2f0264a-ee97-4390-9325-32ee42896c71", "documentation": "", "method": "put", "endpoint": "circuits/circuit-terminations/:id/", "responses": [ { "uuid": "c7228e50-a92e-4090-bb99-e9889ced4f5b", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"circuit\": {\n \"cid\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"pp_info\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"term_side\": \"{{oneOf (array 'A' 'Z')}}\",\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"xconnect_id\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e945615-b92a-4e35-b7bd-527e75584198", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/circuit-types/", "responses": [ { "uuid": "d7f0cb7d-428b-4595-a34e-bae19cbb653a", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7618de2a-b0f8-4c2c-8a3e-331233c7e491", "documentation": "", "method": "post", "endpoint": "circuits/circuit-types/", "responses": [ { "uuid": "623d63df-147a-42e5-aa29-aedfda480ee1", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0a139b47-5e7f-4e9b-8053-cdda05b4d452", "documentation": "", "method": "delete", "endpoint": "circuits/circuit-types/:id/", "responses": [ { "uuid": "70b758bc-ddb0-44ad-ab97-a9fe882347aa", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0cd6a853-eb45-4252-a44b-ca40f56e7de2", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/circuit-types/:id/", "responses": [ { "uuid": "e144ee0a-78e2-4225-adbb-36b7dde489d5", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "872a15ae-df62-46e2-87c8-5f4f2dd149c4", "documentation": "", "method": "patch", "endpoint": "circuits/circuit-types/:id/", "responses": [ { "uuid": "cb8a9322-e384-416c-9db0-a9fae419ffa8", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "930d7146-b577-428c-abf9-de46454563f1", "documentation": "", "method": "put", "endpoint": "circuits/circuit-types/:id/", "responses": [ { "uuid": "9bccd92d-dfa8-40bb-b5a9-a1981c94d6ab", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a75e8a0-ed5c-45ec-9e9f-1b545663a052", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/circuits/", "responses": [ { "uuid": "bc19f4c8-e1b0-4072-8792-d2fdc1f4887b", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cid\": \"\",\n \"comments\": \"\",\n \"commit_rate\": {{faker 'number.int' max=99999}},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"install_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"provider\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Planned' 'Provisioning' 'Active' 'Offline' 'Deprovisioning' 'Decommissioned')}}\",\n \"value\": \"{{oneOf (array 'planned' 'provisioning' 'active' 'offline' 'deprovisioning' 'decommissioned')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"termination_a\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"termination_z\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"type\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c01c0463-35b3-40fd-9d41-210be03ea105", "documentation": "", "method": "post", "endpoint": "circuits/circuits/", "responses": [ { "uuid": "5b00219f-7e42-44e1-bb27-93d4a36fba98", "body": "{\n \"cid\": \"\",\n \"comments\": \"\",\n \"commit_rate\": {{faker 'number.int' max=99999}},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"install_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"provider\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Planned' 'Provisioning' 'Active' 'Offline' 'Deprovisioning' 'Decommissioned')}}\",\n \"value\": \"{{oneOf (array 'planned' 'provisioning' 'active' 'offline' 'deprovisioning' 'decommissioned')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"termination_a\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"termination_z\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"type\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c53bbb8b-0244-4a37-ade3-0ef520145993", "documentation": "", "method": "delete", "endpoint": "circuits/circuits/:id/", "responses": [ { "uuid": "0d1ba899-f764-4547-9a2b-325e94b76fcd", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6bcd48a7-d6e7-4f51-80f4-69f1f51cba27", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/circuits/:id/", "responses": [ { "uuid": "b1d0e31b-8e98-4a47-b580-33c634cf0c19", "body": "{\n \"cid\": \"\",\n \"comments\": \"\",\n \"commit_rate\": {{faker 'number.int' max=99999}},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"install_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"provider\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Planned' 'Provisioning' 'Active' 'Offline' 'Deprovisioning' 'Decommissioned')}}\",\n \"value\": \"{{oneOf (array 'planned' 'provisioning' 'active' 'offline' 'deprovisioning' 'decommissioned')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"termination_a\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"termination_z\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"type\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "67a16da2-5a9b-4966-b435-0ed416850c3e", "documentation": "", "method": "patch", "endpoint": "circuits/circuits/:id/", "responses": [ { "uuid": "06f91e18-2ce1-4e4f-8a5a-a21a4d468d1e", "body": "{\n \"cid\": \"\",\n \"comments\": \"\",\n \"commit_rate\": {{faker 'number.int' max=99999}},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"install_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"provider\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Planned' 'Provisioning' 'Active' 'Offline' 'Deprovisioning' 'Decommissioned')}}\",\n \"value\": \"{{oneOf (array 'planned' 'provisioning' 'active' 'offline' 'deprovisioning' 'decommissioned')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"termination_a\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"termination_z\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"type\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b9d3ced-59da-4f11-8df4-57076cb4a51d", "documentation": "", "method": "put", "endpoint": "circuits/circuits/:id/", "responses": [ { "uuid": "92faf177-0b22-43a8-948c-10407578e986", "body": "{\n \"cid\": \"\",\n \"comments\": \"\",\n \"commit_rate\": {{faker 'number.int' max=99999}},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"install_date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"provider\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Planned' 'Provisioning' 'Active' 'Offline' 'Deprovisioning' 'Decommissioned')}}\",\n \"value\": \"{{oneOf (array 'planned' 'provisioning' 'active' 'offline' 'deprovisioning' 'decommissioned')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"termination_a\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"termination_z\": {\n \"connected_endpoint\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"port_speed\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"upstream_speed\": {{faker 'number.int' max=99999}},\n \"url\": \"\",\n \"xconnect_id\": \"\"\n },\n \"type\": {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "852df301-8b33-4f99-beed-b43f674aff8f", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/providers/", "responses": [ { "uuid": "70190d84-1967-4241-b743-9367ecdcd941", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"account\": \"\",\n \"admin_contact\": \"\",\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"noc_contact\": \"\",\n \"portal_url\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb5949e5-60e5-43cc-9066-2f30ce3ce01b", "documentation": "", "method": "post", "endpoint": "circuits/providers/", "responses": [ { "uuid": "12a8d728-3ee3-45c5-9e76-c718f8f142b4", "body": "{\n \"account\": \"\",\n \"admin_contact\": \"\",\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"noc_contact\": \"\",\n \"portal_url\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "730e9896-f0ef-4428-8eb1-9f7eec0ec475", "documentation": "", "method": "delete", "endpoint": "circuits/providers/:id/", "responses": [ { "uuid": "3ba7e3f3-d4e8-44bd-9496-ee52682cd944", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9186ae5d-1724-4eb8-a95c-3a8ea0fb1c9d", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "circuits/providers/:id/", "responses": [ { "uuid": "f5340276-12a7-4f49-8eb5-7764382f5ce9", "body": "{\n \"account\": \"\",\n \"admin_contact\": \"\",\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"noc_contact\": \"\",\n \"portal_url\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "157cd9dc-17c6-4dcd-b6fc-7fb5829e1d84", "documentation": "", "method": "patch", "endpoint": "circuits/providers/:id/", "responses": [ { "uuid": "4beacaf7-41e0-4ad6-b138-b9575495468e", "body": "{\n \"account\": \"\",\n \"admin_contact\": \"\",\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"noc_contact\": \"\",\n \"portal_url\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e415f2b-2c26-4500-be2a-9de8e4cb4435", "documentation": "", "method": "put", "endpoint": "circuits/providers/:id/", "responses": [ { "uuid": "870c84ec-68e1-43bf-b990-c7a40cd2a43a", "body": "{\n \"account\": \"\",\n \"admin_contact\": \"\",\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"noc_contact\": \"\",\n \"portal_url\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f0b8fec1-22e5-4bbd-b3f7-54602dc72a22", "documentation": "A convenience method for rendering graphs for a particular provider.", "method": "get", "endpoint": "circuits/providers/:id/graphs/", "responses": [ { "uuid": "2bebebd1-0b16-4dcb-b917-baccb0ee5d06", "body": "{\n \"account\": \"\",\n \"admin_contact\": \"\",\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"noc_contact\": \"\",\n \"portal_url\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b30b1f3a-a88f-4dd4-83a1-214e3a5e19ee", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/cables/", "responses": [ { "uuid": "afacb759-daed-4246-b0a4-e0b0285a20cc", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"color\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"length\": {{faker 'number.int' max=99999}},\n \"length_unit\": {\n \"label\": \"{{oneOf (array 'Meters' 'Centimeters' 'Feet' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'm' 'cm' 'ft' 'in')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Connected' 'Planned' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'connected' 'planned' 'decommissioning')}}\"\n },\n \"termination_a\": {},\n \"termination_a_id\": {{faker 'number.int' max=99999}},\n \"termination_a_type\": \"\",\n \"termination_b\": {},\n \"termination_b_id\": {{faker 'number.int' max=99999}},\n \"termination_b_type\": \"\",\n \"type\": \"{{oneOf (array 'cat3' 'cat5' 'cat5e' 'cat6' 'cat6a' 'cat7' 'dac-active' 'dac-passive' 'mrj21-trunk' 'coaxial' 'mmf' 'mmf-om1' 'mmf-om2' 'mmf-om3' 'mmf-om4' 'smf' 'smf-os1' 'smf-os2' 'aoc' 'power')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eab9574e-50d4-456a-9a02-5a62bb1e24eb", "documentation": "", "method": "post", "endpoint": "dcim/cables/", "responses": [ { "uuid": "01e3a4d7-d562-4619-9449-551a9fc9d6c5", "body": "{\n \"color\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"length\": {{faker 'number.int' max=99999}},\n \"length_unit\": {\n \"label\": \"{{oneOf (array 'Meters' 'Centimeters' 'Feet' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'm' 'cm' 'ft' 'in')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Connected' 'Planned' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'connected' 'planned' 'decommissioning')}}\"\n },\n \"termination_a\": {},\n \"termination_a_id\": {{faker 'number.int' max=99999}},\n \"termination_a_type\": \"\",\n \"termination_b\": {},\n \"termination_b_id\": {{faker 'number.int' max=99999}},\n \"termination_b_type\": \"\",\n \"type\": \"{{oneOf (array 'cat3' 'cat5' 'cat5e' 'cat6' 'cat6a' 'cat7' 'dac-active' 'dac-passive' 'mrj21-trunk' 'coaxial' 'mmf' 'mmf-om1' 'mmf-om2' 'mmf-om3' 'mmf-om4' 'smf' 'smf-os1' 'smf-os2' 'aoc' 'power')}}\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "77daa998-5d62-4cd0-96ce-8640b8ab2611", "documentation": "", "method": "delete", "endpoint": "dcim/cables/:id/", "responses": [ { "uuid": "da66f641-955f-42d2-a122-f0ea8047d116", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "135265c2-d303-4ebe-9998-7ad1d67965af", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/cables/:id/", "responses": [ { "uuid": "649b1cc9-ad82-41bc-af3d-e742205d7e7b", "body": "{\n \"color\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"length\": {{faker 'number.int' max=99999}},\n \"length_unit\": {\n \"label\": \"{{oneOf (array 'Meters' 'Centimeters' 'Feet' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'm' 'cm' 'ft' 'in')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Connected' 'Planned' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'connected' 'planned' 'decommissioning')}}\"\n },\n \"termination_a\": {},\n \"termination_a_id\": {{faker 'number.int' max=99999}},\n \"termination_a_type\": \"\",\n \"termination_b\": {},\n \"termination_b_id\": {{faker 'number.int' max=99999}},\n \"termination_b_type\": \"\",\n \"type\": \"{{oneOf (array 'cat3' 'cat5' 'cat5e' 'cat6' 'cat6a' 'cat7' 'dac-active' 'dac-passive' 'mrj21-trunk' 'coaxial' 'mmf' 'mmf-om1' 'mmf-om2' 'mmf-om3' 'mmf-om4' 'smf' 'smf-os1' 'smf-os2' 'aoc' 'power')}}\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "977ad823-e9d9-4689-9bf5-f72fad7d144c", "documentation": "", "method": "patch", "endpoint": "dcim/cables/:id/", "responses": [ { "uuid": "35f92fec-fd8c-4395-8bb8-cf64d458bc6d", "body": "{\n \"color\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"length\": {{faker 'number.int' max=99999}},\n \"length_unit\": {\n \"label\": \"{{oneOf (array 'Meters' 'Centimeters' 'Feet' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'm' 'cm' 'ft' 'in')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Connected' 'Planned' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'connected' 'planned' 'decommissioning')}}\"\n },\n \"termination_a\": {},\n \"termination_a_id\": {{faker 'number.int' max=99999}},\n \"termination_a_type\": \"\",\n \"termination_b\": {},\n \"termination_b_id\": {{faker 'number.int' max=99999}},\n \"termination_b_type\": \"\",\n \"type\": \"{{oneOf (array 'cat3' 'cat5' 'cat5e' 'cat6' 'cat6a' 'cat7' 'dac-active' 'dac-passive' 'mrj21-trunk' 'coaxial' 'mmf' 'mmf-om1' 'mmf-om2' 'mmf-om3' 'mmf-om4' 'smf' 'smf-os1' 'smf-os2' 'aoc' 'power')}}\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdd46aff-7e98-4cfc-9ab1-4758d1c802b6", "documentation": "", "method": "put", "endpoint": "dcim/cables/:id/", "responses": [ { "uuid": "ce42c1ec-36ff-458e-98f2-bb5cc1bc28c2", "body": "{\n \"color\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"length\": {{faker 'number.int' max=99999}},\n \"length_unit\": {\n \"label\": \"{{oneOf (array 'Meters' 'Centimeters' 'Feet' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'm' 'cm' 'ft' 'in')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Connected' 'Planned' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'connected' 'planned' 'decommissioning')}}\"\n },\n \"termination_a\": {},\n \"termination_a_id\": {{faker 'number.int' max=99999}},\n \"termination_a_type\": \"\",\n \"termination_b\": {},\n \"termination_b_id\": {{faker 'number.int' max=99999}},\n \"termination_b_type\": \"\",\n \"type\": \"{{oneOf (array 'cat3' 'cat5' 'cat5e' 'cat6' 'cat6a' 'cat7' 'dac-active' 'dac-passive' 'mrj21-trunk' 'coaxial' 'mmf' 'mmf-om1' 'mmf-om2' 'mmf-om3' 'mmf-om4' 'smf' 'smf-os1' 'smf-os2' 'aoc' 'power')}}\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5fc56161-f8ec-4708-80ff-1ba9ddb473d1", "documentation": "This endpoint allows a user to determine what device (if any) is connected to a given peer device and peer\ninterface. This is useful in a situation where a device boots with no configuration, but can detect its neighbors\nvia a protocol such as LLDP. Two query parameters must be included in the request:\n\n* `peer_device`: The name of the peer device\n* `peer_interface`: The name of the peer interface", "method": "get", "endpoint": "dcim/connected-device/", "responses": [ { "uuid": "2ac5f23d-3a0b-4554-864f-9499c22c0124", "body": "{\n \"asset_tag\": \"\",\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"display_name\": \"\",\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"name\": \"\",\n \"parent_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"position\": {{faker 'number.int' max=99999}},\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Inventory' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'inventory' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vc_position\": {{faker 'number.int' max=99999}},\n \"vc_priority\": {{faker 'number.int' max=99999}},\n \"virtual_chassis\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "62bb913b-7f2f-40fa-b9eb-75a517858ed8", "documentation": "", "method": "get", "endpoint": "dcim/console-connections/", "responses": [ { "uuid": "4e13ea5b-d5e2-4b67-a071-5709bdaeb8fb", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "671278b7-da72-445e-8408-2375244406ae", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-port-templates/", "responses": [ { "uuid": "d72b1350-de0e-4324-9c69-40dad0731b7c", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8774c784-4dfa-4f89-9e24-c524723205f0", "documentation": "", "method": "post", "endpoint": "dcim/console-port-templates/", "responses": [ { "uuid": "3eb57e41-8d48-4569-88b2-767abe172ebd", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "244fe349-d5e1-4df1-85d0-e66590799486", "documentation": "", "method": "delete", "endpoint": "dcim/console-port-templates/:id/", "responses": [ { "uuid": "c535743c-e799-4e75-ab7f-3cbcd3975434", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "248a7287-18d3-421a-94db-d61c011d68fe", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-port-templates/:id/", "responses": [ { "uuid": "2c9b1815-9d22-4f4f-8ef5-c795eb4efa74", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c62b405-844f-47b8-a9a7-a2daff6bd611", "documentation": "", "method": "patch", "endpoint": "dcim/console-port-templates/:id/", "responses": [ { "uuid": "e22fc528-12de-495c-b356-1d193e4de4dc", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91862334-aa85-4324-961b-585ecd184461", "documentation": "", "method": "put", "endpoint": "dcim/console-port-templates/:id/", "responses": [ { "uuid": "b2b20f1a-3835-4dc3-8c44-4ef3a86fbdc8", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91163199-71c9-494b-8e04-3c49a02e623d", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-ports/", "responses": [ { "uuid": "20e4df04-6b5f-4e70-bec6-8d43ff3a3faa", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82647cfe-cbac-4fe3-a42b-1cbee9841e90", "documentation": "", "method": "post", "endpoint": "dcim/console-ports/", "responses": [ { "uuid": "ea19db2c-a32f-4b7f-8429-c4726e562362", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0300df6a-bc7e-4107-8833-2d1eeede975d", "documentation": "", "method": "delete", "endpoint": "dcim/console-ports/:id/", "responses": [ { "uuid": "b6b1609a-9b3f-416b-8078-227e5c55feda", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23e99278-fe57-4ec0-9aaf-68896688ad2c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-ports/:id/", "responses": [ { "uuid": "236af962-e849-4280-86ca-2f5347b5ee1a", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "08585331-7f60-46d7-b886-4ad51fe332bd", "documentation": "", "method": "patch", "endpoint": "dcim/console-ports/:id/", "responses": [ { "uuid": "e88e0b81-b26e-494c-898e-a2e796e150a0", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "50729b8a-67a8-48dc-b766-1d07eb366c5f", "documentation": "", "method": "put", "endpoint": "dcim/console-ports/:id/", "responses": [ { "uuid": "7a827959-7e27-42af-8943-b024e7b9943c", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "101c573b-a646-4035-915e-2041e3ff3c33", "documentation": "Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).", "method": "get", "endpoint": "dcim/console-ports/:id/trace/", "responses": [ { "uuid": "66d09a6e-05ee-4510-bdd9-271aeb6457ee", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cdbeca6d-b30d-46e1-a5ab-469ec784cfa6", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-server-port-templates/", "responses": [ { "uuid": "a46a5e6c-9c31-4939-98f4-118e47dc32a2", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f518bbde-6a52-4ce2-8ead-c34c0e4fb100", "documentation": "", "method": "post", "endpoint": "dcim/console-server-port-templates/", "responses": [ { "uuid": "1629c582-c354-44ba-9111-e9cf3b946983", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae3b7566-93e6-44d3-9073-47b96365db8f", "documentation": "", "method": "delete", "endpoint": "dcim/console-server-port-templates/:id/", "responses": [ { "uuid": "6106f0be-998d-446c-bddc-a83952038f83", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1b91713-b01f-4f9f-9ce2-d480f2127b3a", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-server-port-templates/:id/", "responses": [ { "uuid": "05b2f38e-82b8-43ce-b175-bbcd3d452369", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "daef2f5d-d72c-4fbe-b5dc-aee88d9d80f2", "documentation": "", "method": "patch", "endpoint": "dcim/console-server-port-templates/:id/", "responses": [ { "uuid": "aea89f52-2182-417a-adf0-3f099ce372cb", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b4ec770-9a40-4620-9d7b-4f04943455b7", "documentation": "", "method": "put", "endpoint": "dcim/console-server-port-templates/:id/", "responses": [ { "uuid": "4dd56466-c7c5-4c89-b334-5976d4b1f785", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a0a1f811-40db-4b84-a5f3-72c8e9a096cc", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-server-ports/", "responses": [ { "uuid": "9d8d6ef4-e279-4a5f-ad9e-7c0cd4e8e628", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b49de07-dcdf-4761-9817-d5e9c727efce", "documentation": "", "method": "post", "endpoint": "dcim/console-server-ports/", "responses": [ { "uuid": "106b74bd-029b-41ec-839f-789d12ea46af", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9bab04ab-2ac6-4414-8c7c-46820a3c77d9", "documentation": "", "method": "delete", "endpoint": "dcim/console-server-ports/:id/", "responses": [ { "uuid": "dcbb2041-c1ba-4a2b-8c2a-7089fe5ec8a3", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3e1b8551-0c19-4b16-8d24-514012c94615", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/console-server-ports/:id/", "responses": [ { "uuid": "48f66688-1de8-4f87-9d83-6737ef0fd6d6", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9da1209d-7d45-41fc-87d7-3356fe6a67c9", "documentation": "", "method": "patch", "endpoint": "dcim/console-server-ports/:id/", "responses": [ { "uuid": "314de753-f774-4bc7-8931-7f8890e657b4", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe010407-69c0-41ca-9cfc-f8a7f57ce0da", "documentation": "", "method": "put", "endpoint": "dcim/console-server-ports/:id/", "responses": [ { "uuid": "933c0610-5c62-4e0f-9b6d-ac012da02c73", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0dfb475d-7f13-44b4-9b84-9697b3630154", "documentation": "Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).", "method": "get", "endpoint": "dcim/console-server-ports/:id/trace/", "responses": [ { "uuid": "45e84355-49fc-4cdf-ac3b-5f8e4701937a", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'DE-9' 'DB-25' 'RJ-11' 'RJ-12' 'RJ-45' 'USB Type A' 'USB Type B' 'USB Type C' 'USB Mini A' 'USB Mini B' 'USB Micro A' 'USB Micro B' 'Other')}}\",\n \"value\": \"{{oneOf (array 'de-9' 'db-25' 'rj-11' 'rj-12' 'rj-45' 'usb-a' 'usb-b' 'usb-c' 'usb-mini-a' 'usb-mini-b' 'usb-micro-a' 'usb-micro-b' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "737294d7-5c01-4153-94da-cdd361aee20f", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-bay-templates/", "responses": [ { "uuid": "ccfc49ac-67b9-4edc-9cea-4281baef515c", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f7210db9-eb01-4063-9991-12d7e82b5c30", "documentation": "", "method": "post", "endpoint": "dcim/device-bay-templates/", "responses": [ { "uuid": "eb16e6b0-8e27-4615-9870-fe431099448c", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8575e2e6-695c-4517-b5e5-7872700d4ddf", "documentation": "", "method": "delete", "endpoint": "dcim/device-bay-templates/:id/", "responses": [ { "uuid": "2a9d31e7-33d7-4471-be3e-6e599f657e74", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee26d870-9815-49c0-9c49-4383098f7779", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-bay-templates/:id/", "responses": [ { "uuid": "f8f05cf7-873a-4835-90a2-e281c17f7bb7", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb1e9209-97d0-469c-a8eb-2da79eb24b24", "documentation": "", "method": "patch", "endpoint": "dcim/device-bay-templates/:id/", "responses": [ { "uuid": "2b1305ab-4723-49d9-b3f8-27ea8d2f9c6b", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ebc1f5fa-a915-42cd-b506-5c0b844e71a5", "documentation": "", "method": "put", "endpoint": "dcim/device-bay-templates/:id/", "responses": [ { "uuid": "c391aace-6b64-4678-ae4e-816476359b4f", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "296d8a79-1e3b-45e6-af3a-a27dbf47cc2b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-bays/", "responses": [ { "uuid": "ffa90d7d-b28f-482b-a32d-eae935ac5c0c", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"installed_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"tags\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c69b121e-cf1b-43f3-99a0-7422d6b5c875", "documentation": "", "method": "post", "endpoint": "dcim/device-bays/", "responses": [ { "uuid": "0988b60f-9f06-4a75-b0fa-b3022cc6d41b", "body": "{\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"installed_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "764596da-d1c5-43cb-8943-812497e3b92a", "documentation": "", "method": "delete", "endpoint": "dcim/device-bays/:id/", "responses": [ { "uuid": "c13cde2d-ed60-469a-8545-8e265f310428", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f349e6c-0b8f-48c6-996d-fe89f08cb07b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-bays/:id/", "responses": [ { "uuid": "baf6bb41-7678-4192-9481-54927a5ea719", "body": "{\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"installed_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76254b88-6b08-41f1-9a9c-32871e8ea52d", "documentation": "", "method": "patch", "endpoint": "dcim/device-bays/:id/", "responses": [ { "uuid": "bb91dee4-c90b-4525-8429-1e49ee6983c3", "body": "{\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"installed_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5c92a58-0e69-488f-a89f-3af2122a33ed", "documentation": "", "method": "put", "endpoint": "dcim/device-bays/:id/", "responses": [ { "uuid": "30c8a09f-bc2f-4ff7-8da4-b2448e1446cc", "body": "{\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"installed_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "72e45d1c-cbdc-4e7b-8864-c5282c63b352", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-roles/", "responses": [ { "uuid": "9a0ee1ee-de5a-44db-917c-f750fec369cc", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"color\": \"\",\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vm_role\": {{faker 'datatype.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b27b5ea-8884-4f14-be3f-d579eb27213b", "documentation": "", "method": "post", "endpoint": "dcim/device-roles/", "responses": [ { "uuid": "8120fb48-cab3-4013-8fed-ca9b124ee844", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vm_role\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "58bd0a2a-79f0-46ca-baa0-130e9996792a", "documentation": "", "method": "delete", "endpoint": "dcim/device-roles/:id/", "responses": [ { "uuid": "101e0c71-9adb-41b1-8ddc-b06cca81e583", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd04f633-39f2-42a7-8038-1d68294dff92", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-roles/:id/", "responses": [ { "uuid": "a002074b-33a3-49bc-ac84-514166526c57", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vm_role\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bd1c679c-8af4-4f6d-a863-c61d8b54c0fb", "documentation": "", "method": "patch", "endpoint": "dcim/device-roles/:id/", "responses": [ { "uuid": "a6f60d06-e27d-454c-950b-8fdb33635c89", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vm_role\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b91bae96-1ffe-47c3-99c6-eebd8ebb98a4", "documentation": "", "method": "put", "endpoint": "dcim/device-roles/:id/", "responses": [ { "uuid": "43ac40e1-752d-4cf0-8894-ede75caffc6a", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vm_role\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "465502ee-7af4-4da8-b098-f4d25f7d29a8", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-types/", "responses": [ { "uuid": "66b35b76-a78f-4177-83e1-08ff2c6d09b4", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"front_image\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_full_depth\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"part_number\": \"\",\n \"rear_image\": \"\",\n \"slug\": \"\",\n \"subdevice_role\": {\n \"label\": \"{{oneOf (array 'Parent' 'Child')}}\",\n \"value\": \"{{oneOf (array 'parent' 'child')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"u_height\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0da89f7c-5e19-4aea-a558-4c2f94118715", "documentation": "", "method": "post", "endpoint": "dcim/device-types/", "responses": [ { "uuid": "e4c4441e-5555-4238-9a44-61d18a96fd83", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"front_image\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_full_depth\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"part_number\": \"\",\n \"rear_image\": \"\",\n \"slug\": \"\",\n \"subdevice_role\": {\n \"label\": \"{{oneOf (array 'Parent' 'Child')}}\",\n \"value\": \"{{oneOf (array 'parent' 'child')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"u_height\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61818c00-a811-4186-998b-334196b17f04", "documentation": "", "method": "delete", "endpoint": "dcim/device-types/:id/", "responses": [ { "uuid": "14ab097c-2165-4a57-932e-5b2d6317c3cc", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bd7080f6-ce0d-4533-ba31-bd18c35b3734", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/device-types/:id/", "responses": [ { "uuid": "078ee9de-8a96-4829-9df8-194b01d7ed06", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"front_image\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_full_depth\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"part_number\": \"\",\n \"rear_image\": \"\",\n \"slug\": \"\",\n \"subdevice_role\": {\n \"label\": \"{{oneOf (array 'Parent' 'Child')}}\",\n \"value\": \"{{oneOf (array 'parent' 'child')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"u_height\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7679b8d-892a-4de0-8e2c-7f6f79ef9ef9", "documentation": "", "method": "patch", "endpoint": "dcim/device-types/:id/", "responses": [ { "uuid": "154c4933-8da6-4f88-a849-06ed7588150a", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"front_image\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_full_depth\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"part_number\": \"\",\n \"rear_image\": \"\",\n \"slug\": \"\",\n \"subdevice_role\": {\n \"label\": \"{{oneOf (array 'Parent' 'Child')}}\",\n \"value\": \"{{oneOf (array 'parent' 'child')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"u_height\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "511a402b-5779-44fb-861a-a9fffc8f3d5b", "documentation": "", "method": "put", "endpoint": "dcim/device-types/:id/", "responses": [ { "uuid": "ee9956bf-34f2-416a-a1d3-3743be576499", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"front_image\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_full_depth\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"part_number\": \"\",\n \"rear_image\": \"\",\n \"slug\": \"\",\n \"subdevice_role\": {\n \"label\": \"{{oneOf (array 'Parent' 'Child')}}\",\n \"value\": \"{{oneOf (array 'parent' 'child')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"u_height\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "94731ca5-855f-4b8a-a838-1bb927b714d7", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/devices/", "responses": [ { "uuid": "e6fad38b-3ecd-44cc-a7e6-4259997b7f58", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"asset_tag\": \"\",\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"display_name\": \"\",\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"name\": \"\",\n \"parent_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"position\": {{faker 'number.int' max=99999}},\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Inventory' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'inventory' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vc_position\": {{faker 'number.int' max=99999}},\n \"vc_priority\": {{faker 'number.int' max=99999}},\n \"virtual_chassis\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d041e407-7199-437d-abe2-7a692704e472", "documentation": "", "method": "post", "endpoint": "dcim/devices/", "responses": [ { "uuid": "ebda8ff4-3efe-4cf1-a181-0a2ed3a83063", "body": "{\n \"asset_tag\": \"\",\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"display_name\": \"\",\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"name\": \"\",\n \"parent_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"position\": {{faker 'number.int' max=99999}},\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Inventory' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'inventory' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vc_position\": {{faker 'number.int' max=99999}},\n \"vc_priority\": {{faker 'number.int' max=99999}},\n \"virtual_chassis\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9919f963-ef27-460d-a426-68857a7f9f5d", "documentation": "", "method": "delete", "endpoint": "dcim/devices/:id/", "responses": [ { "uuid": "261c4347-f68d-48b0-a348-d97a4a6da14e", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7d46012-165f-4c5b-8152-d5f044cc0107", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/devices/:id/", "responses": [ { "uuid": "2bed5e6a-9593-4a90-b60a-3d29e3061a02", "body": "{\n \"asset_tag\": \"\",\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"display_name\": \"\",\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"name\": \"\",\n \"parent_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"position\": {{faker 'number.int' max=99999}},\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Inventory' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'inventory' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vc_position\": {{faker 'number.int' max=99999}},\n \"vc_priority\": {{faker 'number.int' max=99999}},\n \"virtual_chassis\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ac0beafe-ceb5-4220-8f42-6a899054263b", "documentation": "", "method": "patch", "endpoint": "dcim/devices/:id/", "responses": [ { "uuid": "ff0754e4-3483-4c53-b576-608576ad9107", "body": "{\n \"asset_tag\": \"\",\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"display_name\": \"\",\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"name\": \"\",\n \"parent_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"position\": {{faker 'number.int' max=99999}},\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Inventory' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'inventory' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vc_position\": {{faker 'number.int' max=99999}},\n \"vc_priority\": {{faker 'number.int' max=99999}},\n \"virtual_chassis\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54e84376-ecbc-466b-acf5-3374426e660a", "documentation": "", "method": "put", "endpoint": "dcim/devices/:id/", "responses": [ { "uuid": "7e915d1d-beca-431a-89d2-0eb06c6952f4", "body": "{\n \"asset_tag\": \"\",\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"display_name\": \"\",\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"name\": \"\",\n \"parent_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"position\": {{faker 'number.int' max=99999}},\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Inventory' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'inventory' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vc_position\": {{faker 'number.int' max=99999}},\n \"vc_priority\": {{faker 'number.int' max=99999}},\n \"virtual_chassis\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "378185bc-f413-4cb2-a8c8-95ceef0ad44a", "documentation": "A convenience method for rendering graphs for a particular Device.", "method": "get", "endpoint": "dcim/devices/:id/graphs/", "responses": [ { "uuid": "b208d048-c7b0-44f7-b54b-45af20b0a03e", "body": "{\n \"asset_tag\": \"\",\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"display_name\": \"\",\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"name\": \"\",\n \"parent_device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"position\": {{faker 'number.int' max=99999}},\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Inventory' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'inventory' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vc_position\": {{faker 'number.int' max=99999}},\n \"vc_priority\": {{faker 'number.int' max=99999}},\n \"virtual_chassis\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b230c31-9bd7-4cc8-b6cf-2fd106453db6", "documentation": "Execute a NAPALM method on a Device", "method": "get", "endpoint": "dcim/devices/:id/napalm/", "responses": [ { "uuid": "1aefbd26-cd6b-48c7-bfb0-c8b5305a9f9f", "body": "{\n \"method\": {}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1eb08c9a-9956-40a6-8fbf-df43a19059dd", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/front-port-templates/", "responses": [ { "uuid": "6003688b-ec35-42fb-9f90-3fab483cad75", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "891933bf-8e4c-42b8-8d57-4c5dc9918262", "documentation": "", "method": "post", "endpoint": "dcim/front-port-templates/", "responses": [ { "uuid": "55a147cf-e973-4bfa-a538-bba9409b96ab", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef97f118-593c-4ee9-858b-f0247f857e31", "documentation": "", "method": "delete", "endpoint": "dcim/front-port-templates/:id/", "responses": [ { "uuid": "62d4e582-f235-484b-ad10-827b1d07f311", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6a76e2e-4a69-490b-9556-a5a25b7961fc", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/front-port-templates/:id/", "responses": [ { "uuid": "f42b14dd-12d4-4ba8-b8f3-fb4d3721c2e1", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5730525-7cd4-472e-b506-745da18047fb", "documentation": "", "method": "patch", "endpoint": "dcim/front-port-templates/:id/", "responses": [ { "uuid": "20bc7a1f-93dc-44d8-83ee-5fa266c15716", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "47f6326b-76d7-438a-93de-2b86822ad3ab", "documentation": "", "method": "put", "endpoint": "dcim/front-port-templates/:id/", "responses": [ { "uuid": "9cf2c385-8626-44d8-8c01-ae6a012f61c9", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b57f4725-fc1a-4ea1-97d9-a34a67250073", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/front-ports/", "responses": [ { "uuid": "772e5a4c-c869-4878-95c9-3e5864407130", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "556981ae-7279-4be2-99ee-31510e2d68d0", "documentation": "", "method": "post", "endpoint": "dcim/front-ports/", "responses": [ { "uuid": "9ffe90f0-8f94-4426-a65f-3a440dcb3485", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b907944f-c4f6-4549-9b24-5024c4e83d5e", "documentation": "", "method": "delete", "endpoint": "dcim/front-ports/:id/", "responses": [ { "uuid": "c5d06dd6-13e6-4bcb-9263-93697e080119", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "089b095e-d26d-4030-b4e5-26074698c09e", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/front-ports/:id/", "responses": [ { "uuid": "181173fa-ae50-4486-a387-50697780c612", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a6ba173c-cde7-4fc4-a295-dc9767f54f8f", "documentation": "", "method": "patch", "endpoint": "dcim/front-ports/:id/", "responses": [ { "uuid": "5336635f-cece-4118-84cd-cea0cc68fe98", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "404321d3-d504-41ca-b139-2cca3bae073b", "documentation": "", "method": "put", "endpoint": "dcim/front-ports/:id/", "responses": [ { "uuid": "f9ca9ca4-64c6-4068-9149-7d33c177fef0", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4923de5-0cb7-447a-aa80-bc3412f8d16b", "documentation": "Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).", "method": "get", "endpoint": "dcim/front-ports/:id/trace/", "responses": [ { "uuid": "c956beee-d079-4df2-83be-4bf0f93c43ff", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rear_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"rear_port_position\": 1,\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83fe81bc-c660-44fc-ae1c-5e3f79fa5bd1", "documentation": "", "method": "get", "endpoint": "dcim/interface-connections/", "responses": [ { "uuid": "a4feb9d5-6c6b-4eb0-bcd3-08e4382a1bf0", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"interface_a\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"interface_b\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fde429af-5cf9-4525-8107-3c169ff5203a", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/interface-templates/", "responses": [ { "uuid": "7051a79a-b07b-4d13-bb00-8e61fecb3095", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "22427151-9cf1-45dc-a69a-167e4f41578d", "documentation": "", "method": "post", "endpoint": "dcim/interface-templates/", "responses": [ { "uuid": "e1175004-72f5-4b29-8389-8b1dffd3a7af", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2fef107b-b8e3-4c32-a974-ccc318c475c5", "documentation": "", "method": "delete", "endpoint": "dcim/interface-templates/:id/", "responses": [ { "uuid": "93f67741-0aee-4e92-b75b-3eac2bda1ad7", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3757998-5a20-4547-a32b-238569ffda8a", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/interface-templates/:id/", "responses": [ { "uuid": "abdf4d4a-acd9-4886-a498-f20f1977a9fd", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "96888ffe-7411-4814-a4fd-eb2cd8143291", "documentation": "", "method": "patch", "endpoint": "dcim/interface-templates/:id/", "responses": [ { "uuid": "19e6baba-5b42-43fa-a4c0-42f76d89376b", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae96d560-b5e1-4bff-9ded-60c612d61484", "documentation": "", "method": "put", "endpoint": "dcim/interface-templates/:id/", "responses": [ { "uuid": "eb260f7e-da0b-49c8-a6f8-666b61fb6537", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8c7d7a5-4b39-4dd2-b872-4a260b86c264", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/interfaces/", "responses": [ { "uuid": "1dd417ee-9a94-4a4c-bdad-93703caa0fcf", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"count_ipaddresses\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lag\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"mac_address\": \"\",\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "526e44a1-0625-4776-b5c3-8dae2610fdcf", "documentation": "", "method": "post", "endpoint": "dcim/interfaces/", "responses": [ { "uuid": "f123b1fa-ae01-4764-84f5-eb27937bae59", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"count_ipaddresses\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lag\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"mac_address\": \"\",\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6947e5e9-084f-4e95-bec1-cef6b0746df2", "documentation": "", "method": "delete", "endpoint": "dcim/interfaces/:id/", "responses": [ { "uuid": "72c71a27-2b7f-4d1a-8310-923d586cdf0e", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "67758e2c-7f48-4684-9379-1ef8f705ec5c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/interfaces/:id/", "responses": [ { "uuid": "de6da3f5-b30e-45f4-ac47-f65a3b34c979", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"count_ipaddresses\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lag\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"mac_address\": \"\",\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2de8ab10-7f8f-4a89-a858-ab1bfbe4267a", "documentation": "", "method": "patch", "endpoint": "dcim/interfaces/:id/", "responses": [ { "uuid": "380a0973-3083-4687-b931-31d734775c8e", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"count_ipaddresses\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lag\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"mac_address\": \"\",\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb5278d5-cede-4c84-8207-858eb836aeca", "documentation": "", "method": "put", "endpoint": "dcim/interfaces/:id/", "responses": [ { "uuid": "d309a20b-bca2-40a7-8e1b-a8e38e80aab3", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"count_ipaddresses\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lag\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"mac_address\": \"\",\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03323cce-8036-428a-8839-0916ae345048", "documentation": "A convenience method for rendering graphs for a particular interface.", "method": "get", "endpoint": "dcim/interfaces/:id/graphs/", "responses": [ { "uuid": "11fb9855-907f-4c11-aeda-bde888930bb4", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"count_ipaddresses\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lag\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"mac_address\": \"\",\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "620f0129-8fc9-41c2-a59f-9e97cefcc0b7", "documentation": "Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).", "method": "get", "endpoint": "dcim/interfaces/:id/trace/", "responses": [ { "uuid": "3cf0727b-227e-4423-a88d-84960b6a5ec5", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"count_ipaddresses\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"lag\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"mac_address\": \"\",\n \"mgmt_only\": {{faker 'datatype.boolean'}},\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'Virtual' 'Link Aggregation Group (LAG)' '100BASE-TX (10/100ME)' '1000BASE-T (1GE)' '2.5GBASE-T (2.5GE)' '5GBASE-T (5GE)' '10GBASE-T (10GE)' '10GBASE-CX4 (10GE)' 'GBIC (1GE)' 'SFP (1GE)' 'SFP+ (10GE)' 'XFP (10GE)' 'XENPAK (10GE)' 'X2 (10GE)' 'SFP28 (25GE)' 'QSFP+ (40GE)' 'QSFP28 (50GE)' 'CFP (100GE)' 'CFP2 (100GE)' 'CFP2 (200GE)' 'CFP4 (100GE)' 'Cisco CPAK (100GE)' 'QSFP28 (100GE)' 'QSFP56 (200GE)' 'QSFP-DD (400GE)' 'OSFP (400GE)' 'IEEE 802.11a' 'IEEE 802.11b/g' 'IEEE 802.11n' 'IEEE 802.11ac' 'IEEE 802.11ad' 'IEEE 802.11ax' 'GSM' 'CDMA' 'LTE' 'OC-3/STM-1' 'OC-12/STM-4' 'OC-48/STM-16' 'OC-192/STM-64' 'OC-768/STM-256' 'OC-1920/STM-640' 'OC-3840/STM-1234' 'SFP (1GFC)' 'SFP (2GFC)' 'SFP (4GFC)' 'SFP+ (8GFC)' 'SFP+ (16GFC)' 'SFP28 (32GFC)' 'QSFP28 (128GFC)' 'SDR (2 Gbps)' 'DDR (4 Gbps)' 'QDR (8 Gbps)' 'FDR10 (10 Gbps)' 'FDR (13.5 Gbps)' 'EDR (25 Gbps)' 'HDR (50 Gbps)' 'NDR (100 Gbps)' 'XDR (250 Gbps)' 'T1 (1.544 Mbps)' 'E1 (2.048 Mbps)' 'T3 (45 Mbps)' 'E3 (34 Mbps)' 'Cisco StackWise' 'Cisco StackWise Plus' 'Cisco FlexStack' 'Cisco FlexStack Plus' 'Juniper VCP' 'Extreme SummitStack' 'Extreme SummitStack-128' 'Extreme SummitStack-256' 'Extreme SummitStack-512' 'Other')}}\",\n \"value\": \"{{oneOf (array 'virtual' 'lag' '100base-tx' '1000base-t' '2.5gbase-t' '5gbase-t' '10gbase-t' '10gbase-cx4' '1000base-x-gbic' '1000base-x-sfp' '10gbase-x-sfpp' '10gbase-x-xfp' '10gbase-x-xenpak' '10gbase-x-x2' '25gbase-x-sfp28' '40gbase-x-qsfpp' '50gbase-x-sfp28' '100gbase-x-cfp' '100gbase-x-cfp2' '200gbase-x-cfp2' '100gbase-x-cfp4' '100gbase-x-cpak' '100gbase-x-qsfp28' '200gbase-x-qsfp56' '400gbase-x-qsfpdd' '400gbase-x-osfp' 'ieee802.11a' 'ieee802.11g' 'ieee802.11n' 'ieee802.11ac' 'ieee802.11ad' 'ieee802.11ax' 'gsm' 'cdma' 'lte' 'sonet-oc3' 'sonet-oc12' 'sonet-oc48' 'sonet-oc192' 'sonet-oc768' 'sonet-oc1920' 'sonet-oc3840' '1gfc-sfp' '2gfc-sfp' '4gfc-sfp' '8gfc-sfpp' '16gfc-sfpp' '32gfc-sfp28' '128gfc-sfp28' 'infiniband-sdr' 'infiniband-ddr' 'infiniband-qdr' 'infiniband-fdr10' 'infiniband-fdr' 'infiniband-edr' 'infiniband-hdr' 'infiniband-ndr' 'infiniband-xdr' 't1' 'e1' 't3' 'e3' 'cisco-stackwise' 'cisco-stackwise-plus' 'cisco-flexstack' 'cisco-flexstack-plus' 'juniper-vcp' 'extreme-summitstack' 'extreme-summitstack-128' 'extreme-summitstack-256' 'extreme-summitstack-512' 'other')}}\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e148875-0b55-49e6-8be1-994b55df5b64", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/inventory-items/", "responses": [ { "uuid": "e0a23c0d-5a1b-47bc-ad53-2a5f68840183", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"asset_tag\": \"\",\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"discovered\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"parent\": {{faker 'number.int' max=99999}},\n \"part_id\": \"\",\n \"serial\": \"\",\n \"tags\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a51175a1-09ce-4ce1-b38d-568a2f824de6", "documentation": "", "method": "post", "endpoint": "dcim/inventory-items/", "responses": [ { "uuid": "7e8ea7f6-d331-4a2e-aafb-5137c12fb401", "body": "{\n \"asset_tag\": \"\",\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"discovered\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"parent\": {{faker 'number.int' max=99999}},\n \"part_id\": \"\",\n \"serial\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe2dbdab-15cb-4b15-bdba-e60fc2f9ee2e", "documentation": "", "method": "delete", "endpoint": "dcim/inventory-items/:id/", "responses": [ { "uuid": "106b018d-a2ab-44f7-aa6e-214e994c4c12", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "624cd02b-be0f-450e-88dc-4f1bda77702a", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/inventory-items/:id/", "responses": [ { "uuid": "f3bef70f-aab8-43d1-bf7f-721ba302d761", "body": "{\n \"asset_tag\": \"\",\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"discovered\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"parent\": {{faker 'number.int' max=99999}},\n \"part_id\": \"\",\n \"serial\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee56e0d2-c430-4ef4-aa3d-f86c3c57236d", "documentation": "", "method": "patch", "endpoint": "dcim/inventory-items/:id/", "responses": [ { "uuid": "7fbfb66c-1dd7-4452-89e7-4bc3bd295330", "body": "{\n \"asset_tag\": \"\",\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"discovered\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"parent\": {{faker 'number.int' max=99999}},\n \"part_id\": \"\",\n \"serial\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a89e3f3c-5511-4e80-865f-ba923ad1fd23", "documentation": "", "method": "put", "endpoint": "dcim/inventory-items/:id/", "responses": [ { "uuid": "2368c07a-757a-496d-a4ee-336e3d1e4e0d", "body": "{\n \"asset_tag\": \"\",\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"discovered\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"parent\": {{faker 'number.int' max=99999}},\n \"part_id\": \"\",\n \"serial\": \"\",\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "04751c5f-9e13-4ee6-bd24-54917f8edfde", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/manufacturers/", "responses": [ { "uuid": "c6c8690d-9796-4c7c-9284-033a54d1edb4", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"inventoryitem_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2410239-eb9c-4d85-abd1-a684b0754f93", "documentation": "", "method": "post", "endpoint": "dcim/manufacturers/", "responses": [ { "uuid": "2f551e3a-8e75-4232-bb48-5e1fca2cf11b", "body": "{\n \"description\": \"\",\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"inventoryitem_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3e4a5107-2760-42d2-8fbb-f67846ee4bb2", "documentation": "", "method": "delete", "endpoint": "dcim/manufacturers/:id/", "responses": [ { "uuid": "a35d85f1-6d24-4e45-96d1-56ef50b8056f", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5cde1265-5ac3-4b84-9179-f2f13b6aa185", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/manufacturers/:id/", "responses": [ { "uuid": "e0174516-0ac0-4a72-9a50-17f4841d609d", "body": "{\n \"description\": \"\",\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"inventoryitem_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ddd23f8d-b87e-4d68-9273-3ae617adb130", "documentation": "", "method": "patch", "endpoint": "dcim/manufacturers/:id/", "responses": [ { "uuid": "8374e469-3654-487d-94cb-d5c01e049967", "body": "{\n \"description\": \"\",\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"inventoryitem_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "70fa0018-75b6-45f8-812b-697025367472", "documentation": "", "method": "put", "endpoint": "dcim/manufacturers/:id/", "responses": [ { "uuid": "c9834461-bb75-4885-b2da-3b06fba01eb0", "body": "{\n \"description\": \"\",\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"inventoryitem_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45f37a1f-7897-4726-8632-22a4c098c263", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/platforms/", "responses": [ { "uuid": "fb4fb7c0-f433-4c57-812a-84d8d0559ace", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"napalm_args\": \"\",\n \"napalm_driver\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8850d3a3-f26f-44e9-88db-e42cb53548da", "documentation": "", "method": "post", "endpoint": "dcim/platforms/", "responses": [ { "uuid": "468385ae-4744-40b9-9b49-d38ce44c76de", "body": "{\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"napalm_args\": \"\",\n \"napalm_driver\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e223594-fcd9-40e1-bcb3-6ebe8324462d", "documentation": "", "method": "delete", "endpoint": "dcim/platforms/:id/", "responses": [ { "uuid": "da7a29e2-fbac-438a-b69f-a4a369618301", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56e09e65-62d3-4b78-ae80-dc42273f116f", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/platforms/:id/", "responses": [ { "uuid": "fccdacf9-4553-430d-8257-cfac1672de6e", "body": "{\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"napalm_args\": \"\",\n \"napalm_driver\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a6b152d5-e626-45c7-8e73-062e33f52aaa", "documentation": "", "method": "patch", "endpoint": "dcim/platforms/:id/", "responses": [ { "uuid": "a5c1ae05-be5f-4b51-a876-c591b13e63d8", "body": "{\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"napalm_args\": \"\",\n \"napalm_driver\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d02e5b1-009c-48c5-97e0-37acfd2138fd", "documentation": "", "method": "put", "endpoint": "dcim/platforms/:id/", "responses": [ { "uuid": "14c4358a-9ad8-40e5-a17a-08028f18a103", "body": "{\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"name\": \"\",\n \"napalm_args\": \"\",\n \"napalm_driver\": \"\",\n \"slug\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c9d06c6-cde0-4636-a903-ecb591d2611e", "documentation": "", "method": "get", "endpoint": "dcim/power-connections/", "responses": [ { "uuid": "0df6f527-7789-4dfe-a773-f6bcf5c8669d", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8edea710-34f1-4afe-9899-45c45dcb207c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-feeds/", "responses": [ { "uuid": "a4f0ef69-cc24-48fb-a630-f7aac8630fd3", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"amperage\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"max_utilization\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phase\": {\n \"id\": 1,\n \"label\": \"Single phase\",\n \"value\": \"single-phase\"\n },\n \"power_panel\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"id\": 1,\n \"label\": \"Active\",\n \"value\": \"active\"\n },\n \"supply\": {\n \"id\": 1,\n \"label\": \"AC\",\n \"value\": \"ac\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"id\": 1,\n \"label\": \"Primary\",\n \"value\": \"primary\"\n },\n \"voltage\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12b655f7-81ff-4955-ba82-32dc7950c86e", "documentation": "", "method": "post", "endpoint": "dcim/power-feeds/", "responses": [ { "uuid": "9929fecd-802e-42b2-a158-ba98979d337c", "body": "{\n \"amperage\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"max_utilization\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phase\": {\n \"id\": 1,\n \"label\": \"Single phase\",\n \"value\": \"single-phase\"\n },\n \"power_panel\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"id\": 1,\n \"label\": \"Active\",\n \"value\": \"active\"\n },\n \"supply\": {\n \"id\": 1,\n \"label\": \"AC\",\n \"value\": \"ac\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"id\": 1,\n \"label\": \"Primary\",\n \"value\": \"primary\"\n },\n \"voltage\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f7c68c5a-3ce6-48f8-9868-d7d48d9a992d", "documentation": "", "method": "delete", "endpoint": "dcim/power-feeds/:id/", "responses": [ { "uuid": "2a50b3dc-8884-4bfb-8dec-e8e71def04db", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b80c3326-4e8f-4338-a246-338e4c3cf39b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-feeds/:id/", "responses": [ { "uuid": "1ad1d486-867d-4a5e-bd66-8e86396bc558", "body": "{\n \"amperage\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"max_utilization\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phase\": {\n \"id\": 1,\n \"label\": \"Single phase\",\n \"value\": \"single-phase\"\n },\n \"power_panel\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"id\": 1,\n \"label\": \"Active\",\n \"value\": \"active\"\n },\n \"supply\": {\n \"id\": 1,\n \"label\": \"AC\",\n \"value\": \"ac\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"id\": 1,\n \"label\": \"Primary\",\n \"value\": \"primary\"\n },\n \"voltage\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "909b7f23-e352-4500-9497-15c2878824b6", "documentation": "", "method": "patch", "endpoint": "dcim/power-feeds/:id/", "responses": [ { "uuid": "da3edb73-7412-475b-b9e5-cd8997371ba2", "body": "{\n \"amperage\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"max_utilization\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phase\": {\n \"id\": 1,\n \"label\": \"Single phase\",\n \"value\": \"single-phase\"\n },\n \"power_panel\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"id\": 1,\n \"label\": \"Active\",\n \"value\": \"active\"\n },\n \"supply\": {\n \"id\": 1,\n \"label\": \"AC\",\n \"value\": \"ac\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"id\": 1,\n \"label\": \"Primary\",\n \"value\": \"primary\"\n },\n \"voltage\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4e766a0b-3bd4-466b-b188-a3593c7e7234", "documentation": "", "method": "put", "endpoint": "dcim/power-feeds/:id/", "responses": [ { "uuid": "44414b00-352d-4a4f-86d6-7b4c2b2a52bc", "body": "{\n \"amperage\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"max_utilization\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"phase\": {\n \"id\": 1,\n \"label\": \"Single phase\",\n \"value\": \"single-phase\"\n },\n \"power_panel\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"id\": 1,\n \"label\": \"Active\",\n \"value\": \"active\"\n },\n \"supply\": {\n \"id\": 1,\n \"label\": \"AC\",\n \"value\": \"ac\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"id\": 1,\n \"label\": \"Primary\",\n \"value\": \"primary\"\n },\n \"voltage\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7aa3d12b-21a7-4bc3-af9a-4b833177f5a1", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-outlet-templates/", "responses": [ { "uuid": "096dabdc-c04e-4cfd-a1d6-e10a1427a4aa", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ec5cc443-f461-4e7d-9abb-9db658a55bf2", "documentation": "", "method": "post", "endpoint": "dcim/power-outlet-templates/", "responses": [ { "uuid": "89b14e3a-1901-4047-9c10-ec9c22dd4658", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "394658f4-4a8a-4d02-844f-cc0c2df356d3", "documentation": "", "method": "delete", "endpoint": "dcim/power-outlet-templates/:id/", "responses": [ { "uuid": "16595fad-2f8f-42d6-838b-870f02cc9b37", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82df4ec1-0d82-46e0-b735-1927748a822a", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-outlet-templates/:id/", "responses": [ { "uuid": "30bba942-169c-4122-9f75-11d61a7df9be", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d23f044-90f2-40ca-b490-b2b8b79f4b87", "documentation": "", "method": "patch", "endpoint": "dcim/power-outlet-templates/:id/", "responses": [ { "uuid": "946a8de8-9339-41d6-9d70-5b15d9ef195f", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35db7cab-07c6-45de-b5fc-0644e4c3c773", "documentation": "", "method": "put", "endpoint": "dcim/power-outlet-templates/:id/", "responses": [ { "uuid": "e542b220-7e8e-4061-80de-9fcdbfd41606", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2237f26a-1102-4f92-a1b8-e0b5d03dd89f", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-outlets/", "responses": [ { "uuid": "4cb935e7-a6f5-405a-97c0-91568ac594a2", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59c0f30d-6ce6-4b8c-9ea9-de8e401fd49c", "documentation": "", "method": "post", "endpoint": "dcim/power-outlets/", "responses": [ { "uuid": "ba9506ea-d356-4f72-8448-f67de994246a", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "475f090e-962d-4896-bc89-dbcfdb5076f0", "documentation": "", "method": "delete", "endpoint": "dcim/power-outlets/:id/", "responses": [ { "uuid": "99a73267-3ea7-4c6a-87f1-1655513e4002", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c311290-8f64-4ad3-bb19-915bfe4a509e", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-outlets/:id/", "responses": [ { "uuid": "788ba3ca-9f0d-4579-83bd-f29690a8dfe2", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "91ee6975-28bc-47a8-a004-31a9c550c5e0", "documentation": "", "method": "patch", "endpoint": "dcim/power-outlets/:id/", "responses": [ { "uuid": "69d26295-c9fd-4861-97a7-077130a714cf", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d26a9181-c50a-4574-9a20-fc3e3cedccb4", "documentation": "", "method": "put", "endpoint": "dcim/power-outlets/:id/", "responses": [ { "uuid": "147f4afa-2c15-4804-894a-064468df56c0", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a76ddfd-4007-4ac4-b7f8-2744a2614a8c", "documentation": "Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).", "method": "get", "endpoint": "dcim/power-outlets/:id/trace/", "responses": [ { "uuid": "e21eba4e-ee4f-4786-8bd4-7c4c3d30674e", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"feed_leg\": {\n \"label\": \"{{oneOf (array 'A' 'B' 'C')}}\",\n \"value\": \"{{oneOf (array 'A' 'B' 'C')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"power_port\": {\n \"cable\": {{faker 'number.int' max=99999}},\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C5' 'C7' 'C13' 'C15' 'C19' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15R' 'NEMA 5-15R' 'NEMA 5-20R' 'NEMA 5-30R' 'NEMA 5-50R' 'NEMA 6-15R' 'NEMA 6-20R' 'NEMA 6-30R' 'NEMA 6-50R' 'NEMA 10-30R' 'NEMA 10-50R' 'NEMA 14-20R' 'NEMA 14-30R' 'NEMA 14-50R' 'NEMA 14-60R' 'NEMA L1-15R' 'NEMA L5-15R' 'NEMA L5-20R' 'NEMA L5-30R' 'NEMA L5-50R' 'NEMA L6-15R' 'NEMA L6-20R' 'NEMA L6-30R' 'NEMA L6-50R' 'NEMA L10-30R' 'NEMA L14-20R' 'NEMA L14-30R' 'NEMA L14-50R' 'NEMA L14-60R' 'NEMA L21-20R' 'NEMA L21-30R' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ITA Type E (CEE7/5)' 'ITA Type F (CEE7/3)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O' 'HDOT Cx')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c5' 'iec-60320-c7' 'iec-60320-c13' 'iec-60320-c15' 'iec-60320-c19' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15r' 'nema-5-15r' 'nema-5-20r' 'nema-5-30r' 'nema-5-50r' 'nema-6-15r' 'nema-6-20r' 'nema-6-30r' 'nema-6-50r' 'nema-10-30r' 'nema-10-50r' 'nema-14-20r' 'nema-14-30r' 'nema-14-50r' 'nema-14-60r' 'nema-l1-15r' 'nema-l5-15r' 'nema-l5-20r' 'nema-l5-30r' 'nema-l5-50r' 'nema-l6-15r' 'nema-l6-20r' 'nema-l6-30r' 'nema-l6-50r' 'nema-l10-30r' 'nema-l14-20r' 'nema-l14-30r' 'nema-l14-50r' 'nema-l14-60r' 'nema-l21-20r' 'nema-l21-30r' 'CS6360C' 'CS6364C' 'CS8164C' 'CS8264C' 'CS8364C' 'CS8464C' 'ita-e' 'ita-f' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o' 'hdot-cx')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11ab9094-7311-447b-a3b2-1cf25b1d06a6", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-panels/", "responses": [ { "uuid": "ac3bdc61-8560-467f-a86e-c1ec76abe330", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"rack_group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b6e3fc0-795f-4438-b1e4-215e8f9bcb0f", "documentation": "", "method": "post", "endpoint": "dcim/power-panels/", "responses": [ { "uuid": "a0c3b1bb-35ad-4a0e-9c7a-dfc74a398549", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"rack_group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df5503c4-80cf-4933-9278-0b9af96f64f7", "documentation": "", "method": "delete", "endpoint": "dcim/power-panels/:id/", "responses": [ { "uuid": "95c01faa-a45d-4af6-ab42-61080c8660de", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a30a642d-41db-4e85-a7ff-6062266e0907", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-panels/:id/", "responses": [ { "uuid": "a4bd70e7-fc3b-4cde-b335-f66200d9a766", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"rack_group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "052a1a44-020b-433a-bb0f-f5f90712067d", "documentation": "", "method": "patch", "endpoint": "dcim/power-panels/:id/", "responses": [ { "uuid": "6e8a745c-ddf4-4d44-b642-a992483683ea", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"rack_group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e6a9ad0-d56a-42f7-83bd-5fd513376898", "documentation": "", "method": "put", "endpoint": "dcim/power-panels/:id/", "responses": [ { "uuid": "8594f6a6-e1a2-4ddb-9288-52aef4cff3fe", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"rack_group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "745bd92b-9594-45fd-b5d9-db79d165bfac", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-port-templates/", "responses": [ { "uuid": "0d6ff040-1dc4-4719-9b51-e13f3fae05c9", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7951a2ac-d7bc-49d1-8d1b-a7f363acb055", "documentation": "", "method": "post", "endpoint": "dcim/power-port-templates/", "responses": [ { "uuid": "e32e45a4-7c29-4c03-bf53-c34a75d2486e", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8ecc42d-29c3-4477-8553-ace8f2d6ea30", "documentation": "", "method": "delete", "endpoint": "dcim/power-port-templates/:id/", "responses": [ { "uuid": "54a7a577-8f97-432b-800b-1846d371e072", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fff9d27-cfae-46a7-a4a6-e0e142f16775", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-port-templates/:id/", "responses": [ { "uuid": "7cee3c73-ea86-4b7d-a741-a05cc8e42cb0", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5f0962e-cf0e-4638-81d3-34068fbf7abf", "documentation": "", "method": "patch", "endpoint": "dcim/power-port-templates/:id/", "responses": [ { "uuid": "ee5d57db-9361-411b-8d40-21638cd86b7d", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d266baa-0f51-4d7d-94ed-82ade6c239d8", "documentation": "", "method": "put", "endpoint": "dcim/power-port-templates/:id/", "responses": [ { "uuid": "80d90107-fff4-4410-88db-2ca7b09c5172", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "848ba153-ff1c-4a9f-9936-50a6f04619cc", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-ports/", "responses": [ { "uuid": "903ad1cc-e225-4bf1-85e0-97ceda40f612", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cae2730f-da97-4a0a-a832-19df0a646f0e", "documentation": "", "method": "post", "endpoint": "dcim/power-ports/", "responses": [ { "uuid": "974c65c4-73c1-4a71-aec0-c8c2791329c9", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64702482-7d4d-4f60-8373-6da73e9d2628", "documentation": "", "method": "delete", "endpoint": "dcim/power-ports/:id/", "responses": [ { "uuid": "e026f08c-b8d6-4ba5-9e5d-008e3b3b8f60", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a110d06-4fcc-4dab-ac48-2da4071080e9", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/power-ports/:id/", "responses": [ { "uuid": "09143e7f-bcc0-4ffb-be1d-1cf50ce3c62a", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eff40ad5-2481-4315-92d5-fd144db72c8f", "documentation": "", "method": "patch", "endpoint": "dcim/power-ports/:id/", "responses": [ { "uuid": "333d0b80-c0fb-4b20-a200-2e206b77df7b", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f3fd65d-ae25-44d7-bc7f-2a27cc26342e", "documentation": "", "method": "put", "endpoint": "dcim/power-ports/:id/", "responses": [ { "uuid": "d202c157-f342-4ab2-be15-f8e9b41879e3", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25757464-591a-43d7-b0a3-57dc7c4d86af", "documentation": "Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).", "method": "get", "endpoint": "dcim/power-ports/:id/trace/", "responses": [ { "uuid": "4b0852af-50a7-4197-b5c3-4f634308fe09", "body": "{\n \"allocated_draw\": {{faker 'number.int' max=99999}},\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"connected_endpoint\": {},\n \"connected_endpoint_type\": \"\",\n \"connection_status\": {\n \"label\": \"{{oneOf (array 'Not Connected' 'Connected')}}\",\n \"value\": \"{{oneOf (array 'false' 'true')}}\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_draw\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array 'C6' 'C8' 'C14' 'C16' 'C20' 'P+N+E 4H' 'P+N+E 6H' 'P+N+E 9H' '2P+E 4H' '2P+E 6H' '2P+E 9H' '3P+E 4H' '3P+E 6H' '3P+E 9H' '3P+N+E 4H' '3P+N+E 6H' '3P+N+E 9H' 'NEMA 1-15P' 'NEMA 5-15P' 'NEMA 5-20P' 'NEMA 5-30P' 'NEMA 5-50P' 'NEMA 6-15P' 'NEMA 6-20P' 'NEMA 6-30P' 'NEMA 6-50P' 'NEMA 10-30P' 'NEMA 10-50P' 'NEMA 14-20P' 'NEMA 14-30P' 'NEMA 14-50P' 'NEMA 14-60P' 'NEMA L1-15P' 'NEMA L5-15P' 'NEMA L5-20P' 'NEMA L5-30P' 'NEMA L5-50P' 'NEMA L6-15P' 'NEMA L6-20P' 'NEMA L6-30P' 'NEMA L6-50P' 'NEMA L10-30P' 'NEMA L14-20P' 'NEMA L14-30P' 'NEMA L14-50P' 'NEMA L14-60P' 'NEMA L21-20P' 'NEMA L21-30P' 'CS6361C' 'CS6365C' 'CS8165C' 'CS8265C' 'CS8365C' 'CS8465C' 'ITA Type E (CEE 7/5)' 'ITA Type F (CEE 7/4)' 'ITA Type E/F (CEE 7/7)' 'ITA Type G (BS 1363)' 'ITA Type H' 'ITA Type I' 'ITA Type J' 'ITA Type K' 'ITA Type L (CEI 23-50)' 'ITA Type M (BS 546)' 'ITA Type N' 'ITA Type O')}}\",\n \"value\": \"{{oneOf (array 'iec-60320-c6' 'iec-60320-c8' 'iec-60320-c14' 'iec-60320-c16' 'iec-60320-c20' 'iec-60309-p-n-e-4h' 'iec-60309-p-n-e-6h' 'iec-60309-p-n-e-9h' 'iec-60309-2p-e-4h' 'iec-60309-2p-e-6h' 'iec-60309-2p-e-9h' 'iec-60309-3p-e-4h' 'iec-60309-3p-e-6h' 'iec-60309-3p-e-9h' 'iec-60309-3p-n-e-4h' 'iec-60309-3p-n-e-6h' 'iec-60309-3p-n-e-9h' 'nema-1-15p' 'nema-5-15p' 'nema-5-20p' 'nema-5-30p' 'nema-5-50p' 'nema-6-15p' 'nema-6-20p' 'nema-6-30p' 'nema-6-50p' 'nema-10-30p' 'nema-10-50p' 'nema-14-20p' 'nema-14-30p' 'nema-14-50p' 'nema-14-60p' 'nema-l1-15p' 'nema-l5-15p' 'nema-l5-20p' 'nema-l5-30p' 'nema-l5-50p' 'nema-l6-15p' 'nema-l6-20p' 'nema-l6-30p' 'nema-l6-50p' 'nema-l10-30p' 'nema-l14-20p' 'nema-l14-30p' 'nema-l14-50p' 'nema-l14-60p' 'nema-l21-20p' 'nema-l21-30p' 'cs6361c' 'cs6365c' 'cs8165c' 'cs8265c' 'cs8365c' 'cs8465c' 'ita-e' 'ita-f' 'ita-ef' 'ita-g' 'ita-h' 'ita-i' 'ita-j' 'ita-k' 'ita-l' 'ita-m' 'ita-n' 'ita-o')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c16f037-91aa-41ee-b8f8-41740fcdd911", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rack-groups/", "responses": [ { "uuid": "05bafe8c-8065-4848-955a-41cfa118ef33", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4002486d-f8a1-4d29-8991-6af2ca4d392f", "documentation": "", "method": "post", "endpoint": "dcim/rack-groups/", "responses": [ { "uuid": "633d201a-0849-476d-8f4d-5b54559fad7b", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d371913b-4732-4489-8b5c-5dcae5c2e1a5", "documentation": "", "method": "delete", "endpoint": "dcim/rack-groups/:id/", "responses": [ { "uuid": "ebed8317-264f-482c-bd5b-055f65d17e0a", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0db81686-adbc-43bc-b2c1-538020d0ca78", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rack-groups/:id/", "responses": [ { "uuid": "5cfeb616-d605-41c1-96c1-a594f360f0c6", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9a3f447-72c7-4c20-b6e0-ce21eb04b8ca", "documentation": "", "method": "patch", "endpoint": "dcim/rack-groups/:id/", "responses": [ { "uuid": "25b0bada-0bfb-4b32-abc4-ce1a8bcfd840", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "be2cf14a-c4cc-4d78-a984-0a7f41ce446f", "documentation": "", "method": "put", "endpoint": "dcim/rack-groups/:id/", "responses": [ { "uuid": "45c00f9b-1606-4905-9bf0-11f975a650ee", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "13643245-d056-4f1e-89aa-0464f23010f4", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rack-reservations/", "responses": [ { "uuid": "fd577e7e-970a-442a-a50e-b818b230fc5e", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"units\": [\n {{faker 'number.int' max=99999}}\n ],\n \"user\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"username\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a18bab97-a395-4522-b284-1efe323b99e2", "documentation": "", "method": "post", "endpoint": "dcim/rack-reservations/", "responses": [ { "uuid": "8ac1db4c-e573-4c1c-9e13-ab1287627bed", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"units\": [\n {{faker 'number.int' max=99999}}\n ],\n \"user\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"username\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9282206a-aa9c-4a6a-b01b-604ac13a4797", "documentation": "", "method": "delete", "endpoint": "dcim/rack-reservations/:id/", "responses": [ { "uuid": "d5f9d06a-4889-4fd3-8e57-69ea921a42b2", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56352593-08f5-446b-8255-a11f8d656b24", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rack-reservations/:id/", "responses": [ { "uuid": "b51ebd0f-8935-48a9-8ba1-e09d4cb3fcaa", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"units\": [\n {{faker 'number.int' max=99999}}\n ],\n \"user\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"username\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "253efb2d-2b60-4e76-9819-1aef2c452896", "documentation": "", "method": "patch", "endpoint": "dcim/rack-reservations/:id/", "responses": [ { "uuid": "534355c1-949f-4c9b-8498-8ae4fdb592c6", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"units\": [\n {{faker 'number.int' max=99999}}\n ],\n \"user\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"username\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "37321915-2945-42cb-bbd7-61dc88283722", "documentation": "", "method": "put", "endpoint": "dcim/rack-reservations/:id/", "responses": [ { "uuid": "bae3ae15-ca76-4d96-b112-866d1fdd2acb", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"rack\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"units\": [\n {{faker 'number.int' max=99999}}\n ],\n \"user\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"username\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61708a75-256d-4573-9db8-1bf61bef822b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rack-roles/", "responses": [ { "uuid": "ff11a368-5c76-46e9-ae5c-d77e46fa9a17", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab7210e9-4bda-4662-850b-3f4fee0f11e5", "documentation": "", "method": "post", "endpoint": "dcim/rack-roles/", "responses": [ { "uuid": "41f7bc0a-9064-4708-bea8-b917b32c722b", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f054eae-bd35-4434-9d6f-dc926f3d6e85", "documentation": "", "method": "delete", "endpoint": "dcim/rack-roles/:id/", "responses": [ { "uuid": "4113c591-cd29-49d3-bd15-68156b243262", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb5da6bb-0094-47f7-bdc6-48561afe986c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rack-roles/:id/", "responses": [ { "uuid": "f1fa4150-8c69-428e-bca4-0000eb5fe07a", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0f9ff94-1699-45b4-a399-6769a78814d4", "documentation": "", "method": "patch", "endpoint": "dcim/rack-roles/:id/", "responses": [ { "uuid": "4d7923cf-287b-48fe-99db-2ed79bb0ac3d", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c403a89c-c28f-4095-a663-85f9ab135684", "documentation": "", "method": "put", "endpoint": "dcim/rack-roles/:id/", "responses": [ { "uuid": "ce38eef8-a2a1-40d9-bc84-d5f9fce85119", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6295bb80-47e1-4790-a2ee-723b6eda3aac", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/racks/", "responses": [ { "uuid": "95862f4e-1852-47f0-8f61-a5803825f4d9", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"asset_tag\": \"\",\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"desc_units\": {{faker 'datatype.boolean'}},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"facility_id\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"outer_depth\": {{faker 'number.int' max=99999}},\n \"outer_unit\": {\n \"label\": \"{{oneOf (array 'Millimeters' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'mm' 'in')}}\"\n },\n \"outer_width\": {{faker 'number.int' max=99999}},\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Reserved' 'Available' 'Planned' 'Active' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'reserved' 'available' 'planned' 'active' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array '2-post frame' '4-post frame' '4-post cabinet' 'Wall-mounted frame' 'Wall-mounted cabinet')}}\",\n \"value\": \"{{oneOf (array '2-post-frame' '4-post-frame' '4-post-cabinet' 'wall-frame' 'wall-cabinet')}}\"\n },\n \"u_height\": {{faker 'number.int' max=99999}},\n \"width\": {\n \"label\": \"{{oneOf (array '10 inches' '19 inches' '21 inches' '23 inches')}}\",\n \"value\": \"{{oneOf (array '10' '19' '21' '23')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44ddae06-fc2f-4cc6-82f6-4fe4491cd856", "documentation": "", "method": "post", "endpoint": "dcim/racks/", "responses": [ { "uuid": "a48d682e-d5ae-4035-9825-153fb88376f0", "body": "{\n \"asset_tag\": \"\",\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"desc_units\": {{faker 'datatype.boolean'}},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"facility_id\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"outer_depth\": {{faker 'number.int' max=99999}},\n \"outer_unit\": {\n \"label\": \"{{oneOf (array 'Millimeters' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'mm' 'in')}}\"\n },\n \"outer_width\": {{faker 'number.int' max=99999}},\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Reserved' 'Available' 'Planned' 'Active' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'reserved' 'available' 'planned' 'active' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array '2-post frame' '4-post frame' '4-post cabinet' 'Wall-mounted frame' 'Wall-mounted cabinet')}}\",\n \"value\": \"{{oneOf (array '2-post-frame' '4-post-frame' '4-post-cabinet' 'wall-frame' 'wall-cabinet')}}\"\n },\n \"u_height\": {{faker 'number.int' max=99999}},\n \"width\": {\n \"label\": \"{{oneOf (array '10 inches' '19 inches' '21 inches' '23 inches')}}\",\n \"value\": \"{{oneOf (array '10' '19' '21' '23')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dcce2ff9-72b0-461c-a89c-3f6b5af93af4", "documentation": "", "method": "delete", "endpoint": "dcim/racks/:id/", "responses": [ { "uuid": "aeb3d184-f4eb-4f6e-8272-e58f9e67cfb9", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce8d741c-3119-4cef-b34f-36bcdf1bbb48", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/racks/:id/", "responses": [ { "uuid": "4ea2824c-0364-4e07-a533-bb9c2cd56111", "body": "{\n \"asset_tag\": \"\",\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"desc_units\": {{faker 'datatype.boolean'}},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"facility_id\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"outer_depth\": {{faker 'number.int' max=99999}},\n \"outer_unit\": {\n \"label\": \"{{oneOf (array 'Millimeters' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'mm' 'in')}}\"\n },\n \"outer_width\": {{faker 'number.int' max=99999}},\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Reserved' 'Available' 'Planned' 'Active' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'reserved' 'available' 'planned' 'active' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array '2-post frame' '4-post frame' '4-post cabinet' 'Wall-mounted frame' 'Wall-mounted cabinet')}}\",\n \"value\": \"{{oneOf (array '2-post-frame' '4-post-frame' '4-post-cabinet' 'wall-frame' 'wall-cabinet')}}\"\n },\n \"u_height\": {{faker 'number.int' max=99999}},\n \"width\": {\n \"label\": \"{{oneOf (array '10 inches' '19 inches' '21 inches' '23 inches')}}\",\n \"value\": \"{{oneOf (array '10' '19' '21' '23')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f545b4be-f963-4dc6-a2f1-d9f4b2cdbfeb", "documentation": "", "method": "patch", "endpoint": "dcim/racks/:id/", "responses": [ { "uuid": "4fe8e8e8-058e-43a3-aceb-ea48f0ce1b23", "body": "{\n \"asset_tag\": \"\",\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"desc_units\": {{faker 'datatype.boolean'}},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"facility_id\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"outer_depth\": {{faker 'number.int' max=99999}},\n \"outer_unit\": {\n \"label\": \"{{oneOf (array 'Millimeters' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'mm' 'in')}}\"\n },\n \"outer_width\": {{faker 'number.int' max=99999}},\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Reserved' 'Available' 'Planned' 'Active' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'reserved' 'available' 'planned' 'active' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array '2-post frame' '4-post frame' '4-post cabinet' 'Wall-mounted frame' 'Wall-mounted cabinet')}}\",\n \"value\": \"{{oneOf (array '2-post-frame' '4-post-frame' '4-post-cabinet' 'wall-frame' 'wall-cabinet')}}\"\n },\n \"u_height\": {{faker 'number.int' max=99999}},\n \"width\": {\n \"label\": \"{{oneOf (array '10 inches' '19 inches' '21 inches' '23 inches')}}\",\n \"value\": \"{{oneOf (array '10' '19' '21' '23')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "449d5e0b-6d8e-4656-8f70-0837cc230df7", "documentation": "", "method": "put", "endpoint": "dcim/racks/:id/", "responses": [ { "uuid": "d4b93673-f027-4fdf-a5a5-0d559443d132", "body": "{\n \"asset_tag\": \"\",\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"desc_units\": {{faker 'datatype.boolean'}},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"facility_id\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"outer_depth\": {{faker 'number.int' max=99999}},\n \"outer_unit\": {\n \"label\": \"{{oneOf (array 'Millimeters' 'Inches')}}\",\n \"value\": \"{{oneOf (array 'mm' 'in')}}\"\n },\n \"outer_width\": {{faker 'number.int' max=99999}},\n \"powerfeed_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"serial\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Reserved' 'Available' 'Planned' 'Active' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'reserved' 'available' 'planned' 'active' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"label\": \"{{oneOf (array '2-post frame' '4-post frame' '4-post cabinet' 'Wall-mounted frame' 'Wall-mounted cabinet')}}\",\n \"value\": \"{{oneOf (array '2-post-frame' '4-post-frame' '4-post-cabinet' 'wall-frame' 'wall-cabinet')}}\"\n },\n \"u_height\": {{faker 'number.int' max=99999}},\n \"width\": {\n \"label\": \"{{oneOf (array '10 inches' '19 inches' '21 inches' '23 inches')}}\",\n \"value\": \"{{oneOf (array '10' '19' '21' '23')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "16bb33b2-4331-4127-8d2a-dde6b0e15e68", "documentation": "Rack elevation representing the list of rack units. Also supports rendering the elevation as an SVG.", "method": "get", "endpoint": "dcim/racks/:id/elevation/", "responses": [ { "uuid": "6f0bc698-b508-4c22-97e7-4f991120eabb", "body": "[\n {\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"face\": {\n \"label\": \"{{oneOf (array 'Front' 'Rear')}}\",\n \"value\": \"{{oneOf (array 'front' 'rear')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a91445b-4b2c-485a-8460-505d66af0d05", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rear-port-templates/", "responses": [ { "uuid": "c5fe4e79-488c-4e36-b235-51b1871a7aa6", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d29d3600-bd91-4042-ae98-a311853ee7e3", "documentation": "", "method": "post", "endpoint": "dcim/rear-port-templates/", "responses": [ { "uuid": "58c74291-9535-4ebf-b457-e9b14648cb77", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7177b0d6-c627-4237-9cd4-b35db57e5d57", "documentation": "", "method": "delete", "endpoint": "dcim/rear-port-templates/:id/", "responses": [ { "uuid": "af79e7c9-9695-40d7-8ba1-93dfacc96338", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1865dc9e-5090-44ad-841d-34b0fcc05ff5", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rear-port-templates/:id/", "responses": [ { "uuid": "03d6c2a3-df67-42c7-b677-6a833cb6fc87", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7780786-40de-4619-ae8b-880f96f97cdc", "documentation": "", "method": "patch", "endpoint": "dcim/rear-port-templates/:id/", "responses": [ { "uuid": "9f682574-70d4-4794-997d-a5dc3d1c2cf7", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59064d32-5454-4b2e-8baa-401aed3a2163", "documentation": "", "method": "put", "endpoint": "dcim/rear-port-templates/:id/", "responses": [ { "uuid": "43a897a9-4d8d-4b9d-ae89-c4bedd141cda", "body": "{\n \"device_type\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"manufacturer\": {\n \"devicetype_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"model\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bab42c0-3a97-423c-83dc-ffbff44d743d", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rear-ports/", "responses": [ { "uuid": "d7db5b2f-bb6e-4902-b0ef-2ff7b48ce35f", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b1a28079-f4f7-4532-bfc4-cf97d99d1614", "documentation": "", "method": "post", "endpoint": "dcim/rear-ports/", "responses": [ { "uuid": "39ff8c0a-c809-4ab3-bf75-057275329888", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c5f6893-9352-49c0-b881-961a9ed70c9c", "documentation": "", "method": "delete", "endpoint": "dcim/rear-ports/:id/", "responses": [ { "uuid": "2e9fd5aa-756d-4b94-8a58-78895e7b4eab", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d48d2f3-71bf-491c-be27-7cea5de5b4fb", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/rear-ports/:id/", "responses": [ { "uuid": "9f17069f-a66e-40fb-9559-8eff7ce1bd58", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "68c41c9d-93cc-4aef-9bf6-f076398a6281", "documentation": "", "method": "patch", "endpoint": "dcim/rear-ports/:id/", "responses": [ { "uuid": "2e5452e8-bf1f-43ec-9929-6e609d66bcaa", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09b95b0d-a510-4d9c-9148-1bafb9b92352", "documentation": "", "method": "put", "endpoint": "dcim/rear-ports/:id/", "responses": [ { "uuid": "f1fc6e4d-98d0-42fc-9183-00bd53eb9d68", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f75710e1-a6b7-4403-95b8-98068e3be56f", "documentation": "Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).", "method": "get", "endpoint": "dcim/rear-ports/:id/trace/", "responses": [ { "uuid": "eca92caf-a3f6-4e6b-9969-4c80a83cf77a", "body": "{\n \"cable\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"label\": \"\",\n \"url\": \"\"\n },\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"positions\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"{{oneOf (array '8P8C' '110 Punch' 'BNC' 'MRJ21' 'FC' 'LC' 'LC/APC' 'LSH' 'LSH/APC' 'MPO' 'MTRJ' 'SC' 'SC/APC' 'ST')}}\",\n \"value\": \"{{oneOf (array '8p8c' '110-punch' 'bnc' 'mrj21' 'fc' 'lc' 'lc-apc' 'lsh' 'lsh-apc' 'mpo' 'mtrj' 'sc' 'sc-apc' 'st')}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5c9445bd-c8ca-4cf7-942d-c388f71a909b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/regions/", "responses": [ { "uuid": "132fdd85-e184-42f0-8dbb-e98397a1be80", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f475ddb-0bdf-4d9f-a59f-acb49bd6f1dd", "documentation": "", "method": "post", "endpoint": "dcim/regions/", "responses": [ { "uuid": "c0dd715d-773f-41c6-9783-8dca81d83700", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90a49f27-90d7-4c01-94bd-ba26a366b6ce", "documentation": "", "method": "delete", "endpoint": "dcim/regions/:id/", "responses": [ { "uuid": "e2ae1e2e-0aeb-4dd1-b09b-8ef4b936de90", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bda52179-58b1-4ab6-95ba-bd879174d12f", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/regions/:id/", "responses": [ { "uuid": "378541b9-663e-49de-ae07-7ae629a3f764", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f19ecf4c-05c8-4a3a-a643-8f0502901150", "documentation": "", "method": "patch", "endpoint": "dcim/regions/:id/", "responses": [ { "uuid": "32adafcf-11bd-4c46-80b0-a037eff20fe9", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0bf6720e-0ccc-4ece-b639-c16905609b52", "documentation": "", "method": "put", "endpoint": "dcim/regions/:id/", "responses": [ { "uuid": "79922713-f232-486b-bcfb-fa8db9d843cc", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56fb772a-56d5-4c86-9dc3-56d60903547c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/sites/", "responses": [ { "uuid": "9da9b89f-50c0-479a-81d2-fb13db3e84ea", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"contact_email\": \"{{faker 'internet.email'}}\",\n \"contact_name\": \"\",\n \"contact_phone\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"facility\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"physical_address\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"region\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"shipping_address\": \"\",\n \"slug\": \"\",\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Planned' 'Retired')}}\",\n \"value\": \"{{oneOf (array 'active' 'planned' 'retired')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"time_zone\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7474ba93-e866-4e8b-a1c7-9d8030da9ffc", "documentation": "", "method": "post", "endpoint": "dcim/sites/", "responses": [ { "uuid": "8c11f350-5f86-4412-bac4-5c95ded7dd2e", "body": "{\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"contact_email\": \"{{faker 'internet.email'}}\",\n \"contact_name\": \"\",\n \"contact_phone\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"facility\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"physical_address\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"region\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"shipping_address\": \"\",\n \"slug\": \"\",\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Planned' 'Retired')}}\",\n \"value\": \"{{oneOf (array 'active' 'planned' 'retired')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"time_zone\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d40fbd99-0d35-446a-b7d1-a4b02a0102d1", "documentation": "", "method": "delete", "endpoint": "dcim/sites/:id/", "responses": [ { "uuid": "72d475f8-c180-4b50-9c0a-f059f282f659", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d017cc4-057b-4749-a484-8669086702eb", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/sites/:id/", "responses": [ { "uuid": "aec08566-3cd8-44f1-b84a-066d894b5b9d", "body": "{\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"contact_email\": \"{{faker 'internet.email'}}\",\n \"contact_name\": \"\",\n \"contact_phone\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"facility\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"physical_address\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"region\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"shipping_address\": \"\",\n \"slug\": \"\",\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Planned' 'Retired')}}\",\n \"value\": \"{{oneOf (array 'active' 'planned' 'retired')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"time_zone\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "968f74d7-5316-4fcb-9caa-6d224d308e71", "documentation": "", "method": "patch", "endpoint": "dcim/sites/:id/", "responses": [ { "uuid": "746e0f60-3d4a-42a0-9929-c9620cd33110", "body": "{\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"contact_email\": \"{{faker 'internet.email'}}\",\n \"contact_name\": \"\",\n \"contact_phone\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"facility\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"physical_address\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"region\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"shipping_address\": \"\",\n \"slug\": \"\",\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Planned' 'Retired')}}\",\n \"value\": \"{{oneOf (array 'active' 'planned' 'retired')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"time_zone\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c3965b8-dce0-415c-9da8-3a84db248da6", "documentation": "", "method": "put", "endpoint": "dcim/sites/:id/", "responses": [ { "uuid": "c9e263c7-5796-4f99-8fdd-947185f2613e", "body": "{\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"contact_email\": \"{{faker 'internet.email'}}\",\n \"contact_name\": \"\",\n \"contact_phone\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"facility\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"physical_address\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"region\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"shipping_address\": \"\",\n \"slug\": \"\",\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Planned' 'Retired')}}\",\n \"value\": \"{{oneOf (array 'active' 'planned' 'retired')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"time_zone\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cd5488af-3d08-4351-8f36-b7e1daf7feba", "documentation": "A convenience method for rendering graphs for a particular site.", "method": "get", "endpoint": "dcim/sites/:id/graphs/", "responses": [ { "uuid": "cc7ad3ee-cd82-4302-9706-4ba7638729b6", "body": "{\n \"asn\": {{faker 'number.int' max=99999}},\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"contact_email\": \"{{faker 'internet.email'}}\",\n \"contact_name\": \"\",\n \"contact_phone\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"facility\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": \"\",\n \"longitude\": \"\",\n \"name\": \"\",\n \"physical_address\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"region\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"shipping_address\": \"\",\n \"slug\": \"\",\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Planned' 'Retired')}}\",\n \"value\": \"{{oneOf (array 'active' 'planned' 'retired')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"time_zone\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "edc9fa29-6698-4e10-b97a-437f5a6aba71", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/virtual-chassis/", "responses": [ { "uuid": "5838393d-7861-4066-9233-b9aabd43a67f", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"domain\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2d13b72-466a-4946-b1d2-214ea1d1532c", "documentation": "", "method": "post", "endpoint": "dcim/virtual-chassis/", "responses": [ { "uuid": "2c08b003-d9d0-4604-8623-fd8871f45ce1", "body": "{\n \"domain\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82000ba8-4328-4735-962b-1e293e313af8", "documentation": "", "method": "delete", "endpoint": "dcim/virtual-chassis/:id/", "responses": [ { "uuid": "873ada72-af80-420d-8b96-9a11ab6cddd1", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0deb3d83-d19b-439f-9057-5c04ce6d74b6", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "dcim/virtual-chassis/:id/", "responses": [ { "uuid": "1bda2dc4-0c0a-4e79-9e48-e2b60f57b9c0", "body": "{\n \"domain\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc51ce9f-6832-46ad-827d-f13496d0d942", "documentation": "", "method": "patch", "endpoint": "dcim/virtual-chassis/:id/", "responses": [ { "uuid": "8e21c472-7c8f-472e-9329-efefe8caa83f", "body": "{\n \"domain\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fb019c88-ce33-4a85-92ac-95f36ae4c8a5", "documentation": "", "method": "put", "endpoint": "dcim/virtual-chassis/:id/", "responses": [ { "uuid": "b6cbd577-9e65-4f4b-9b2c-15366aa9697b", "body": "{\n \"domain\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"master\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"member_count\": {{faker 'number.int' max=99999}},\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4020ef30-85ea-48ea-876f-a217b07e5eea", "documentation": "", "method": "get", "endpoint": "extras/_custom_field_choices/", "responses": [ { "uuid": "068af23f-4e8f-45b6-b981-735906c3be00", "body": "", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40d0c4e4-5c38-4c14-8dc8-974457cad3d7", "documentation": "", "method": "get", "endpoint": "extras/_custom_field_choices/:id/", "responses": [ { "uuid": "c68fa7ef-a083-481e-ae07-a5adb2f232c7", "body": "", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b226358-6ba2-41fc-b552-81cb641fa4dd", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/config-contexts/", "responses": [ { "uuid": "8ec9ad1b-6578-4a25-906f-477a4fb4a2ac", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cluster_groups\": [\n {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"clusters\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"data\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_active\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"platforms\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"regions\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"roles\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"sites\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"tenant_groups\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"tenants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fc0bd4a-4f55-4a3a-960c-1eb4b2348f15", "documentation": "", "method": "post", "endpoint": "extras/config-contexts/", "responses": [ { "uuid": "1f56c8fd-5490-4e5c-ad61-0010c0d972a6", "body": "{\n \"cluster_groups\": [\n {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"clusters\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"data\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_active\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"platforms\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"regions\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"roles\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"sites\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"tenant_groups\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"tenants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf1844da-d01b-4f44-a1f2-701427bff3cc", "documentation": "", "method": "delete", "endpoint": "extras/config-contexts/:id/", "responses": [ { "uuid": "15815b21-b29b-4ca8-898c-dc3318c9e24d", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7bc57597-f11e-4487-bde5-70e6d6878d28", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/config-contexts/:id/", "responses": [ { "uuid": "055290a9-8f6e-4c60-a6b4-155ae317d6be", "body": "{\n \"cluster_groups\": [\n {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"clusters\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"data\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_active\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"platforms\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"regions\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"roles\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"sites\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"tenant_groups\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"tenants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f314b9d-3b71-427f-b0b3-312673fd98e6", "documentation": "", "method": "patch", "endpoint": "extras/config-contexts/:id/", "responses": [ { "uuid": "402872d4-ebec-4861-b2fa-0beef366981f", "body": "{\n \"cluster_groups\": [\n {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"clusters\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"data\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_active\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"platforms\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"regions\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"roles\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"sites\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"tenant_groups\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"tenants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e56e070b-2b66-4f48-acc1-e0d4de7bd336", "documentation": "", "method": "put", "endpoint": "extras/config-contexts/:id/", "responses": [ { "uuid": "05614607-3afd-43e7-aa13-02de6a56ef22", "body": "{\n \"cluster_groups\": [\n {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"clusters\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"data\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_active\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"platforms\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"regions\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"roles\": [\n {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"sites\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"tenant_groups\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"tenants\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n ],\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "84b7c616-9ed7-4545-9209-70d384b8e7ef", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/export-templates/", "responses": [ { "uuid": "d2ef2c49-ef81-4253-b9d6-2cbe9157fc3e", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"content_type\": \"\",\n \"description\": \"\",\n \"file_extension\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mime_type\": \"\",\n \"name\": \"\",\n \"template_code\": \"\",\n \"template_language\": {\n \"id\": 20,\n \"label\": \"Jinja2\",\n \"value\": \"jinja2\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f9750fdb-c159-40f3-925a-5e95deca6047", "documentation": "", "method": "post", "endpoint": "extras/export-templates/", "responses": [ { "uuid": "84157a25-633e-42e0-8e16-95d27266dd2f", "body": "{\n \"content_type\": \"\",\n \"description\": \"\",\n \"file_extension\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mime_type\": \"\",\n \"name\": \"\",\n \"template_code\": \"\",\n \"template_language\": {\n \"id\": 20,\n \"label\": \"Jinja2\",\n \"value\": \"jinja2\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45edb0fe-b5d2-47d1-903b-77e12d3a919e", "documentation": "", "method": "delete", "endpoint": "extras/export-templates/:id/", "responses": [ { "uuid": "6f486d40-e5e4-4734-afce-c557bff724e5", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbc3a212-bb6e-4b11-8a6e-2d04dfa79e6b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/export-templates/:id/", "responses": [ { "uuid": "6689de1c-4704-4523-9e44-151406453ee3", "body": "{\n \"content_type\": \"\",\n \"description\": \"\",\n \"file_extension\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mime_type\": \"\",\n \"name\": \"\",\n \"template_code\": \"\",\n \"template_language\": {\n \"id\": 20,\n \"label\": \"Jinja2\",\n \"value\": \"jinja2\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d0f8235-fc7c-453c-aab4-63adae4f7d61", "documentation": "", "method": "patch", "endpoint": "extras/export-templates/:id/", "responses": [ { "uuid": "f36c5708-2883-412e-813d-d4ffe5cda24b", "body": "{\n \"content_type\": \"\",\n \"description\": \"\",\n \"file_extension\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mime_type\": \"\",\n \"name\": \"\",\n \"template_code\": \"\",\n \"template_language\": {\n \"id\": 20,\n \"label\": \"Jinja2\",\n \"value\": \"jinja2\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b247344-fd90-442c-8063-a1f6d70a69dd", "documentation": "", "method": "put", "endpoint": "extras/export-templates/:id/", "responses": [ { "uuid": "6ecb9a68-015c-44fa-97f2-d7dd5fe7d21e", "body": "{\n \"content_type\": \"\",\n \"description\": \"\",\n \"file_extension\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mime_type\": \"\",\n \"name\": \"\",\n \"template_code\": \"\",\n \"template_language\": {\n \"id\": 20,\n \"label\": \"Jinja2\",\n \"value\": \"jinja2\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e250c2f6-e2d7-4e72-897f-1296db60629f", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/graphs/", "responses": [ { "uuid": "4ae4e09a-ed80-4144-bafb-8133a43c7dfd", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"link\": \"\",\n \"name\": \"\",\n \"source\": \"\",\n \"template_language\": \"{{oneOf (array 'django' 'jinja2')}}\",\n \"type\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6700fe05-de84-4cb8-8d58-1703fd36e0cb", "documentation": "", "method": "post", "endpoint": "extras/graphs/", "responses": [ { "uuid": "ee93078d-a3ae-4c8e-83b4-edc3eced846a", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"link\": \"\",\n \"name\": \"\",\n \"source\": \"\",\n \"template_language\": \"{{oneOf (array 'django' 'jinja2')}}\",\n \"type\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8d48b05-83b2-4d4a-8151-06767c51efa7", "documentation": "", "method": "delete", "endpoint": "extras/graphs/:id/", "responses": [ { "uuid": "18379e32-f59a-43cb-8391-1810ece09926", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4dece0cc-f9de-46e8-a6b2-2a2b550951ab", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/graphs/:id/", "responses": [ { "uuid": "d3ba85c1-49de-4021-aa3c-8ebd43de6ae2", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"link\": \"\",\n \"name\": \"\",\n \"source\": \"\",\n \"template_language\": \"{{oneOf (array 'django' 'jinja2')}}\",\n \"type\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb8bf074-794d-4806-b7ee-221f3efac67c", "documentation": "", "method": "patch", "endpoint": "extras/graphs/:id/", "responses": [ { "uuid": "dd7a2f2b-027f-47bc-9977-1876c4dc9cbf", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"link\": \"\",\n \"name\": \"\",\n \"source\": \"\",\n \"template_language\": \"{{oneOf (array 'django' 'jinja2')}}\",\n \"type\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "613363f4-2309-4dff-9b8f-da9e1fc877d0", "documentation": "", "method": "put", "endpoint": "extras/graphs/:id/", "responses": [ { "uuid": "9f3c156e-8b6c-4b86-b6f8-cbb8c9d972ab", "body": "{\n \"id\": {{faker 'number.int' max=99999}},\n \"link\": \"\",\n \"name\": \"\",\n \"source\": \"\",\n \"template_language\": \"{{oneOf (array 'django' 'jinja2')}}\",\n \"type\": \"\",\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d5828d1-508b-488f-8fe5-f6d921cff0de", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/image-attachments/", "responses": [ { "uuid": "53e24770-b0c2-4aa5-a08e-466b09d67748", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"content_type\": \"\",\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"image_height\": {{faker 'number.int' max=99999}},\n \"image_width\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"object_id\": {{faker 'number.int' max=99999}},\n \"parent\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7fa4329-5222-4a28-b74a-1b63cf6f203d", "documentation": "", "method": "post", "endpoint": "extras/image-attachments/", "responses": [ { "uuid": "38f97445-8f4b-49ed-b5f5-e71fcb1d9605", "body": "{\n \"content_type\": \"\",\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"image_height\": {{faker 'number.int' max=99999}},\n \"image_width\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"object_id\": {{faker 'number.int' max=99999}},\n \"parent\": {}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51317ea5-2be8-41d2-bde4-bba94a17baea", "documentation": "", "method": "delete", "endpoint": "extras/image-attachments/:id/", "responses": [ { "uuid": "2e8e4982-f0c4-414d-9a57-8c8af79567a6", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c1281cf-f8c4-485a-98d0-1bd50e46a70c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/image-attachments/:id/", "responses": [ { "uuid": "627cebd2-fc29-4bfe-aa82-b3b9845b5b84", "body": "{\n \"content_type\": \"\",\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"image_height\": {{faker 'number.int' max=99999}},\n \"image_width\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"object_id\": {{faker 'number.int' max=99999}},\n \"parent\": {}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4267ab83-8abc-44b2-9037-80b49ebe83d1", "documentation": "", "method": "patch", "endpoint": "extras/image-attachments/:id/", "responses": [ { "uuid": "0816878f-fdd8-4445-b676-2eaaf67ed4d6", "body": "{\n \"content_type\": \"\",\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"image_height\": {{faker 'number.int' max=99999}},\n \"image_width\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"object_id\": {{faker 'number.int' max=99999}},\n \"parent\": {}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59666264-addf-4da3-a823-aa55cf926b7d", "documentation": "", "method": "put", "endpoint": "extras/image-attachments/:id/", "responses": [ { "uuid": "65286190-10db-4923-98be-8f9ead593a74", "body": "{\n \"content_type\": \"\",\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"image\": \"\",\n \"image_height\": {{faker 'number.int' max=99999}},\n \"image_width\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"object_id\": {{faker 'number.int' max=99999}},\n \"parent\": {}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "510dc761-d110-48cb-bbec-2081f630d68e", "documentation": "Retrieve a list of recent changes.", "method": "get", "endpoint": "extras/object-changes/", "responses": [ { "uuid": "1a9fb2db-3bd4-4548-9ed4-4bba96ee6c58", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"action\": {\n \"label\": \"{{oneOf (array 'Created' 'Updated' 'Deleted')}}\",\n \"value\": \"{{oneOf (array 'create' 'update' 'delete')}}\"\n },\n \"changed_object\": {},\n \"changed_object_id\": {{faker 'number.int' max=99999}},\n \"changed_object_type\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"object_data\": \"\",\n \"request_id\": \"{{faker 'string.uuid'}}\",\n \"time\": \"{{faker 'date.recent' 365}}\",\n \"user\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"username\": \"\"\n },\n \"user_name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "baa9fe90-26f5-4183-ae19-7c3f4c65ddf7", "documentation": "Retrieve a list of recent changes.", "method": "get", "endpoint": "extras/object-changes/:id/", "responses": [ { "uuid": "22321195-e63d-4bd0-9c16-b32c5fbac2fc", "body": "{\n \"action\": {\n \"label\": \"{{oneOf (array 'Created' 'Updated' 'Deleted')}}\",\n \"value\": \"{{oneOf (array 'create' 'update' 'delete')}}\"\n },\n \"changed_object\": {},\n \"changed_object_id\": {{faker 'number.int' max=99999}},\n \"changed_object_type\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"object_data\": \"\",\n \"request_id\": \"{{faker 'string.uuid'}}\",\n \"time\": \"{{faker 'date.recent' 365}}\",\n \"user\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"username\": \"\"\n },\n \"user_name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63efd1ea-4e8f-43ea-9ab9-7d6854711a35", "documentation": "Compile all reports and their related results (if any). Result data is deferred in the list view.", "method": "get", "endpoint": "extras/reports/", "responses": [ { "uuid": "20baf956-1611-437f-bbe6-9108dd7880b2", "body": "", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3cecda1e-4117-4531-9a7f-4ec27fff7014", "documentation": "Retrieve a single Report identified as \".\".", "method": "get", "endpoint": "extras/reports/:id/", "responses": [ { "uuid": "c6acf0c6-7e5c-4eb2-8f75-a549c204ba4a", "body": "", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27556aff-cace-4f03-a2fd-b06eabf31910", "documentation": "Run a Report and create a new ReportResult, overwriting any previous result for the Report.", "method": "post", "endpoint": "extras/reports/:id/run/", "responses": [ { "uuid": "0b3e6fdb-61f5-4867-8b85-864bbc983a7b", "body": "", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2312b56-bb39-4a55-8243-375c8f24da20", "documentation": "", "method": "get", "endpoint": "extras/scripts/", "responses": [ { "uuid": "12220f6b-f451-4d2b-963e-6fc5c88b14ce", "body": "", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a026e59a-30ba-46d3-a64f-fec06f940d72", "documentation": "", "method": "get", "endpoint": "extras/scripts/:id/", "responses": [ { "uuid": "664c6e11-4c9e-4210-9df1-b807a65c3768", "body": "", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fe1ff47-5dcb-4741-aecf-53e70c039ae1", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/tags/", "responses": [ { "uuid": "7458ae07-59ab-45bd-9674-ae5bc8c6e78e", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tagged_items\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc48d1ee-c282-48ff-97ea-0b6fead4030e", "documentation": "", "method": "post", "endpoint": "extras/tags/", "responses": [ { "uuid": "b928c935-5896-4414-b934-60cafabf10b5", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tagged_items\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83fdc4e1-228e-48be-bb58-a9229ee39389", "documentation": "", "method": "delete", "endpoint": "extras/tags/:id/", "responses": [ { "uuid": "8c5694a8-9ae1-48bf-9e10-5324dd19df44", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7bc37bab-4875-4902-9da3-66cc038263ce", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "extras/tags/:id/", "responses": [ { "uuid": "f1fa3ca5-8896-47e6-87d9-ff52d2e2bf73", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tagged_items\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cabee0ee-2f98-4852-983a-85904adab40a", "documentation": "", "method": "patch", "endpoint": "extras/tags/:id/", "responses": [ { "uuid": "8936bfc7-6fc6-4993-81db-33ddd377eb1e", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tagged_items\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "78a9283b-8254-4b82-92ce-d4fa96e566f1", "documentation": "", "method": "put", "endpoint": "extras/tags/:id/", "responses": [ { "uuid": "804f9568-1661-4cf8-ab2c-c41fba7a4997", "body": "{\n \"color\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tagged_items\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "72240e75-df18-43c8-a170-71c2629eb397", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/aggregates/", "responses": [ { "uuid": "d7d4b44e-4d08-49c6-bfec-53f810f1bcda", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"date_added\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"rir\": {\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f56ca1a9-1ff9-4daf-963d-62e8fe942197", "documentation": "", "method": "post", "endpoint": "ipam/aggregates/", "responses": [ { "uuid": "47e73ac5-5c4c-4976-998c-cd63fde0a4db", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"date_added\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"rir\": {\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c90dc7ca-9841-46cd-b49c-0d97a2bb911e", "documentation": "", "method": "delete", "endpoint": "ipam/aggregates/:id/", "responses": [ { "uuid": "dbcd0e9b-0d65-40e8-98f6-1eba34977ee0", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "af040e1f-7503-4188-82e1-44c94e9ac969", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/aggregates/:id/", "responses": [ { "uuid": "552e645e-4abe-4ecb-b678-69580a402aba", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"date_added\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"rir\": {\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0c667d4-3ac4-49f3-b153-ff6698c2b963", "documentation": "", "method": "patch", "endpoint": "ipam/aggregates/:id/", "responses": [ { "uuid": "d452d4ce-0536-4a79-b0ef-fb294f03f46b", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"date_added\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"rir\": {\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d759b9d-3985-43f5-97be-c9b78b160a05", "documentation": "", "method": "put", "endpoint": "ipam/aggregates/:id/", "responses": [ { "uuid": "69708b1b-1cd4-4519-b673-d03da1b81397", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"date_added\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"rir\": {\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6e2a420-5ccc-4830-98d3-c577505d3780", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/ip-addresses/", "responses": [ { "uuid": "648c9d58-9148-4f6d-8a4b-359be7b88965", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"address\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"dns_name\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"interface\": {\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n },\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"nat_inside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"nat_outside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"label\": \"{{oneOf (array 'Loopback' 'Secondary' 'Anycast' 'VIP' 'VRRP' 'HSRP' 'GLBP' 'CARP')}}\",\n \"value\": \"{{oneOf (array 'loopback' 'secondary' 'anycast' 'vip' 'vrrp' 'hsrp' 'glbp' 'carp')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated' 'DHCP')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated' 'dhcp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "917564c3-69ae-4553-b73a-2fd0343fbf9d", "documentation": "", "method": "post", "endpoint": "ipam/ip-addresses/", "responses": [ { "uuid": "3ff83857-4413-4e75-8e1d-663237f73637", "body": "{\n \"address\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"dns_name\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"interface\": {\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n },\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"nat_inside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"nat_outside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"label\": \"{{oneOf (array 'Loopback' 'Secondary' 'Anycast' 'VIP' 'VRRP' 'HSRP' 'GLBP' 'CARP')}}\",\n \"value\": \"{{oneOf (array 'loopback' 'secondary' 'anycast' 'vip' 'vrrp' 'hsrp' 'glbp' 'carp')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated' 'DHCP')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated' 'dhcp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d46d5e73-5d42-4a74-817c-641528fa3630", "documentation": "", "method": "delete", "endpoint": "ipam/ip-addresses/:id/", "responses": [ { "uuid": "af273b9d-0a88-45e0-8bd9-cf07ebbae210", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12f85b9b-5dd1-47c8-ae8b-12f271149438", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/ip-addresses/:id/", "responses": [ { "uuid": "f087c84f-cc7a-4d7b-84ae-ef3ed53e8d4b", "body": "{\n \"address\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"dns_name\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"interface\": {\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n },\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"nat_inside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"nat_outside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"label\": \"{{oneOf (array 'Loopback' 'Secondary' 'Anycast' 'VIP' 'VRRP' 'HSRP' 'GLBP' 'CARP')}}\",\n \"value\": \"{{oneOf (array 'loopback' 'secondary' 'anycast' 'vip' 'vrrp' 'hsrp' 'glbp' 'carp')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated' 'DHCP')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated' 'dhcp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fe6de8d-60b4-4564-8869-48d1ca29fe61", "documentation": "", "method": "patch", "endpoint": "ipam/ip-addresses/:id/", "responses": [ { "uuid": "9efb5be8-ee40-4071-81cd-e91d15c45760", "body": "{\n \"address\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"dns_name\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"interface\": {\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n },\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"nat_inside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"nat_outside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"label\": \"{{oneOf (array 'Loopback' 'Secondary' 'Anycast' 'VIP' 'VRRP' 'HSRP' 'GLBP' 'CARP')}}\",\n \"value\": \"{{oneOf (array 'loopback' 'secondary' 'anycast' 'vip' 'vrrp' 'hsrp' 'glbp' 'carp')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated' 'DHCP')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated' 'dhcp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6828749-ee01-42b6-bd2e-e9f35d2949d1", "documentation": "", "method": "put", "endpoint": "ipam/ip-addresses/:id/", "responses": [ { "uuid": "71352849-c6ed-4031-b441-5e96b588b916", "body": "{\n \"address\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"dns_name\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"interface\": {\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n },\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"nat_inside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"nat_outside\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"label\": \"{{oneOf (array 'Loopback' 'Secondary' 'Anycast' 'VIP' 'VRRP' 'HSRP' 'GLBP' 'CARP')}}\",\n \"value\": \"{{oneOf (array 'loopback' 'secondary' 'anycast' 'vip' 'vrrp' 'hsrp' 'glbp' 'carp')}}\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated' 'DHCP')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated' 'dhcp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23910b8a-4cc3-4272-b92e-f3eb8da2dbe4", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/prefixes/", "responses": [ { "uuid": "90df1eb3-42d4-4b50-8077-4a5da8f7f0df", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"is_pool\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Container' 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'container' 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52cf4941-7bfc-4883-82ad-4853dc4e307f", "documentation": "", "method": "post", "endpoint": "ipam/prefixes/", "responses": [ { "uuid": "b35484a6-ee75-4b1a-bc19-ca2e5a4ac02a", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"is_pool\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Container' 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'container' 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eaa5c540-55cc-4856-9338-e7c5a2623c21", "documentation": "", "method": "delete", "endpoint": "ipam/prefixes/:id/", "responses": [ { "uuid": "bd5e9a8a-7e6a-48fd-8d13-7ca95b31d70b", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45ac4f00-14f3-4e74-9307-9fc2cc9e4d79", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/prefixes/:id/", "responses": [ { "uuid": "7e0694f0-68b9-4bb2-a314-a228f338d5f3", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"is_pool\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Container' 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'container' 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b60e1f6-b438-4ecb-8afd-ff696e11ac5c", "documentation": "", "method": "patch", "endpoint": "ipam/prefixes/:id/", "responses": [ { "uuid": "5844436a-2281-4b30-8cc4-f1ce59b41625", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"is_pool\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Container' 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'container' 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d6f7ca37-5b25-4da9-9578-14de6e465d4a", "documentation": "", "method": "put", "endpoint": "ipam/prefixes/:id/", "responses": [ { "uuid": "35eece25-c0f1-4ae0-8145-e32df4eab8eb", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"family\": {\n \"label\": \"{{oneOf (array 'IPv4' 'IPv6')}}\",\n \"value\": \"{{oneOf (array '4' '6')}}\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"is_pool\": {{faker 'datatype.boolean'}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"prefix\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Container' 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'container' 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "188a43d4-76ca-4987-9b45-9db6b7c6d7fb", "documentation": "A convenience method for returning available IP addresses within a prefix. By default, the number of IPs\nreturned will be equivalent to PAGINATE_COUNT. An arbitrary limit (up to MAX_PAGE_SIZE, if set) may be passed,\nhowever results will not be paginated.\n\nThe advisory lock decorator uses a PostgreSQL advisory lock to prevent this API from being\ninvoked in parallel, which results in a race condition where multiple insertions can occur.", "method": "get", "endpoint": "ipam/prefixes/:id/available-ips/", "responses": [ { "uuid": "69f719c2-3814-4c1c-bc20-ce7910c6d5dc", "body": "[\n {\n \"address\": \"\",\n \"family\": {{faker 'number.int' max=99999}},\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6418b97-4dc1-4243-a573-6d84abf388d7", "documentation": "A convenience method for returning available IP addresses within a prefix. By default, the number of IPs\nreturned will be equivalent to PAGINATE_COUNT. An arbitrary limit (up to MAX_PAGE_SIZE, if set) may be passed,\nhowever results will not be paginated.\n\nThe advisory lock decorator uses a PostgreSQL advisory lock to prevent this API from being\ninvoked in parallel, which results in a race condition where multiple insertions can occur.", "method": "post", "endpoint": "ipam/prefixes/:id/available-ips/", "responses": [ { "uuid": "9a7e4230-327c-490b-ae28-02d0d5d2432d", "body": "[\n {\n \"address\": \"\",\n \"family\": {{faker 'number.int' max=99999}},\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f7157af-2ccf-4570-9f33-e610b824c466", "documentation": "A convenience method for returning available child prefixes within a parent.", "method": "get", "endpoint": "ipam/prefixes/:id/available-prefixes/", "responses": [ { "uuid": "14a37233-5c33-45d3-b5e0-cab8f9842551", "body": "[\n {\n \"family\": {{faker 'number.int' max=99999}},\n \"prefix\": \"\",\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "07a4af8d-3bda-4a55-9d7a-712822699101", "documentation": "A convenience method for returning available child prefixes within a parent.", "method": "post", "endpoint": "ipam/prefixes/:id/available-prefixes/", "responses": [ { "uuid": "628e4326-f9ac-4966-bf91-77a4f104c896", "body": "[\n {\n \"family\": {{faker 'number.int' max=99999}},\n \"prefix\": \"\",\n \"vrf\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"url\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4773b4cd-de00-4d3e-bc0e-a37a200c0f53", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/rirs/", "responses": [ { "uuid": "2321096b-27ee-40e7-b35a-ab810a355b62", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_private\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "42632922-8018-4288-a25d-02cbe7bc4d9f", "documentation": "", "method": "post", "endpoint": "ipam/rirs/", "responses": [ { "uuid": "25e7298f-83f0-4786-bfaf-3f02de7f82a1", "body": "{\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_private\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d9a1280-9a60-4209-b459-31519967192f", "documentation": "", "method": "delete", "endpoint": "ipam/rirs/:id/", "responses": [ { "uuid": "449e916f-bee7-48a8-acb7-c73cb63b1f15", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bae974da-523a-4e5c-b831-e5216dcf3d04", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/rirs/:id/", "responses": [ { "uuid": "c6ef3227-dc6a-46f1-80cf-d9bd748f0212", "body": "{\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_private\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1a3ed2cb-0f41-486e-9b1d-ed4fe220e580", "documentation": "", "method": "patch", "endpoint": "ipam/rirs/:id/", "responses": [ { "uuid": "e33a01b1-c424-4be0-b8aa-a3f930fc62ed", "body": "{\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_private\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fea770d6-86d1-4907-9d8f-8b33c05d3d3b", "documentation": "", "method": "put", "endpoint": "ipam/rirs/:id/", "responses": [ { "uuid": "f67d9123-30c9-4820-975c-6dad193f9429", "body": "{\n \"aggregate_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"is_private\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f292a6c7-389c-4a4e-aaf3-a4c48e4a88cf", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/roles/", "responses": [ { "uuid": "7134d667-af2a-4e33-8b07-080f80c1d015", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"weight\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1de1679e-3ccc-4669-9b2c-754fd292e2b1", "documentation": "", "method": "post", "endpoint": "ipam/roles/", "responses": [ { "uuid": "5fde0541-b58a-44c4-a77c-5cd11abb633f", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a08d7dda-f79c-44a6-bc78-f5ce5842fda6", "documentation": "", "method": "delete", "endpoint": "ipam/roles/:id/", "responses": [ { "uuid": "5c95fb2b-9c33-41d9-bee0-7d5a8a31ea28", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57c1ec62-c8a4-41fa-831d-c66252cb83ec", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/roles/:id/", "responses": [ { "uuid": "cb54b9a5-b974-48e6-8490-9cd5f211a087", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f67a6525-c799-4ee2-9bd0-5391fec3bdba", "documentation": "", "method": "patch", "endpoint": "ipam/roles/:id/", "responses": [ { "uuid": "12923494-9cb7-4aa2-ad1f-1708d8c2d9a0", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1008d17f-90c6-4f78-a14a-e33eed82118d", "documentation": "", "method": "put", "endpoint": "ipam/roles/:id/", "responses": [ { "uuid": "297b8c45-1ec5-4512-b6e9-7e0fb17e543e", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"weight\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d147b42-a2fe-4049-977f-8d3ee47e7d9a", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/services/", "responses": [ { "uuid": "f2255365-f84d-41aa-90b2-548227945c61", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddresses\": [\n {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"protocol\": {\n \"label\": \"{{oneOf (array 'TCP' 'UDP')}}\",\n \"value\": \"{{oneOf (array 'tcp' 'udp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9eeca0b6-375e-44af-9940-89f8aca991ea", "documentation": "", "method": "post", "endpoint": "ipam/services/", "responses": [ { "uuid": "b3680bbe-4929-4b81-86e7-55edb33864b6", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddresses\": [\n {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"protocol\": {\n \"label\": \"{{oneOf (array 'TCP' 'UDP')}}\",\n \"value\": \"{{oneOf (array 'tcp' 'udp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ca0a9ce-17be-40d6-a383-5c264d7dbb9b", "documentation": "", "method": "delete", "endpoint": "ipam/services/:id/", "responses": [ { "uuid": "e3cf59a8-063d-4441-b289-673051f0fb00", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b664abc-dfb0-4ef7-a864-91f0a7572a2d", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/services/:id/", "responses": [ { "uuid": "88abc8dd-1cf7-4798-a459-120cc86922b8", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddresses\": [\n {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"protocol\": {\n \"label\": \"{{oneOf (array 'TCP' 'UDP')}}\",\n \"value\": \"{{oneOf (array 'tcp' 'udp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ea3b8cf2-4cd2-40fa-866e-a5de7463d744", "documentation": "", "method": "patch", "endpoint": "ipam/services/:id/", "responses": [ { "uuid": "83e2df1d-f821-4ba9-8f2b-42db793cdc86", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddresses\": [\n {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"protocol\": {\n \"label\": \"{{oneOf (array 'TCP' 'UDP')}}\",\n \"value\": \"{{oneOf (array 'tcp' 'udp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc8cd0d7-e85f-4861-a793-411f14ca09e2", "documentation": "", "method": "put", "endpoint": "ipam/services/:id/", "responses": [ { "uuid": "f244a93c-8d62-4e66-bcea-7a2b8228f644", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddresses\": [\n {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n }\n ],\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"protocol\": {\n \"label\": \"{{oneOf (array 'TCP' 'UDP')}}\",\n \"value\": \"{{oneOf (array 'tcp' 'udp')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ebc77577-2dc8-49cc-ad5c-a6d08e6e0984", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/vlan-groups/", "responses": [ { "uuid": "94b3a05f-c594-4aed-8fd8-7245f9adede2", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f8445ed-4df0-4a15-8425-0e8f7a19d009", "documentation": "", "method": "post", "endpoint": "ipam/vlan-groups/", "responses": [ { "uuid": "54b879e8-22e6-4280-a67d-3a046d77aca6", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f195cdd9-2adb-4122-9fa4-0a6ff9a5a197", "documentation": "", "method": "delete", "endpoint": "ipam/vlan-groups/:id/", "responses": [ { "uuid": "3bc115e4-4605-40f4-8fc7-d5c3caab75cb", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4f2795c-47df-4411-88ec-b9528b9e60db", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/vlan-groups/:id/", "responses": [ { "uuid": "d1b1f3f5-b9a3-4001-968f-c737b746d3f9", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "87e4d342-8706-47c6-b778-cd0e4f0dc8f3", "documentation": "", "method": "patch", "endpoint": "ipam/vlan-groups/:id/", "responses": [ { "uuid": "33db352b-8dc2-44ec-ad7d-ef751e2fb317", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7484732-5f62-4832-a2d3-0f17701052b7", "documentation": "", "method": "put", "endpoint": "ipam/vlan-groups/:id/", "responses": [ { "uuid": "30df602b-c48e-4b0a-aa92-dfd5f7a42704", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03d42bd4-608a-4d1f-9ce5-5c855e78f59f", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/vlans/", "responses": [ { "uuid": "a903ad55-b8b9-4ab3-acc8-4aa7ed0fe469", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b68d1989-a865-4f9d-bad5-b5a3e5d49b4a", "documentation": "", "method": "post", "endpoint": "ipam/vlans/", "responses": [ { "uuid": "24910bb2-5217-425e-a3f2-f1808aa1fa6b", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vid\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c08f4e35-0031-4f65-8075-8264a908daff", "documentation": "", "method": "delete", "endpoint": "ipam/vlans/:id/", "responses": [ { "uuid": "972240ef-5ec2-48db-9ce3-a2146c7c74c8", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2bfd6ae-861f-4852-9e1a-aa8a1682952b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/vlans/:id/", "responses": [ { "uuid": "c4ed50f5-dbb3-4b3e-be83-aacb79b9a4a3", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vid\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0df80d6e-8587-4bc3-854b-d826402eadfe", "documentation": "", "method": "patch", "endpoint": "ipam/vlans/:id/", "responses": [ { "uuid": "f7964419-1dcd-460b-8a63-ed0b9d885c47", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vid\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "47d22e81-98d6-47b4-a5fe-6b563b043951", "documentation": "", "method": "put", "endpoint": "ipam/vlans/:id/", "responses": [ { "uuid": "326732ea-9735-4c85-896d-1a4c9b2e76f3", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\",\n \"vlan_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Active' 'Reserved' 'Deprecated')}}\",\n \"value\": \"{{oneOf (array 'active' 'reserved' 'deprecated')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vid\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2990151c-5fe9-4c13-bd8a-8833f3d87da8", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/vrfs/", "responses": [ { "uuid": "ebe1cfef-d631-4da1-b032-1a2777f94147", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"enforce_unique\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "09b711e5-b158-4f20-a331-abb9e0c95ab2", "documentation": "", "method": "post", "endpoint": "ipam/vrfs/", "responses": [ { "uuid": "a22ca6f2-8b11-4543-a581-a68940912412", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"enforce_unique\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "08cef199-03da-45f4-aa38-ba911065a48c", "documentation": "", "method": "delete", "endpoint": "ipam/vrfs/:id/", "responses": [ { "uuid": "04b36eec-017d-4d95-8518-61f63e847041", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd92c281-eb60-4460-8632-90ed80e23a2a", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "ipam/vrfs/:id/", "responses": [ { "uuid": "f87598ab-63ed-4b42-b3ac-073832ec2e66", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"enforce_unique\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "67a87496-c1b4-4428-8a91-d3e2d331a2af", "documentation": "", "method": "patch", "endpoint": "ipam/vrfs/:id/", "responses": [ { "uuid": "c33e831f-e370-4389-b13f-9a513c74f9bb", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"enforce_unique\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e29f1d7d-f0c9-4959-ad90-bc44edda5f3f", "documentation": "", "method": "put", "endpoint": "ipam/vrfs/:id/", "responses": [ { "uuid": "4224a4f2-9cf0-4420-a304-dd1ba261f7f4", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"display_name\": \"\",\n \"enforce_unique\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rd\": \"\",\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c4cdd8b-c788-42b1-a9af-7a6fbda99425", "documentation": "This endpoint can be used to generate a new RSA key pair. The keys are returned in PEM format.", "method": "get", "endpoint": "secrets/generate-rsa-key-pair/", "responses": [ { "uuid": "0ede1c59-ec72-468f-bd66-32f445b1171b", "body": "", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ef44835-3485-4e09-a745-7fc47bff9792", "documentation": "Retrieve a temporary session key to use for encrypting and decrypting secrets via the API. The user's private RSA\nkey is POSTed with the name `private_key`. An example:\n\n curl -v -X POST -H \"Authorization: Token \" -H \"Accept: application/json; indent=4\" \\\n --data-urlencode \"private_key@\" https://netbox/api/secrets/get-session-key/\n\nThis request will yield a base64-encoded session key to be included in an `X-Session-Key` header in future requests:\n\n {\n \"session_key\": \"+8t4SI6XikgVmB5+/urhozx9O5qCQANyOk1MNe6taRf=\"\n }\n\nThis endpoint accepts one optional parameter: `preserve_key`. If True and a session key exists, the existing session\nkey will be returned instead of a new one.", "method": "post", "endpoint": "secrets/get-session-key/", "responses": [ { "uuid": "ca65aa70-972d-48bf-a8cf-2315ec0e3b44", "body": "", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f8aa4fc-1167-4232-919e-7f480d5f50ab", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "secrets/secret-roles/", "responses": [ { "uuid": "8dc00d75-ca80-4d59-b07e-f0a9c15508f4", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bec4872e-4d01-4ea4-872c-75ad0395c4a6", "documentation": "", "method": "post", "endpoint": "secrets/secret-roles/", "responses": [ { "uuid": "950dd2e8-8e3b-4bce-8dd2-4b8b1b51d022", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d398e93d-d107-4daf-9e4b-ca39464410af", "documentation": "", "method": "delete", "endpoint": "secrets/secret-roles/:id/", "responses": [ { "uuid": "20e03328-61d9-4a0a-801a-3e0051ae9776", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a994945-61a1-4c0c-8153-7d7ca8d346a8", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "secrets/secret-roles/:id/", "responses": [ { "uuid": "4e898b3e-2d76-4c6e-9c32-c70efb1ed692", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb9631a1-7a62-4bb9-8a3d-e1b2a5288f46", "documentation": "", "method": "patch", "endpoint": "secrets/secret-roles/:id/", "responses": [ { "uuid": "241a167c-ab89-4599-9f6b-9fc43b411ef0", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9edbcbc6-7307-4b73-9408-973656b9276a", "documentation": "", "method": "put", "endpoint": "secrets/secret-roles/:id/", "responses": [ { "uuid": "2b8fe3a5-8df2-42a9-8879-543dfbd18867", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a16e07f9-d898-4e79-bcbb-4c03dc2e1ef1", "documentation": "", "method": "get", "endpoint": "secrets/secrets/", "responses": [ { "uuid": "d65ff2fe-ee32-433b-9f0f-6c6ec7aa085b", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"hash\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"plaintext\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f893bc90-64a0-405a-a454-ccc4b8c03ecb", "documentation": "", "method": "post", "endpoint": "secrets/secrets/", "responses": [ { "uuid": "b91adc81-7313-4d5b-ab2e-5188261eb633", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"hash\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"plaintext\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bcc6d6d9-58c4-4f76-8f26-dcd94db2e45e", "documentation": "", "method": "delete", "endpoint": "secrets/secrets/:id/", "responses": [ { "uuid": "74bc023a-329b-4458-a808-73d1d87ecd10", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63e529f1-9b32-47c6-91e3-c78f8160a680", "documentation": "", "method": "get", "endpoint": "secrets/secrets/:id/", "responses": [ { "uuid": "642a6c94-14a6-458e-82df-935a05acfa7f", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"hash\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"plaintext\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "599b80b6-5b89-4d54-a1d0-436c3206e74d", "documentation": "", "method": "patch", "endpoint": "secrets/secrets/:id/", "responses": [ { "uuid": "ca3eb25e-09fd-44d3-aea4-a2e105854edd", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"hash\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"plaintext\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c20b0da-3c61-4027-8a16-524d7377dbda", "documentation": "", "method": "put", "endpoint": "secrets/secrets/:id/", "responses": [ { "uuid": "faf3e167-15dd-40d7-843d-da4fc9ae8db2", "body": "{\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n },\n \"hash\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"plaintext\": \"\",\n \"role\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"secret_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "309ba684-84c4-4b44-8729-7b4dc1ddbbed", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "tenancy/tenant-groups/", "responses": [ { "uuid": "4cb00da7-f8bf-44e9-96a0-e2f36054de02", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f842e01-3a6d-47e2-81a7-dc2866ffedbb", "documentation": "", "method": "post", "endpoint": "tenancy/tenant-groups/", "responses": [ { "uuid": "b826da36-9d68-4efc-8ab8-bd9fd6453689", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8fc9974c-b110-4a4b-ac0b-f74ba8c54c82", "documentation": "", "method": "delete", "endpoint": "tenancy/tenant-groups/:id/", "responses": [ { "uuid": "da847ed0-d102-4ee5-bc9c-bc35f5759979", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "815e3ee3-5923-4911-a1ad-32503753f9ec", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "tenancy/tenant-groups/:id/", "responses": [ { "uuid": "890ebbd5-0f0d-4946-9e46-6c3825171a97", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "110c93ff-abad-4cc1-95b2-9de97fea2a10", "documentation": "", "method": "patch", "endpoint": "tenancy/tenant-groups/:id/", "responses": [ { "uuid": "3dd26c18-8b9f-478a-9c66-066b3e834d6f", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d99c80b6-0d76-4b53-adcd-92fe54c7780a", "documentation": "", "method": "put", "endpoint": "tenancy/tenant-groups/:id/", "responses": [ { "uuid": "9e04234d-f36a-4ef8-a453-06507ddc3dbb", "body": "{\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "af31b34c-2eed-4049-b529-a1ad65936521", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "tenancy/tenants/", "responses": [ { "uuid": "655a669b-6af3-44b5-addb-9524f799fcee", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ],\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"vrf_count\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b6a345d-3ef4-4df2-a72b-88bdb2220348", "documentation": "", "method": "post", "endpoint": "tenancy/tenants/", "responses": [ { "uuid": "afd4e862-0927-481d-bbb4-851d3610e9fc", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ],\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"vrf_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba2e94af-acf1-4f54-b19a-cabec86d1316", "documentation": "", "method": "delete", "endpoint": "tenancy/tenants/:id/", "responses": [ { "uuid": "c6997168-6492-44c7-bd20-e3600e7f9242", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9f9cf7d5-0f8b-4548-90ba-e5e3bf9d4d1c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "tenancy/tenants/:id/", "responses": [ { "uuid": "62a4bef5-e506-4269-ae81-7b6e37526d58", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ],\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"vrf_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1779f91-4f41-4bf6-b002-71f425f7c8a0", "documentation": "", "method": "patch", "endpoint": "tenancy/tenants/:id/", "responses": [ { "uuid": "0a0161fb-0b35-41b7-bfdd-b8b7ad488c5d", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ],\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"vrf_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d0b6901-e22d-4e9f-9e66-a9bf47ee75c8", "documentation": "", "method": "put", "endpoint": "tenancy/tenants/:id/", "responses": [ { "uuid": "aabc819c-d9e9-4f44-9ea2-5c52558891b2", "body": "{\n \"circuit_count\": {{faker 'number.int' max=99999}},\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"description\": \"\",\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"tenant_count\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"ipaddress_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"prefix_count\": {{faker 'number.int' max=99999}},\n \"rack_count\": {{faker 'number.int' max=99999}},\n \"site_count\": {{faker 'number.int' max=99999}},\n \"slug\": \"\",\n \"tags\": [\n \"\"\n ],\n \"virtualmachine_count\": {{faker 'number.int' max=99999}},\n \"vlan_count\": {{faker 'number.int' max=99999}},\n \"vrf_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "148dc395-3188-405e-951a-396fa0601a46", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/cluster-groups/", "responses": [ { "uuid": "1436111b-17b0-4e3b-957f-4782d71203e4", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5eca4988-ddc4-4204-b44a-188f619348b8", "documentation": "", "method": "post", "endpoint": "virtualization/cluster-groups/", "responses": [ { "uuid": "e513f48d-f37c-4c77-887b-0e216137b40d", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "520357ea-77b2-4d56-87c9-c801ffb4c846", "documentation": "", "method": "delete", "endpoint": "virtualization/cluster-groups/:id/", "responses": [ { "uuid": "b60cab9e-8185-4400-bd1b-832b7a65b460", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ea8fee2-8097-4f95-973b-8f114451bc10", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/cluster-groups/:id/", "responses": [ { "uuid": "69b40a9a-6890-4d6a-a565-28b7bf8333ad", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02861df8-feae-48b9-94d9-acbad68ae478", "documentation": "", "method": "patch", "endpoint": "virtualization/cluster-groups/:id/", "responses": [ { "uuid": "aa207b58-a8db-4058-a557-828a1000e918", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "87999a7a-0e3c-4fd2-9dc0-3b6934d16dc7", "documentation": "", "method": "put", "endpoint": "virtualization/cluster-groups/:id/", "responses": [ { "uuid": "355990a3-0f65-46d6-8fe6-5c34a558391f", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d4aeff5e-0f9a-4e0c-a42d-e85cef353c88", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/cluster-types/", "responses": [ { "uuid": "6d3e59a5-0dcd-4720-8074-dd1771af485a", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "86fef2ae-1508-49e8-abf6-a9704f1537d3", "documentation": "", "method": "post", "endpoint": "virtualization/cluster-types/", "responses": [ { "uuid": "fc4f2247-5b89-4410-bc1d-6dec33a938ec", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a35ca5a-b47c-4aee-90a3-d148a5ef4429", "documentation": "", "method": "delete", "endpoint": "virtualization/cluster-types/:id/", "responses": [ { "uuid": "a32f035e-4db1-4c0c-bdf0-233f498510f9", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b67c1414-1329-4249-a05f-8f5834225e4c", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/cluster-types/:id/", "responses": [ { "uuid": "d4dc379e-d324-44fc-8aec-c8f9de12d2ae", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f49c0e96-7380-4f79-baec-7e1352c5995b", "documentation": "", "method": "patch", "endpoint": "virtualization/cluster-types/:id/", "responses": [ { "uuid": "856bc6f6-c461-4308-a04b-fce697857e77", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "01b29c17-65ab-46d1-839c-56d89067ce35", "documentation": "", "method": "put", "endpoint": "virtualization/cluster-types/:id/", "responses": [ { "uuid": "fc942d8c-eb11-49f5-9ef5-40808b9d54fa", "body": "{\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8227240-1d3b-417a-a64a-18aa17582905", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/clusters/", "responses": [ { "uuid": "0fd8d864-93d5-4a9e-bbd8-ee87bdcc22bf", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c4007a34-ed88-48b1-a5e7-8544d2e0dd13", "documentation": "", "method": "post", "endpoint": "virtualization/clusters/", "responses": [ { "uuid": "95daaab7-f842-4cea-b8ae-86ce9c29649e", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a5845ab-ad51-4147-bc25-5934e4c8990f", "documentation": "", "method": "delete", "endpoint": "virtualization/clusters/:id/", "responses": [ { "uuid": "57fe8474-21c9-447b-b929-07eb14a64018", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2d80b3ff-4032-4d2a-9c7a-3a309a131b58", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/clusters/:id/", "responses": [ { "uuid": "7c6b59e6-8960-4560-95f2-595f5644abbc", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f0be6b79-56f7-4474-8b84-fee04b6fc39f", "documentation": "", "method": "patch", "endpoint": "virtualization/clusters/:id/", "responses": [ { "uuid": "597510ff-686f-44f2-91e6-09390c7ee8a4", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca6b05ae-dae8-4047-a3f1-4ef4da672ef2", "documentation": "", "method": "put", "endpoint": "virtualization/clusters/:id/", "responses": [ { "uuid": "6373ff64-5168-4faa-aa0b-0185dc97e909", "body": "{\n \"comments\": \"\",\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"device_count\": {{faker 'number.int' max=99999}},\n \"group\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"name\": \"\",\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"type\": {\n \"cluster_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85e4c7cc-5942-413c-9574-795be4e7f037", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/interfaces/", "responses": [ { "uuid": "2c0eae45-2089-40bd-8655-b0b7ca069297", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"description\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"mac_address\": \"\",\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"Virtual\",\n \"value\": \"virtual\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "528decc6-05c4-4d90-a4c1-27571211c9c1", "documentation": "", "method": "post", "endpoint": "virtualization/interfaces/", "responses": [ { "uuid": "c57df7e8-7df9-4859-81ae-41657ef8873d", "body": "{\n \"description\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"mac_address\": \"\",\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"Virtual\",\n \"value\": \"virtual\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c32f3986-ee96-4c97-b266-d9ddd4368683", "documentation": "", "method": "delete", "endpoint": "virtualization/interfaces/:id/", "responses": [ { "uuid": "6e64ec93-36f4-4f49-ae92-2298a1dd2cd0", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee4f58ce-60a8-48ba-9573-a80197fc7f87", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/interfaces/:id/", "responses": [ { "uuid": "cd77719e-8fe5-4d34-8649-4ce47bb8aaf9", "body": "{\n \"description\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"mac_address\": \"\",\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"Virtual\",\n \"value\": \"virtual\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a230f8c5-fdcb-4ec8-8c1e-cf5b9b13a904", "documentation": "", "method": "patch", "endpoint": "virtualization/interfaces/:id/", "responses": [ { "uuid": "6242671d-5dc0-4031-b695-bba1d7c90293", "body": "{\n \"description\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"mac_address\": \"\",\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"Virtual\",\n \"value\": \"virtual\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bd380771-7d6c-4c6d-a1e9-5ffa96789fb7", "documentation": "", "method": "put", "endpoint": "virtualization/interfaces/:id/", "responses": [ { "uuid": "18bea900-6c3f-43a6-aa87-1073769ba888", "body": "{\n \"description\": \"\",\n \"enabled\": {{faker 'datatype.boolean'}},\n \"id\": {{faker 'number.int' max=99999}},\n \"mac_address\": \"\",\n \"mode\": {\n \"label\": \"{{oneOf (array 'Access' 'Tagged' 'Tagged (All)')}}\",\n \"value\": \"{{oneOf (array 'access' 'tagged' 'tagged-all')}}\"\n },\n \"mtu\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"tagged_vlans\": [\n {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tags\": [\n \"\"\n ],\n \"type\": {\n \"label\": \"Virtual\",\n \"value\": \"virtual\"\n },\n \"untagged_vlan\": {\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"vid\": {{faker 'number.int' max=99999}}\n },\n \"virtual_machine\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fe33d8f-f585-40b1-b784-5750a4dc51e0", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/virtual-machines/", "responses": [ { "uuid": "74b5f226-66ac-41b3-b33e-279c4b9e3368", "body": "{\n \"count\": {{faker 'number.int' max=99999}},\n \"next\": \"\",\n \"previous\": \"\",\n \"results\": [\n {\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"disk\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"memory\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vcpus\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2328037-f2cb-4e32-b5cf-bac79f7228b8", "documentation": "", "method": "post", "endpoint": "virtualization/virtual-machines/", "responses": [ { "uuid": "1ccc79ed-a834-4c85-8246-f6914cff97d6", "body": "{\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"disk\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"memory\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vcpus\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "daecde29-8a3e-4bd0-8880-937ed7212699", "documentation": "", "method": "delete", "endpoint": "virtualization/virtual-machines/:id/", "responses": [ { "uuid": "0241cb63-8f2c-482a-9ea2-48c0a7a1027f", "body": "", "latency": 0, "statusCode": 204, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c7a8976-45c9-4117-a05e-06c69082eb0b", "documentation": "Call to super to allow for caching", "method": "get", "endpoint": "virtualization/virtual-machines/:id/", "responses": [ { "uuid": "04a6fb05-0354-4085-8597-f80cce69a894", "body": "{\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"disk\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"memory\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vcpus\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23e2c195-a5ec-42be-bd45-06041ff00022", "documentation": "", "method": "patch", "endpoint": "virtualization/virtual-machines/:id/", "responses": [ { "uuid": "375adcec-77c9-4126-8ba2-644dd7b16d37", "body": "{\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"disk\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"memory\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vcpus\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aa3eeddb-cad6-4fa3-8768-5d632a3302df", "documentation": "", "method": "put", "endpoint": "virtualization/virtual-machines/:id/", "responses": [ { "uuid": "e2ca381a-0d1c-405a-b4b3-2e64994e3afb", "body": "{\n \"cluster\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"comments\": \"\",\n \"config_context\": {},\n \"created\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"custom_fields\": {},\n \"disk\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{faker 'date.recent' 365}}\",\n \"local_context_data\": \"\",\n \"memory\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"platform\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"primary_ip\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip4\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"primary_ip6\": {\n \"address\": \"\",\n \"family\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"url\": \"\"\n },\n \"role\": {\n \"device_count\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\",\n \"virtualmachine_count\": {{faker 'number.int' max=99999}}\n },\n \"site\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"status\": {\n \"label\": \"{{oneOf (array 'Offline' 'Active' 'Planned' 'Staged' 'Failed' 'Decommissioning')}}\",\n \"value\": \"{{oneOf (array 'offline' 'active' 'planned' 'staged' 'failed' 'decommissioning')}}\"\n },\n \"tags\": [\n \"\"\n ],\n \"tenant\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"slug\": \"\",\n \"url\": \"\"\n },\n \"vcpus\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "98e04327-fc44-41e9-82af-0472defddd31" }, { "type": "route", "uuid": "71480d69-6706-4945-8bd9-dbbafae2a9f2" }, { "type": "route", "uuid": "eb1ef0b0-524e-44ae-801d-05da0938ae6a" }, { "type": "route", "uuid": "cd7b070c-e4ad-44ce-acc2-40fcd83410cd" }, { "type": "route", "uuid": "2a478eec-9df9-4eb8-b8ff-7014c4d0fa7b" }, { "type": "route", "uuid": "e2f0264a-ee97-4390-9325-32ee42896c71" }, { "type": "route", "uuid": "0e945615-b92a-4e35-b7bd-527e75584198" }, { "type": "route", "uuid": "7618de2a-b0f8-4c2c-8a3e-331233c7e491" }, { "type": "route", "uuid": "0a139b47-5e7f-4e9b-8053-cdda05b4d452" }, { "type": "route", "uuid": "0cd6a853-eb45-4252-a44b-ca40f56e7de2" }, { "type": "route", "uuid": "872a15ae-df62-46e2-87c8-5f4f2dd149c4" }, { "type": "route", "uuid": "930d7146-b577-428c-abf9-de46454563f1" }, { "type": "route", "uuid": "3a75e8a0-ed5c-45ec-9e9f-1b545663a052" }, { "type": "route", "uuid": "c01c0463-35b3-40fd-9d41-210be03ea105" }, { "type": "route", "uuid": "c53bbb8b-0244-4a37-ade3-0ef520145993" }, { "type": "route", "uuid": "6bcd48a7-d6e7-4f51-80f4-69f1f51cba27" }, { "type": "route", "uuid": "67a16da2-5a9b-4966-b435-0ed416850c3e" }, { "type": "route", "uuid": "7b9d3ced-59da-4f11-8df4-57076cb4a51d" }, { "type": "route", "uuid": "852df301-8b33-4f99-beed-b43f674aff8f" }, { "type": "route", "uuid": "bb5949e5-60e5-43cc-9066-2f30ce3ce01b" }, { "type": "route", "uuid": "730e9896-f0ef-4428-8eb1-9f7eec0ec475" }, { "type": "route", "uuid": "9186ae5d-1724-4eb8-a95c-3a8ea0fb1c9d" }, { "type": "route", "uuid": "157cd9dc-17c6-4dcd-b6fc-7fb5829e1d84" }, { "type": "route", "uuid": "7e415f2b-2c26-4500-be2a-9de8e4cb4435" }, { "type": "route", "uuid": "f0b8fec1-22e5-4bbd-b3f7-54602dc72a22" }, { "type": "route", "uuid": "b30b1f3a-a88f-4dd4-83a1-214e3a5e19ee" }, { "type": "route", "uuid": "eab9574e-50d4-456a-9a02-5a62bb1e24eb" }, { "type": "route", "uuid": "77daa998-5d62-4cd0-96ce-8640b8ab2611" }, { "type": "route", "uuid": "135265c2-d303-4ebe-9998-7ad1d67965af" }, { "type": "route", "uuid": "977ad823-e9d9-4689-9bf5-f72fad7d144c" }, { "type": "route", "uuid": "bdd46aff-7e98-4cfc-9ab1-4758d1c802b6" }, { "type": "route", "uuid": "5fc56161-f8ec-4708-80ff-1ba9ddb473d1" }, { "type": "route", "uuid": "62bb913b-7f2f-40fa-b9eb-75a517858ed8" }, { "type": "route", "uuid": "671278b7-da72-445e-8408-2375244406ae" }, { "type": "route", "uuid": "8774c784-4dfa-4f89-9e24-c524723205f0" }, { "type": "route", "uuid": "244fe349-d5e1-4df1-85d0-e66590799486" }, { "type": "route", "uuid": "248a7287-18d3-421a-94db-d61c011d68fe" }, { "type": "route", "uuid": "7c62b405-844f-47b8-a9a7-a2daff6bd611" }, { "type": "route", "uuid": "91862334-aa85-4324-961b-585ecd184461" }, { "type": "route", "uuid": "91163199-71c9-494b-8e04-3c49a02e623d" }, { "type": "route", "uuid": "82647cfe-cbac-4fe3-a42b-1cbee9841e90" }, { "type": "route", "uuid": "0300df6a-bc7e-4107-8833-2d1eeede975d" }, { "type": "route", "uuid": "23e99278-fe57-4ec0-9aaf-68896688ad2c" }, { "type": "route", "uuid": "08585331-7f60-46d7-b886-4ad51fe332bd" }, { "type": "route", "uuid": "50729b8a-67a8-48dc-b766-1d07eb366c5f" }, { "type": "route", "uuid": "101c573b-a646-4035-915e-2041e3ff3c33" }, { "type": "route", "uuid": "cdbeca6d-b30d-46e1-a5ab-469ec784cfa6" }, { "type": "route", "uuid": "f518bbde-6a52-4ce2-8ead-c34c0e4fb100" }, { "type": "route", "uuid": "ae3b7566-93e6-44d3-9073-47b96365db8f" }, { "type": "route", "uuid": "a1b91713-b01f-4f9f-9ce2-d480f2127b3a" }, { "type": "route", "uuid": "daef2f5d-d72c-4fbe-b5dc-aee88d9d80f2" }, { "type": "route", "uuid": "2b4ec770-9a40-4620-9d7b-4f04943455b7" }, { "type": "route", "uuid": "a0a1f811-40db-4b84-a5f3-72c8e9a096cc" }, { "type": "route", "uuid": "3b49de07-dcdf-4761-9817-d5e9c727efce" }, { "type": "route", "uuid": "9bab04ab-2ac6-4414-8c7c-46820a3c77d9" }, { "type": "route", "uuid": "3e1b8551-0c19-4b16-8d24-514012c94615" }, { "type": "route", "uuid": "9da1209d-7d45-41fc-87d7-3356fe6a67c9" }, { "type": "route", "uuid": "fe010407-69c0-41ca-9cfc-f8a7f57ce0da" }, { "type": "route", "uuid": "0dfb475d-7f13-44b4-9b84-9697b3630154" }, { "type": "route", "uuid": "737294d7-5c01-4153-94da-cdd361aee20f" }, { "type": "route", "uuid": "f7210db9-eb01-4063-9991-12d7e82b5c30" }, { "type": "route", "uuid": "8575e2e6-695c-4517-b5e5-7872700d4ddf" }, { "type": "route", "uuid": "ee26d870-9815-49c0-9c49-4383098f7779" }, { "type": "route", "uuid": "bb1e9209-97d0-469c-a8eb-2da79eb24b24" }, { "type": "route", "uuid": "ebc1f5fa-a915-42cd-b506-5c0b844e71a5" }, { "type": "route", "uuid": "296d8a79-1e3b-45e6-af3a-a27dbf47cc2b" }, { "type": "route", "uuid": "c69b121e-cf1b-43f3-99a0-7422d6b5c875" }, { "type": "route", "uuid": "764596da-d1c5-43cb-8943-812497e3b92a" }, { "type": "route", "uuid": "3f349e6c-0b8f-48c6-996d-fe89f08cb07b" }, { "type": "route", "uuid": "76254b88-6b08-41f1-9a9c-32871e8ea52d" }, { "type": "route", "uuid": "c5c92a58-0e69-488f-a89f-3af2122a33ed" }, { "type": "route", "uuid": "72e45d1c-cbdc-4e7b-8864-c5282c63b352" }, { "type": "route", "uuid": "1b27b5ea-8884-4f14-be3f-d579eb27213b" }, { "type": "route", "uuid": "58bd0a2a-79f0-46ca-baa0-130e9996792a" }, { "type": "route", "uuid": "dd04f633-39f2-42a7-8038-1d68294dff92" }, { "type": "route", "uuid": "bd1c679c-8af4-4f6d-a863-c61d8b54c0fb" }, { "type": "route", "uuid": "b91bae96-1ffe-47c3-99c6-eebd8ebb98a4" }, { "type": "route", "uuid": "465502ee-7af4-4da8-b098-f4d25f7d29a8" }, { "type": "route", "uuid": "0da89f7c-5e19-4aea-a558-4c2f94118715" }, { "type": "route", "uuid": "61818c00-a811-4186-998b-334196b17f04" }, { "type": "route", "uuid": "bd7080f6-ce0d-4533-ba31-bd18c35b3734" }, { "type": "route", "uuid": "e7679b8d-892a-4de0-8e2c-7f6f79ef9ef9" }, { "type": "route", "uuid": "511a402b-5779-44fb-861a-a9fffc8f3d5b" }, { "type": "route", "uuid": "94731ca5-855f-4b8a-a838-1bb927b714d7" }, { "type": "route", "uuid": "d041e407-7199-437d-abe2-7a692704e472" }, { "type": "route", "uuid": "9919f963-ef27-460d-a426-68857a7f9f5d" }, { "type": "route", "uuid": "b7d46012-165f-4c5b-8152-d5f044cc0107" }, { "type": "route", "uuid": "ac0beafe-ceb5-4220-8f42-6a899054263b" }, { "type": "route", "uuid": "54e84376-ecbc-466b-acf5-3374426e660a" }, { "type": "route", "uuid": "378185bc-f413-4cb2-a8c8-95ceef0ad44a" }, { "type": "route", "uuid": "3b230c31-9bd7-4cc8-b6cf-2fd106453db6" }, { "type": "route", "uuid": "1eb08c9a-9956-40a6-8fbf-df43a19059dd" }, { "type": "route", "uuid": "891933bf-8e4c-42b8-8d57-4c5dc9918262" }, { "type": "route", "uuid": "ef97f118-593c-4ee9-858b-f0247f857e31" }, { "type": "route", "uuid": "c6a76e2e-4a69-490b-9556-a5a25b7961fc" }, { "type": "route", "uuid": "e5730525-7cd4-472e-b506-745da18047fb" }, { "type": "route", "uuid": "47f6326b-76d7-438a-93de-2b86822ad3ab" }, { "type": "route", "uuid": "b57f4725-fc1a-4ea1-97d9-a34a67250073" }, { "type": "route", "uuid": "556981ae-7279-4be2-99ee-31510e2d68d0" }, { "type": "route", "uuid": "b907944f-c4f6-4549-9b24-5024c4e83d5e" }, { "type": "route", "uuid": "089b095e-d26d-4030-b4e5-26074698c09e" }, { "type": "route", "uuid": "a6ba173c-cde7-4fc4-a295-dc9767f54f8f" }, { "type": "route", "uuid": "404321d3-d504-41ca-b139-2cca3bae073b" }, { "type": "route", "uuid": "f4923de5-0cb7-447a-aa80-bc3412f8d16b" }, { "type": "route", "uuid": "83fe81bc-c660-44fc-ae1c-5e3f79fa5bd1" }, { "type": "route", "uuid": "fde429af-5cf9-4525-8107-3c169ff5203a" }, { "type": "route", "uuid": "22427151-9cf1-45dc-a69a-167e4f41578d" }, { "type": "route", "uuid": "2fef107b-b8e3-4c32-a974-ccc318c475c5" }, { "type": "route", "uuid": "e3757998-5a20-4547-a32b-238569ffda8a" }, { "type": "route", "uuid": "96888ffe-7411-4814-a4fd-eb2cd8143291" }, { "type": "route", "uuid": "ae96d560-b5e1-4bff-9ded-60c612d61484" }, { "type": "route", "uuid": "f8c7d7a5-4b39-4dd2-b872-4a260b86c264" }, { "type": "route", "uuid": "526e44a1-0625-4776-b5c3-8dae2610fdcf" }, { "type": "route", "uuid": "6947e5e9-084f-4e95-bec1-cef6b0746df2" }, { "type": "route", "uuid": "67758e2c-7f48-4684-9379-1ef8f705ec5c" }, { "type": "route", "uuid": "2de8ab10-7f8f-4a89-a858-ab1bfbe4267a" }, { "type": "route", "uuid": "cb5278d5-cede-4c84-8207-858eb836aeca" }, { "type": "route", "uuid": "03323cce-8036-428a-8839-0916ae345048" }, { "type": "route", "uuid": "620f0129-8fc9-41c2-a59f-9e97cefcc0b7" }, { "type": "route", "uuid": "2e148875-0b55-49e6-8be1-994b55df5b64" }, { "type": "route", "uuid": "a51175a1-09ce-4ce1-b38d-568a2f824de6" }, { "type": "route", "uuid": "fe2dbdab-15cb-4b15-bdba-e60fc2f9ee2e" }, { "type": "route", "uuid": "624cd02b-be0f-450e-88dc-4f1bda77702a" }, { "type": "route", "uuid": "ee56e0d2-c430-4ef4-aa3d-f86c3c57236d" }, { "type": "route", "uuid": "a89e3f3c-5511-4e80-865f-ba923ad1fd23" }, { "type": "route", "uuid": "04751c5f-9e13-4ee6-bd24-54917f8edfde" }, { "type": "route", "uuid": "d2410239-eb9c-4d85-abd1-a684b0754f93" }, { "type": "route", "uuid": "3e4a5107-2760-42d2-8fbb-f67846ee4bb2" }, { "type": "route", "uuid": "5cde1265-5ac3-4b84-9179-f2f13b6aa185" }, { "type": "route", "uuid": "ddd23f8d-b87e-4d68-9273-3ae617adb130" }, { "type": "route", "uuid": "70fa0018-75b6-45f8-812b-697025367472" }, { "type": "route", "uuid": "45f37a1f-7897-4726-8632-22a4c098c263" }, { "type": "route", "uuid": "8850d3a3-f26f-44e9-88db-e42cb53548da" }, { "type": "route", "uuid": "5e223594-fcd9-40e1-bcb3-6ebe8324462d" }, { "type": "route", "uuid": "56e09e65-62d3-4b78-ae80-dc42273f116f" }, { "type": "route", "uuid": "a6b152d5-e626-45c7-8e73-062e33f52aaa" }, { "type": "route", "uuid": "0d02e5b1-009c-48c5-97e0-37acfd2138fd" }, { "type": "route", "uuid": "1c9d06c6-cde0-4636-a903-ecb591d2611e" }, { "type": "route", "uuid": "8edea710-34f1-4afe-9899-45c45dcb207c" }, { "type": "route", "uuid": "12b655f7-81ff-4955-ba82-32dc7950c86e" }, { "type": "route", "uuid": "f7c68c5a-3ce6-48f8-9868-d7d48d9a992d" }, { "type": "route", "uuid": "b80c3326-4e8f-4338-a246-338e4c3cf39b" }, { "type": "route", "uuid": "909b7f23-e352-4500-9497-15c2878824b6" }, { "type": "route", "uuid": "4e766a0b-3bd4-466b-b188-a3593c7e7234" }, { "type": "route", "uuid": "7aa3d12b-21a7-4bc3-af9a-4b833177f5a1" }, { "type": "route", "uuid": "ec5cc443-f461-4e7d-9abb-9db658a55bf2" }, { "type": "route", "uuid": "394658f4-4a8a-4d02-844f-cc0c2df356d3" }, { "type": "route", "uuid": "82df4ec1-0d82-46e0-b735-1927748a822a" }, { "type": "route", "uuid": "7d23f044-90f2-40ca-b490-b2b8b79f4b87" }, { "type": "route", "uuid": "35db7cab-07c6-45de-b5fc-0644e4c3c773" }, { "type": "route", "uuid": "2237f26a-1102-4f92-a1b8-e0b5d03dd89f" }, { "type": "route", "uuid": "59c0f30d-6ce6-4b8c-9ea9-de8e401fd49c" }, { "type": "route", "uuid": "475f090e-962d-4896-bc89-dbcfdb5076f0" }, { "type": "route", "uuid": "1c311290-8f64-4ad3-bb19-915bfe4a509e" }, { "type": "route", "uuid": "91ee6975-28bc-47a8-a004-31a9c550c5e0" }, { "type": "route", "uuid": "d26a9181-c50a-4574-9a20-fc3e3cedccb4" }, { "type": "route", "uuid": "6a76ddfd-4007-4ac4-b7f8-2744a2614a8c" }, { "type": "route", "uuid": "11ab9094-7311-447b-a3b2-1cf25b1d06a6" }, { "type": "route", "uuid": "2b6e3fc0-795f-4438-b1e4-215e8f9bcb0f" }, { "type": "route", "uuid": "df5503c4-80cf-4933-9278-0b9af96f64f7" }, { "type": "route", "uuid": "a30a642d-41db-4e85-a7ff-6062266e0907" }, { "type": "route", "uuid": "052a1a44-020b-433a-bb0f-f5f90712067d" }, { "type": "route", "uuid": "6e6a9ad0-d56a-42f7-83bd-5fd513376898" }, { "type": "route", "uuid": "745bd92b-9594-45fd-b5d9-db79d165bfac" }, { "type": "route", "uuid": "7951a2ac-d7bc-49d1-8d1b-a7f363acb055" }, { "type": "route", "uuid": "b8ecc42d-29c3-4477-8553-ace8f2d6ea30" }, { "type": "route", "uuid": "0fff9d27-cfae-46a7-a4a6-e0e142f16775" }, { "type": "route", "uuid": "c5f0962e-cf0e-4638-81d3-34068fbf7abf" }, { "type": "route", "uuid": "6d266baa-0f51-4d7d-94ed-82ade6c239d8" }, { "type": "route", "uuid": "848ba153-ff1c-4a9f-9936-50a6f04619cc" }, { "type": "route", "uuid": "cae2730f-da97-4a0a-a832-19df0a646f0e" }, { "type": "route", "uuid": "64702482-7d4d-4f60-8373-6da73e9d2628" }, { "type": "route", "uuid": "6a110d06-4fcc-4dab-ac48-2da4071080e9" }, { "type": "route", "uuid": "eff40ad5-2481-4315-92d5-fd144db72c8f" }, { "type": "route", "uuid": "9f3fd65d-ae25-44d7-bc7f-2a27cc26342e" }, { "type": "route", "uuid": "25757464-591a-43d7-b0a3-57dc7c4d86af" }, { "type": "route", "uuid": "2c16f037-91aa-41ee-b8f8-41740fcdd911" }, { "type": "route", "uuid": "4002486d-f8a1-4d29-8991-6af2ca4d392f" }, { "type": "route", "uuid": "d371913b-4732-4489-8b5c-5dcae5c2e1a5" }, { "type": "route", "uuid": "0db81686-adbc-43bc-b2c1-538020d0ca78" }, { "type": "route", "uuid": "b9a3f447-72c7-4c20-b6e0-ce21eb04b8ca" }, { "type": "route", "uuid": "be2cf14a-c4cc-4d78-a984-0a7f41ce446f" }, { "type": "route", "uuid": "13643245-d056-4f1e-89aa-0464f23010f4" }, { "type": "route", "uuid": "a18bab97-a395-4522-b284-1efe323b99e2" }, { "type": "route", "uuid": "9282206a-aa9c-4a6a-b01b-604ac13a4797" }, { "type": "route", "uuid": "56352593-08f5-446b-8255-a11f8d656b24" }, { "type": "route", "uuid": "253efb2d-2b60-4e76-9819-1aef2c452896" }, { "type": "route", "uuid": "37321915-2945-42cb-bbd7-61dc88283722" }, { "type": "route", "uuid": "61708a75-256d-4573-9db8-1bf61bef822b" }, { "type": "route", "uuid": "ab7210e9-4bda-4662-850b-3f4fee0f11e5" }, { "type": "route", "uuid": "7f054eae-bd35-4434-9d6f-dc926f3d6e85" }, { "type": "route", "uuid": "cb5da6bb-0094-47f7-bdc6-48561afe986c" }, { "type": "route", "uuid": "b0f9ff94-1699-45b4-a399-6769a78814d4" }, { "type": "route", "uuid": "c403a89c-c28f-4095-a663-85f9ab135684" }, { "type": "route", "uuid": "6295bb80-47e1-4790-a2ee-723b6eda3aac" }, { "type": "route", "uuid": "44ddae06-fc2f-4cc6-82f6-4fe4491cd856" }, { "type": "route", "uuid": "dcce2ff9-72b0-461c-a89c-3f6b5af93af4" }, { "type": "route", "uuid": "ce8d741c-3119-4cef-b34f-36bcdf1bbb48" }, { "type": "route", "uuid": "f545b4be-f963-4dc6-a2f1-d9f4b2cdbfeb" }, { "type": "route", "uuid": "449d5e0b-6d8e-4656-8f70-0837cc230df7" }, { "type": "route", "uuid": "16bb33b2-4331-4127-8d2a-dde6b0e15e68" }, { "type": "route", "uuid": "2a91445b-4b2c-485a-8460-505d66af0d05" }, { "type": "route", "uuid": "d29d3600-bd91-4042-ae98-a311853ee7e3" }, { "type": "route", "uuid": "7177b0d6-c627-4237-9cd4-b35db57e5d57" }, { "type": "route", "uuid": "1865dc9e-5090-44ad-841d-34b0fcc05ff5" }, { "type": "route", "uuid": "c7780786-40de-4619-ae8b-880f96f97cdc" }, { "type": "route", "uuid": "59064d32-5454-4b2e-8baa-401aed3a2163" }, { "type": "route", "uuid": "8bab42c0-3a97-423c-83dc-ffbff44d743d" }, { "type": "route", "uuid": "b1a28079-f4f7-4532-bfc4-cf97d99d1614" }, { "type": "route", "uuid": "9c5f6893-9352-49c0-b881-961a9ed70c9c" }, { "type": "route", "uuid": "9d48d2f3-71bf-491c-be27-7cea5de5b4fb" }, { "type": "route", "uuid": "68c41c9d-93cc-4aef-9bf6-f076398a6281" }, { "type": "route", "uuid": "09b95b0d-a510-4d9c-9148-1bafb9b92352" }, { "type": "route", "uuid": "f75710e1-a6b7-4403-95b8-98068e3be56f" }, { "type": "route", "uuid": "5c9445bd-c8ca-4cf7-942d-c388f71a909b" }, { "type": "route", "uuid": "2f475ddb-0bdf-4d9f-a59f-acb49bd6f1dd" }, { "type": "route", "uuid": "90a49f27-90d7-4c01-94bd-ba26a366b6ce" }, { "type": "route", "uuid": "bda52179-58b1-4ab6-95ba-bd879174d12f" }, { "type": "route", "uuid": "f19ecf4c-05c8-4a3a-a643-8f0502901150" }, { "type": "route", "uuid": "0bf6720e-0ccc-4ece-b639-c16905609b52" }, { "type": "route", "uuid": "56fb772a-56d5-4c86-9dc3-56d60903547c" }, { "type": "route", "uuid": "7474ba93-e866-4e8b-a1c7-9d8030da9ffc" }, { "type": "route", "uuid": "d40fbd99-0d35-446a-b7d1-a4b02a0102d1" }, { "type": "route", "uuid": "9d017cc4-057b-4749-a484-8669086702eb" }, { "type": "route", "uuid": "968f74d7-5316-4fcb-9caa-6d224d308e71" }, { "type": "route", "uuid": "8c3965b8-dce0-415c-9da8-3a84db248da6" }, { "type": "route", "uuid": "cd5488af-3d08-4351-8f36-b7e1daf7feba" }, { "type": "route", "uuid": "edc9fa29-6698-4e10-b97a-437f5a6aba71" }, { "type": "route", "uuid": "d2d13b72-466a-4946-b1d2-214ea1d1532c" }, { "type": "route", "uuid": "82000ba8-4328-4735-962b-1e293e313af8" }, { "type": "route", "uuid": "0deb3d83-d19b-439f-9057-5c04ce6d74b6" }, { "type": "route", "uuid": "dc51ce9f-6832-46ad-827d-f13496d0d942" }, { "type": "route", "uuid": "fb019c88-ce33-4a85-92ac-95f36ae4c8a5" }, { "type": "route", "uuid": "4020ef30-85ea-48ea-876f-a217b07e5eea" }, { "type": "route", "uuid": "40d0c4e4-5c38-4c14-8dc8-974457cad3d7" }, { "type": "route", "uuid": "3b226358-6ba2-41fc-b552-81cb641fa4dd" }, { "type": "route", "uuid": "0fc0bd4a-4f55-4a3a-960c-1eb4b2348f15" }, { "type": "route", "uuid": "cf1844da-d01b-4f44-a1f2-701427bff3cc" }, { "type": "route", "uuid": "7bc57597-f11e-4487-bde5-70e6d6878d28" }, { "type": "route", "uuid": "1f314b9d-3b71-427f-b0b3-312673fd98e6" }, { "type": "route", "uuid": "e56e070b-2b66-4f48-acc1-e0d4de7bd336" }, { "type": "route", "uuid": "84b7c616-9ed7-4545-9209-70d384b8e7ef" }, { "type": "route", "uuid": "f9750fdb-c159-40f3-925a-5e95deca6047" }, { "type": "route", "uuid": "45edb0fe-b5d2-47d1-903b-77e12d3a919e" }, { "type": "route", "uuid": "fbc3a212-bb6e-4b11-8a6e-2d04dfa79e6b" }, { "type": "route", "uuid": "3d0f8235-fc7c-453c-aab4-63adae4f7d61" }, { "type": "route", "uuid": "9b247344-fd90-442c-8063-a1f6d70a69dd" }, { "type": "route", "uuid": "e250c2f6-e2d7-4e72-897f-1296db60629f" }, { "type": "route", "uuid": "6700fe05-de84-4cb8-8d58-1703fd36e0cb" }, { "type": "route", "uuid": "b8d48b05-83b2-4d4a-8151-06767c51efa7" }, { "type": "route", "uuid": "4dece0cc-f9de-46e8-a6b2-2a2b550951ab" }, { "type": "route", "uuid": "cb8bf074-794d-4806-b7ee-221f3efac67c" }, { "type": "route", "uuid": "613363f4-2309-4dff-9b8f-da9e1fc877d0" }, { "type": "route", "uuid": "8d5828d1-508b-488f-8fe5-f6d921cff0de" }, { "type": "route", "uuid": "b7fa4329-5222-4a28-b74a-1b63cf6f203d" }, { "type": "route", "uuid": "51317ea5-2be8-41d2-bde4-bba94a17baea" }, { "type": "route", "uuid": "7c1281cf-f8c4-485a-98d0-1bd50e46a70c" }, { "type": "route", "uuid": "4267ab83-8abc-44b2-9037-80b49ebe83d1" }, { "type": "route", "uuid": "59666264-addf-4da3-a823-aa55cf926b7d" }, { "type": "route", "uuid": "510dc761-d110-48cb-bbec-2081f630d68e" }, { "type": "route", "uuid": "baa9fe90-26f5-4183-ae19-7c3f4c65ddf7" }, { "type": "route", "uuid": "63efd1ea-4e8f-43ea-9ab9-7d6854711a35" }, { "type": "route", "uuid": "3cecda1e-4117-4531-9a7f-4ec27fff7014" }, { "type": "route", "uuid": "27556aff-cace-4f03-a2fd-b06eabf31910" }, { "type": "route", "uuid": "a2312b56-bb39-4a55-8243-375c8f24da20" }, { "type": "route", "uuid": "a026e59a-30ba-46d3-a64f-fec06f940d72" }, { "type": "route", "uuid": "7fe1ff47-5dcb-4741-aecf-53e70c039ae1" }, { "type": "route", "uuid": "bc48d1ee-c282-48ff-97ea-0b6fead4030e" }, { "type": "route", "uuid": "83fdc4e1-228e-48be-bb58-a9229ee39389" }, { "type": "route", "uuid": "7bc37bab-4875-4902-9da3-66cc038263ce" }, { "type": "route", "uuid": "cabee0ee-2f98-4852-983a-85904adab40a" }, { "type": "route", "uuid": "78a9283b-8254-4b82-92ce-d4fa96e566f1" }, { "type": "route", "uuid": "72240e75-df18-43c8-a170-71c2629eb397" }, { "type": "route", "uuid": "f56ca1a9-1ff9-4daf-963d-62e8fe942197" }, { "type": "route", "uuid": "c90dc7ca-9841-46cd-b49c-0d97a2bb911e" }, { "type": "route", "uuid": "af040e1f-7503-4188-82e1-44c94e9ac969" }, { "type": "route", "uuid": "b0c667d4-3ac4-49f3-b153-ff6698c2b963" }, { "type": "route", "uuid": "0d759b9d-3985-43f5-97be-c9b78b160a05" }, { "type": "route", "uuid": "e6e2a420-5ccc-4830-98d3-c577505d3780" }, { "type": "route", "uuid": "917564c3-69ae-4553-b73a-2fd0343fbf9d" }, { "type": "route", "uuid": "d46d5e73-5d42-4a74-817c-641528fa3630" }, { "type": "route", "uuid": "12f85b9b-5dd1-47c8-ae8b-12f271149438" }, { "type": "route", "uuid": "0fe6de8d-60b4-4564-8869-48d1ca29fe61" }, { "type": "route", "uuid": "c6828749-ee01-42b6-bd2e-e9f35d2949d1" }, { "type": "route", "uuid": "23910b8a-4cc3-4272-b92e-f3eb8da2dbe4" }, { "type": "route", "uuid": "52cf4941-7bfc-4883-82ad-4853dc4e307f" }, { "type": "route", "uuid": "eaa5c540-55cc-4856-9338-e7c5a2623c21" }, { "type": "route", "uuid": "45ac4f00-14f3-4e74-9307-9fc2cc9e4d79" }, { "type": "route", "uuid": "1b60e1f6-b438-4ecb-8afd-ff696e11ac5c" }, { "type": "route", "uuid": "d6f7ca37-5b25-4da9-9578-14de6e465d4a" }, { "type": "route", "uuid": "188a43d4-76ca-4987-9b45-9db6b7c6d7fb" }, { "type": "route", "uuid": "c6418b97-4dc1-4243-a573-6d84abf388d7" }, { "type": "route", "uuid": "0f7157af-2ccf-4570-9f33-e610b824c466" }, { "type": "route", "uuid": "07a4af8d-3bda-4a55-9d7a-712822699101" }, { "type": "route", "uuid": "4773b4cd-de00-4d3e-bc0e-a37a200c0f53" }, { "type": "route", "uuid": "42632922-8018-4288-a25d-02cbe7bc4d9f" }, { "type": "route", "uuid": "9d9a1280-9a60-4209-b459-31519967192f" }, { "type": "route", "uuid": "bae974da-523a-4e5c-b831-e5216dcf3d04" }, { "type": "route", "uuid": "1a3ed2cb-0f41-486e-9b1d-ed4fe220e580" }, { "type": "route", "uuid": "fea770d6-86d1-4907-9d8f-8b33c05d3d3b" }, { "type": "route", "uuid": "f292a6c7-389c-4a4e-aaf3-a4c48e4a88cf" }, { "type": "route", "uuid": "1de1679e-3ccc-4669-9b2c-754fd292e2b1" }, { "type": "route", "uuid": "a08d7dda-f79c-44a6-bc78-f5ce5842fda6" }, { "type": "route", "uuid": "57c1ec62-c8a4-41fa-831d-c66252cb83ec" }, { "type": "route", "uuid": "f67a6525-c799-4ee2-9bd0-5391fec3bdba" }, { "type": "route", "uuid": "1008d17f-90c6-4f78-a14a-e33eed82118d" }, { "type": "route", "uuid": "3d147b42-a2fe-4049-977f-8d3ee47e7d9a" }, { "type": "route", "uuid": "9eeca0b6-375e-44af-9940-89f8aca991ea" }, { "type": "route", "uuid": "1ca0a9ce-17be-40d6-a383-5c264d7dbb9b" }, { "type": "route", "uuid": "2b664abc-dfb0-4ef7-a864-91f0a7572a2d" }, { "type": "route", "uuid": "ea3b8cf2-4cd2-40fa-866e-a5de7463d744" }, { "type": "route", "uuid": "bc8cd0d7-e85f-4861-a793-411f14ca09e2" }, { "type": "route", "uuid": "ebc77577-2dc8-49cc-ad5c-a6d08e6e0984" }, { "type": "route", "uuid": "1f8445ed-4df0-4a15-8425-0e8f7a19d009" }, { "type": "route", "uuid": "f195cdd9-2adb-4122-9fa4-0a6ff9a5a197" }, { "type": "route", "uuid": "a4f2795c-47df-4411-88ec-b9528b9e60db" }, { "type": "route", "uuid": "87e4d342-8706-47c6-b778-cd0e4f0dc8f3" }, { "type": "route", "uuid": "b7484732-5f62-4832-a2d3-0f17701052b7" }, { "type": "route", "uuid": "03d42bd4-608a-4d1f-9ce5-5c855e78f59f" }, { "type": "route", "uuid": "b68d1989-a865-4f9d-bad5-b5a3e5d49b4a" }, { "type": "route", "uuid": "c08f4e35-0031-4f65-8075-8264a908daff" }, { "type": "route", "uuid": "d2bfd6ae-861f-4852-9e1a-aa8a1682952b" }, { "type": "route", "uuid": "0df80d6e-8587-4bc3-854b-d826402eadfe" }, { "type": "route", "uuid": "47d22e81-98d6-47b4-a5fe-6b563b043951" }, { "type": "route", "uuid": "2990151c-5fe9-4c13-bd8a-8833f3d87da8" }, { "type": "route", "uuid": "09b711e5-b158-4f20-a331-abb9e0c95ab2" }, { "type": "route", "uuid": "08cef199-03da-45f4-aa38-ba911065a48c" }, { "type": "route", "uuid": "dd92c281-eb60-4460-8632-90ed80e23a2a" }, { "type": "route", "uuid": "67a87496-c1b4-4428-8a91-d3e2d331a2af" }, { "type": "route", "uuid": "e29f1d7d-f0c9-4959-ad90-bc44edda5f3f" }, { "type": "route", "uuid": "4c4cdd8b-c788-42b1-a9af-7a6fbda99425" }, { "type": "route", "uuid": "3ef44835-3485-4e09-a745-7fc47bff9792" }, { "type": "route", "uuid": "7f8aa4fc-1167-4232-919e-7f480d5f50ab" }, { "type": "route", "uuid": "bec4872e-4d01-4ea4-872c-75ad0395c4a6" }, { "type": "route", "uuid": "d398e93d-d107-4daf-9e4b-ca39464410af" }, { "type": "route", "uuid": "2a994945-61a1-4c0c-8153-7d7ca8d346a8" }, { "type": "route", "uuid": "bb9631a1-7a62-4bb9-8a3d-e1b2a5288f46" }, { "type": "route", "uuid": "9edbcbc6-7307-4b73-9408-973656b9276a" }, { "type": "route", "uuid": "a16e07f9-d898-4e79-bcbb-4c03dc2e1ef1" }, { "type": "route", "uuid": "f893bc90-64a0-405a-a454-ccc4b8c03ecb" }, { "type": "route", "uuid": "bcc6d6d9-58c4-4f76-8f26-dcd94db2e45e" }, { "type": "route", "uuid": "63e529f1-9b32-47c6-91e3-c78f8160a680" }, { "type": "route", "uuid": "599b80b6-5b89-4d54-a1d0-436c3206e74d" }, { "type": "route", "uuid": "3c20b0da-3c61-4027-8a16-524d7377dbda" }, { "type": "route", "uuid": "309ba684-84c4-4b44-8729-7b4dc1ddbbed" }, { "type": "route", "uuid": "2f842e01-3a6d-47e2-81a7-dc2866ffedbb" }, { "type": "route", "uuid": "8fc9974c-b110-4a4b-ac0b-f74ba8c54c82" }, { "type": "route", "uuid": "815e3ee3-5923-4911-a1ad-32503753f9ec" }, { "type": "route", "uuid": "110c93ff-abad-4cc1-95b2-9de97fea2a10" }, { "type": "route", "uuid": "d99c80b6-0d76-4b53-adcd-92fe54c7780a" }, { "type": "route", "uuid": "af31b34c-2eed-4049-b529-a1ad65936521" }, { "type": "route", "uuid": "9b6a345d-3ef4-4df2-a72b-88bdb2220348" }, { "type": "route", "uuid": "ba2e94af-acf1-4f54-b19a-cabec86d1316" }, { "type": "route", "uuid": "9f9cf7d5-0f8b-4548-90ba-e5e3bf9d4d1c" }, { "type": "route", "uuid": "a1779f91-4f41-4bf6-b002-71f425f7c8a0" }, { "type": "route", "uuid": "6d0b6901-e22d-4e9f-9e66-a9bf47ee75c8" }, { "type": "route", "uuid": "148dc395-3188-405e-951a-396fa0601a46" }, { "type": "route", "uuid": "5eca4988-ddc4-4204-b44a-188f619348b8" }, { "type": "route", "uuid": "520357ea-77b2-4d56-87c9-c801ffb4c846" }, { "type": "route", "uuid": "5ea8fee2-8097-4f95-973b-8f114451bc10" }, { "type": "route", "uuid": "02861df8-feae-48b9-94d9-acbad68ae478" }, { "type": "route", "uuid": "87999a7a-0e3c-4fd2-9dc0-3b6934d16dc7" }, { "type": "route", "uuid": "d4aeff5e-0f9a-4e0c-a42d-e85cef353c88" }, { "type": "route", "uuid": "86fef2ae-1508-49e8-abf6-a9704f1537d3" }, { "type": "route", "uuid": "3a35ca5a-b47c-4aee-90a3-d148a5ef4429" }, { "type": "route", "uuid": "b67c1414-1329-4249-a05f-8f5834225e4c" }, { "type": "route", "uuid": "f49c0e96-7380-4f79-baec-7e1352c5995b" }, { "type": "route", "uuid": "01b29c17-65ab-46d1-839c-56d89067ce35" }, { "type": "route", "uuid": "f8227240-1d3b-417a-a64a-18aa17582905" }, { "type": "route", "uuid": "c4007a34-ed88-48b1-a5e7-8544d2e0dd13" }, { "type": "route", "uuid": "2a5845ab-ad51-4147-bc25-5934e4c8990f" }, { "type": "route", "uuid": "2d80b3ff-4032-4d2a-9c7a-3a309a131b58" }, { "type": "route", "uuid": "f0be6b79-56f7-4474-8b84-fee04b6fc39f" }, { "type": "route", "uuid": "ca6b05ae-dae8-4047-a3f1-4ef4da672ef2" }, { "type": "route", "uuid": "85e4c7cc-5942-413c-9574-795be4e7f037" }, { "type": "route", "uuid": "528decc6-05c4-4d90-a4c1-27571211c9c1" }, { "type": "route", "uuid": "c32f3986-ee96-4c97-b266-d9ddd4368683" }, { "type": "route", "uuid": "ee4f58ce-60a8-48ba-9573-a80197fc7f87" }, { "type": "route", "uuid": "a230f8c5-fdcb-4ec8-8c1e-cf5b9b13a904" }, { "type": "route", "uuid": "bd380771-7d6c-4c6d-a1e9-5ffa96789fb7" }, { "type": "route", "uuid": "7fe33d8f-f585-40b1-b784-5750a4dc51e0" }, { "type": "route", "uuid": "d2328037-f2cb-4e32-b5cf-bac79f7228b8" }, { "type": "route", "uuid": "daecde29-8a3e-4bd0-8880-937ed7212699" }, { "type": "route", "uuid": "4c7a8976-45c9-4117-a05e-06c69082eb0b" }, { "type": "route", "uuid": "23e2c195-a5ec-42be-bd45-06041ff00022" }, { "type": "route", "uuid": "aa3eeddb-cad6-4fa3-8768-5d632a3302df" } ] }