{ "uuid": "12328ea1-184c-4908-8eeb-bae84e3d90c8", "lastMigration": 29, "name": "Bare Metal Solution API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "dca69ed9-a4cc-4023-b74c-17b15940399f", "documentation": "Detach LUN from Instance.", "method": "post", "endpoint": "v2/:instance:detachLun", "responses": [ { "uuid": "3a4f93a8-5c8c-4eb6-9c00-bae1b257ee61", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4be7b38-4b73-4e22-ba4d-11ba42555bd2", "documentation": "Get instance provisioning settings for a given project. This is hidden method used by UI only.", "method": "get", "endpoint": "v2/:location/instanceProvisioningSettings:fetch", "responses": [ { "uuid": "dca208f8-cf43-4ad7-b7dc-6031e94eb376", "body": "{\n \"images\": [\n {\n \"applicableInstanceTypes\": [\n \"\"\n ],\n \"code\": \"\",\n \"description\": \"\",\n \"name\": \"\",\n \"supportedNetworkTemplates\": [\n {\n \"applicableInstanceTypes\": [\n \"\"\n ],\n \"logicalInterfaces\": [\n {\n \"name\": \"\",\n \"required\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'INTERFACE_TYPE_UNSPECIFIED' 'BOND' 'NIC')}}\"\n }\n ],\n \"name\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5b144dab-0b6b-4866-97a2-c57308af082e", "documentation": "List all Networks (and used IPs for each Network) in the vendor account associated with the specified project.", "method": "get", "endpoint": "v2/:location/networks:listNetworkUsage", "responses": [ { "uuid": "c9ab8ca2-bdfc-412b-ae59-77f9ff214a56", "body": "{\n \"networks\": [\n {\n \"network\": {\n \"cidr\": \"\",\n \"gatewayIp\": \"\",\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"jumboFramesEnabled\": {{faker 'datatype.boolean'}},\n \"labels\": {},\n \"macAddress\": [\n \"\"\n ],\n \"mountPoints\": [\n {\n \"defaultGateway\": {{faker 'datatype.boolean'}},\n \"instance\": \"\",\n \"ipAddress\": \"\",\n \"logicalInterface\": \"\"\n }\n ],\n \"name\": \"\",\n \"pod\": \"\",\n \"reservations\": [\n {\n \"endAddress\": \"\",\n \"note\": \"\",\n \"startAddress\": \"\"\n }\n ],\n \"servicesCidr\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'PROVISIONED' 'DEPROVISIONING' 'UPDATING')}}\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\",\n \"vlanId\": \"\",\n \"vrf\": {\n \"name\": \"\",\n \"qosPolicy\": {\n \"bandwidthGbps\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'PROVISIONED')}}\",\n \"vlanAttachments\": [\n {\n \"id\": \"\",\n \"pairingKey\": \"\",\n \"peerIp\": \"\",\n \"peerVlanId\": \"\",\n \"qosPolicy\": {\n \"bandwidthGbps\": {{faker 'number.float'}}\n },\n \"routerIp\": \"\"\n }\n ]\n }\n },\n \"usedIps\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a8200f0a-3958-414a-90a6-0641b96b53d4", "documentation": "Deletes a volume snapshot. Returns INVALID_ARGUMENT if called for a non-boot volume.", "method": "delete", "endpoint": "v2/:name", "responses": [ { "uuid": "fab4c785-9440-43e6-8c5a-ed9ceda1441f", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0901f47a-2260-4d13-84aa-d03eed5cd2e7", "documentation": "Returns the specified snapshot resource. Returns INVALID_ARGUMENT if called for a non-boot volume.", "method": "get", "endpoint": "v2/:name", "responses": [ { "uuid": "2eaa6192-0d00-4d15-a8ab-b6e0a3694e3f", "body": "{\n \"createTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"storageVolume\": \"\",\n \"type\": \"{{oneOf (array 'SNAPSHOT_TYPE_UNSPECIFIED' 'AD_HOC' 'SCHEDULED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "60aa115c-510d-491d-9683-979f5f09252f", "documentation": "Update details of a single storage volume.", "method": "patch", "endpoint": "v2/:name", "responses": [ { "uuid": "043bda8d-31d0-439e-9a8c-11b80f4fd780", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fd70d7ea-fe98-4c3f-92a3-30f27c384a4a", "documentation": "Lists information about the supported locations for this service.", "method": "get", "endpoint": "v2/:name/locations", "responses": [ { "uuid": "5011a5c0-0209-4941-9c0a-dbf9442c1ddc", "body": "{\n \"locations\": [\n {\n \"displayName\": \"\",\n \"labels\": {},\n \"locationId\": \"\",\n \"metadata\": {},\n \"name\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ecb60bf-bbf7-4edc-9b69-616a98ba08cc", "documentation": "Disable the interactive serial console feature on an instance.", "method": "post", "endpoint": "v2/:name:disableInteractiveSerialConsole", "responses": [ { "uuid": "ae7551ac-e7c5-4645-8d9c-b8bc3bc43416", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a689712c-9f93-441a-89c3-9e83d79868bd", "documentation": "Enable the interactive serial console feature on an instance.", "method": "post", "endpoint": "v2/:name:enableInteractiveSerialConsole", "responses": [ { "uuid": "68974847-3dea-40a0-9133-c4fe7caf3786", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "367564a9-8948-4d51-8066-826fc5b77d59", "documentation": "Perform an ungraceful, hard reset on a server. Equivalent to shutting the power off and then turning it back on.", "method": "post", "endpoint": "v2/:name:reset", "responses": [ { "uuid": "2c93d9e6-9372-4790-886a-316d55de2156", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d5e408d-de29-4300-8c12-ca12afa5aa99", "documentation": "Starts a server that was shutdown.", "method": "post", "endpoint": "v2/:name:start", "responses": [ { "uuid": "de254e15-e2c1-408e-b093-877cf6f1d82f", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d15ddb2c-e3db-4725-9f69-29042d29563a", "documentation": "Stop a running server.", "method": "post", "endpoint": "v2/:name:stop", "responses": [ { "uuid": "7fc25592-3930-4d04-be6d-dd534ef0d5c6", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "787d411f-43d3-4484-bc39-2583a03bcd1d", "documentation": "List servers in a given project and location.", "method": "get", "endpoint": "v2/:parent/instances", "responses": [ { "uuid": "06b48cfe-4a5e-4a46-a309-05768024bb57", "body": "{\n \"instances\": [\n {\n \"createTime\": \"\",\n \"hyperthreadingEnabled\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"interactiveSerialConsoleEnabled\": {{faker 'datatype.boolean'}},\n \"labels\": {},\n \"logicalInterfaces\": [\n {\n \"interfaceIndex\": {{faker 'number.int' max=99999}},\n \"logicalNetworkInterfaces\": [\n {\n \"defaultGateway\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"network\": \"\",\n \"networkType\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"loginInfo\": \"\",\n \"luns\": [\n {\n \"bootLun\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"multiprotocolType\": \"{{oneOf (array 'MULTIPROTOCOL_TYPE_UNSPECIFIED' 'LINUX')}}\",\n \"name\": \"\",\n \"shareable\": {{faker 'datatype.boolean'}},\n \"sizeGb\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'CREATING' 'UPDATING' 'READY' 'DELETING')}}\",\n \"storageType\": \"{{oneOf (array 'STORAGE_TYPE_UNSPECIFIED' 'SSD' 'HDD')}}\",\n \"storageVolume\": \"\",\n \"wwid\": \"\"\n }\n ],\n \"machineType\": \"\",\n \"name\": \"\",\n \"networkTemplate\": \"\",\n \"networks\": [\n {\n \"cidr\": \"\",\n \"gatewayIp\": \"\",\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"jumboFramesEnabled\": {{faker 'datatype.boolean'}},\n \"labels\": {},\n \"macAddress\": [\n \"\"\n ],\n \"mountPoints\": [\n {\n \"defaultGateway\": {{faker 'datatype.boolean'}},\n \"instance\": \"\",\n \"ipAddress\": \"\",\n \"logicalInterface\": \"\"\n }\n ],\n \"name\": \"\",\n \"pod\": \"\",\n \"reservations\": [\n {\n \"endAddress\": \"\",\n \"note\": \"\",\n \"startAddress\": \"\"\n }\n ],\n \"servicesCidr\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'PROVISIONED' 'DEPROVISIONING' 'UPDATING')}}\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\",\n \"vlanId\": \"\",\n \"vrf\": {\n \"name\": \"\",\n \"qosPolicy\": {\n \"bandwidthGbps\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'PROVISIONED')}}\",\n \"vlanAttachments\": [\n {\n \"id\": \"\",\n \"pairingKey\": \"\",\n \"peerIp\": \"\",\n \"peerVlanId\": \"\",\n \"qosPolicy\": {\n \"bandwidthGbps\": {{faker 'number.float'}}\n },\n \"routerIp\": \"\"\n }\n ]\n }\n }\n ],\n \"osImage\": \"\",\n \"pod\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'RUNNING' 'DELETED' 'UPDATING' 'STARTING' 'STOPPING' 'SHUTDOWN')}}\",\n \"updateTime\": \"\",\n \"volumes\": [\n {\n \"autoGrownSizeGib\": \"\",\n \"bootVolume\": {{faker 'datatype.boolean'}},\n \"currentSizeGib\": \"\",\n \"emergencySizeGib\": \"\",\n \"id\": \"\",\n \"labels\": {},\n \"maxSizeGib\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"originallyRequestedSizeGib\": \"\",\n \"performanceTier\": \"{{oneOf (array 'VOLUME_PERFORMANCE_TIER_UNSPECIFIED' 'VOLUME_PERFORMANCE_TIER_SHARED' 'VOLUME_PERFORMANCE_TIER_ASSIGNED' 'VOLUME_PERFORMANCE_TIER_HT')}}\",\n \"pod\": \"\",\n \"protocol\": \"{{oneOf (array 'PROTOCOL_UNSPECIFIED' 'FIBRE_CHANNEL' 'NFS')}}\",\n \"remainingSpaceGib\": \"\",\n \"requestedSizeGib\": \"\",\n \"snapshotAutoDeleteBehavior\": \"{{oneOf (array 'SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED' 'DISABLED' 'OLDEST_FIRST' 'NEWEST_FIRST')}}\",\n \"snapshotEnabled\": {{faker 'datatype.boolean'}},\n \"snapshotReservationDetail\": {\n \"reservedSpaceGib\": \"\",\n \"reservedSpacePercent\": {{faker 'number.int' max=99999}},\n \"reservedSpaceRemainingGib\": \"\",\n \"reservedSpaceUsedPercent\": {{faker 'number.int' max=99999}}\n },\n \"snapshotSchedulePolicy\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'CREATING' 'READY' 'DELETING' 'UPDATING')}}\",\n \"storageType\": \"{{oneOf (array 'STORAGE_TYPE_UNSPECIFIED' 'SSD' 'HDD')}}\"\n }\n ]\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "771105c6-e20a-492b-a347-3d3a15661b9f", "documentation": "Create an Instance.", "method": "post", "endpoint": "v2/:parent/instances", "responses": [ { "uuid": "23d7e51f-46d1-40bd-b5b1-8de0f17a769a", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee2ba859-9767-4c1f-805b-7db401250347", "documentation": "List storage volume luns for given storage volume.", "method": "get", "endpoint": "v2/:parent/luns", "responses": [ { "uuid": "aca9239c-d499-4ed0-827c-21de571f2b46", "body": "{\n \"luns\": [\n {\n \"bootLun\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"multiprotocolType\": \"{{oneOf (array 'MULTIPROTOCOL_TYPE_UNSPECIFIED' 'LINUX')}}\",\n \"name\": \"\",\n \"shareable\": {{faker 'datatype.boolean'}},\n \"sizeGb\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'CREATING' 'UPDATING' 'READY' 'DELETING')}}\",\n \"storageType\": \"{{oneOf (array 'STORAGE_TYPE_UNSPECIFIED' 'SSD' 'HDD')}}\",\n \"storageVolume\": \"\",\n \"wwid\": \"\"\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a47f84a7-57ce-4b1c-aca0-444c92f1a1be", "documentation": "List network in a given project and location.", "method": "get", "endpoint": "v2/:parent/networks", "responses": [ { "uuid": "ae51e626-0681-4158-999f-3e5e78525630", "body": "{\n \"networks\": [\n {\n \"cidr\": \"\",\n \"gatewayIp\": \"\",\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"jumboFramesEnabled\": {{faker 'datatype.boolean'}},\n \"labels\": {},\n \"macAddress\": [\n \"\"\n ],\n \"mountPoints\": [\n {\n \"defaultGateway\": {{faker 'datatype.boolean'}},\n \"instance\": \"\",\n \"ipAddress\": \"\",\n \"logicalInterface\": \"\"\n }\n ],\n \"name\": \"\",\n \"pod\": \"\",\n \"reservations\": [\n {\n \"endAddress\": \"\",\n \"note\": \"\",\n \"startAddress\": \"\"\n }\n ],\n \"servicesCidr\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'PROVISIONED' 'DEPROVISIONING' 'UPDATING')}}\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\",\n \"vlanId\": \"\",\n \"vrf\": {\n \"name\": \"\",\n \"qosPolicy\": {\n \"bandwidthGbps\": {{faker 'number.float'}}\n },\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONING' 'PROVISIONED')}}\",\n \"vlanAttachments\": [\n {\n \"id\": \"\",\n \"pairingKey\": \"\",\n \"peerIp\": \"\",\n \"peerVlanId\": \"\",\n \"qosPolicy\": {\n \"bandwidthGbps\": {{faker 'number.float'}}\n },\n \"routerIp\": \"\"\n }\n ]\n }\n }\n ],\n \"nextPageToken\": \"\",\n \"unreachable\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7ddc8e2e-680d-47cb-a2ee-0a1cd5d8d51d", "documentation": "List NFS shares.", "method": "get", "endpoint": "v2/:parent/nfsShares", "responses": [ { "uuid": "d3c4b3d8-91c2-4c00-875e-2b43e4f5b41a", "body": "{\n \"nextPageToken\": \"\",\n \"nfsShares\": [\n {\n \"allowedClients\": [\n {\n \"allowDev\": {{faker 'datatype.boolean'}},\n \"allowSuid\": {{faker 'datatype.boolean'}},\n \"allowedClientsCidr\": \"\",\n \"mountPermissions\": \"{{oneOf (array 'MOUNT_PERMISSIONS_UNSPECIFIED' 'READ' 'READ_WRITE')}}\",\n \"network\": \"\",\n \"nfsPath\": \"\",\n \"noRootSquash\": {{faker 'datatype.boolean'}},\n \"shareIp\": \"\"\n }\n ],\n \"id\": \"\",\n \"labels\": {},\n \"name\": \"\",\n \"nfsShareId\": \"\",\n \"requestedSizeGib\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'PROVISIONED' 'CREATING' 'UPDATING' 'DELETING')}}\",\n \"storageType\": \"{{oneOf (array 'STORAGE_TYPE_UNSPECIFIED' 'SSD' 'HDD')}}\",\n \"volume\": \"\"\n }\n ],\n \"unreachable\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85de07ce-7686-4e38-95b7-40cf7e04e5b5", "documentation": "Create an NFS share.", "method": "post", "endpoint": "v2/:parent/nfsShares", "responses": [ { "uuid": "6f582366-3be3-48c4-a96e-cc0d52798306", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c2d748c-f16c-4b0a-bb11-8c5a12b3d7fd", "documentation": "Create new ProvisioningConfig.", "method": "post", "endpoint": "v2/:parent/provisioningConfigs", "responses": [ { "uuid": "aed10e92-8232-40fe-ac18-5fd92aa90281", "body": "{\n \"cloudConsoleUri\": \"\",\n \"customId\": \"\",\n \"email\": \"\",\n \"handoverServiceAccount\": \"\",\n \"instances\": [\n {\n \"accountNetworksEnabled\": {{faker 'datatype.boolean'}},\n \"clientNetwork\": {\n \"address\": \"\",\n \"existingNetworkId\": \"\",\n \"networkId\": \"\"\n },\n \"hyperthreading\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"instanceType\": \"\",\n \"logicalInterfaces\": [\n {\n \"interfaceIndex\": {{faker 'number.int' max=99999}},\n \"logicalNetworkInterfaces\": [\n {\n \"defaultGateway\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"network\": \"\",\n \"networkType\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"name\": \"\",\n \"networkConfig\": \"{{oneOf (array 'NETWORKCONFIG_UNSPECIFIED' 'SINGLE_VLAN' 'MULTI_VLAN')}}\",\n \"networkTemplate\": \"\",\n \"osImage\": \"\",\n \"privateNetwork\": {\n \"address\": \"\",\n \"existingNetworkId\": \"\",\n \"networkId\": \"\"\n },\n \"userNote\": \"\"\n }\n ],\n \"location\": \"\",\n \"name\": \"\",\n \"networks\": [\n {\n \"bandwidth\": \"{{oneOf (array 'BANDWIDTH_UNSPECIFIED' 'BW_1_GBPS' 'BW_2_GBPS' 'BW_5_GBPS' 'BW_10_GBPS')}}\",\n \"cidr\": \"\",\n \"gcpService\": \"\",\n \"id\": \"\",\n \"jumboFramesEnabled\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"serviceCidr\": \"{{oneOf (array 'SERVICE_CIDR_UNSPECIFIED' 'DISABLED' 'HIGH_26' 'HIGH_27' 'HIGH_28')}}\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\",\n \"userNote\": \"\",\n \"vlanAttachments\": [\n {\n \"id\": \"\",\n \"pairingKey\": \"\"\n }\n ],\n \"vlanSameProject\": {{faker 'datatype.boolean'}}\n }\n ],\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'DRAFT' 'SUBMITTED' 'PROVISIONING' 'PROVISIONED' 'VALIDATED' 'CANCELLED' 'FAILED')}}\",\n \"statusMessage\": \"\",\n \"ticketId\": \"\",\n \"updateTime\": \"\",\n \"volumes\": [\n {\n \"gcpService\": \"\",\n \"id\": \"\",\n \"lunRanges\": [\n {\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sizeGb\": {{faker 'number.int' max=99999}}\n }\n ],\n \"machineIds\": [\n \"\"\n ],\n \"name\": \"\",\n \"nfsExports\": [\n {\n \"allowDev\": {{faker 'datatype.boolean'}},\n \"allowSuid\": {{faker 'datatype.boolean'}},\n \"cidr\": \"\",\n \"machineId\": \"\",\n \"networkId\": \"\",\n \"noRootSquash\": {{faker 'datatype.boolean'}},\n \"permissions\": \"{{oneOf (array 'PERMISSIONS_UNSPECIFIED' 'READ_ONLY' 'READ_WRITE')}}\"\n }\n ],\n \"performanceTier\": \"{{oneOf (array 'VOLUME_PERFORMANCE_TIER_UNSPECIFIED' 'VOLUME_PERFORMANCE_TIER_SHARED' 'VOLUME_PERFORMANCE_TIER_ASSIGNED' 'VOLUME_PERFORMANCE_TIER_HT')}}\",\n \"protocol\": \"{{oneOf (array 'PROTOCOL_UNSPECIFIED' 'PROTOCOL_FC' 'PROTOCOL_NFS')}}\",\n \"sizeGb\": {{faker 'number.int' max=99999}},\n \"snapshotsEnabled\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'FLASH' 'DISK')}}\",\n \"userNote\": \"\"\n }\n ],\n \"vpcScEnabled\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7c1b5420-25eb-4551-bcb4-735a153452a6", "documentation": "Submit a provisiong configuration for a given project.", "method": "post", "endpoint": "v2/:parent/provisioningConfigs:submit", "responses": [ { "uuid": "a30a6400-fe70-4c86-8987-d4fadbf208bc", "body": "{\n \"provisioningConfig\": {\n \"cloudConsoleUri\": \"\",\n \"customId\": \"\",\n \"email\": \"\",\n \"handoverServiceAccount\": \"\",\n \"instances\": [\n {\n \"accountNetworksEnabled\": {{faker 'datatype.boolean'}},\n \"clientNetwork\": {\n \"address\": \"\",\n \"existingNetworkId\": \"\",\n \"networkId\": \"\"\n },\n \"hyperthreading\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"instanceType\": \"\",\n \"logicalInterfaces\": [\n {\n \"interfaceIndex\": {{faker 'number.int' max=99999}},\n \"logicalNetworkInterfaces\": [\n {\n \"defaultGateway\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"ipAddress\": \"\",\n \"network\": \"\",\n \"networkType\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\"\n }\n ],\n \"name\": \"\"\n }\n ],\n \"name\": \"\",\n \"networkConfig\": \"{{oneOf (array 'NETWORKCONFIG_UNSPECIFIED' 'SINGLE_VLAN' 'MULTI_VLAN')}}\",\n \"networkTemplate\": \"\",\n \"osImage\": \"\",\n \"privateNetwork\": {\n \"address\": \"\",\n \"existingNetworkId\": \"\",\n \"networkId\": \"\"\n },\n \"userNote\": \"\"\n }\n ],\n \"location\": \"\",\n \"name\": \"\",\n \"networks\": [\n {\n \"bandwidth\": \"{{oneOf (array 'BANDWIDTH_UNSPECIFIED' 'BW_1_GBPS' 'BW_2_GBPS' 'BW_5_GBPS' 'BW_10_GBPS')}}\",\n \"cidr\": \"\",\n \"gcpService\": \"\",\n \"id\": \"\",\n \"jumboFramesEnabled\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"serviceCidr\": \"{{oneOf (array 'SERVICE_CIDR_UNSPECIFIED' 'DISABLED' 'HIGH_26' 'HIGH_27' 'HIGH_28')}}\",\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'CLIENT' 'PRIVATE')}}\",\n \"userNote\": \"\",\n \"vlanAttachments\": [\n {\n \"id\": \"\",\n \"pairingKey\": \"\"\n }\n ],\n \"vlanSameProject\": {{faker 'datatype.boolean'}}\n }\n ],\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'DRAFT' 'SUBMITTED' 'PROVISIONING' 'PROVISIONED' 'VALIDATED' 'CANCELLED' 'FAILED')}}\",\n \"statusMessage\": \"\",\n \"ticketId\": \"\",\n \"updateTime\": \"\",\n \"volumes\": [\n {\n \"gcpService\": \"\",\n \"id\": \"\",\n \"lunRanges\": [\n {\n \"quantity\": {{faker 'number.int' max=99999}},\n \"sizeGb\": {{faker 'number.int' max=99999}}\n }\n ],\n \"machineIds\": [\n \"\"\n ],\n \"name\": \"\",\n \"nfsExports\": [\n {\n \"allowDev\": {{faker 'datatype.boolean'}},\n \"allowSuid\": {{faker 'datatype.boolean'}},\n \"cidr\": \"\",\n \"machineId\": \"\",\n \"networkId\": \"\",\n \"noRootSquash\": {{faker 'datatype.boolean'}},\n \"permissions\": \"{{oneOf (array 'PERMISSIONS_UNSPECIFIED' 'READ_ONLY' 'READ_WRITE')}}\"\n }\n ],\n \"performanceTier\": \"{{oneOf (array 'VOLUME_PERFORMANCE_TIER_UNSPECIFIED' 'VOLUME_PERFORMANCE_TIER_SHARED' 'VOLUME_PERFORMANCE_TIER_ASSIGNED' 'VOLUME_PERFORMANCE_TIER_HT')}}\",\n \"protocol\": \"{{oneOf (array 'PROTOCOL_UNSPECIFIED' 'PROTOCOL_FC' 'PROTOCOL_NFS')}}\",\n \"sizeGb\": {{faker 'number.int' max=99999}},\n \"snapshotsEnabled\": {{faker 'datatype.boolean'}},\n \"type\": \"{{oneOf (array 'TYPE_UNSPECIFIED' 'FLASH' 'DISK')}}\",\n \"userNote\": \"\"\n }\n ],\n \"vpcScEnabled\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4259f36a-773a-4b49-8deb-c5aee18621b9", "documentation": "List the budget details to provision resources on a given project.", "method": "get", "endpoint": "v2/:parent/provisioningQuotas", "responses": [ { "uuid": "021822aa-fabc-48ef-aae3-a7645f89f747", "body": "{\n \"nextPageToken\": \"\",\n \"provisioningQuotas\": [\n {\n \"assetType\": \"{{oneOf (array 'ASSET_TYPE_UNSPECIFIED' 'ASSET_TYPE_SERVER' 'ASSET_TYPE_STORAGE' 'ASSET_TYPE_NETWORK')}}\",\n \"availableCount\": {{faker 'number.int' max=99999}},\n \"gcpService\": \"\",\n \"instanceQuota\": {\n \"availableMachineCount\": {{faker 'number.int' max=99999}},\n \"gcpService\": \"\",\n \"instanceType\": \"\",\n \"location\": \"\",\n \"name\": \"\"\n },\n \"location\": \"\",\n \"name\": \"\",\n \"networkBandwidth\": \"\",\n \"serverCount\": \"\",\n \"storageGib\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17518361-9834-40a7-b795-e263bca7865e", "documentation": "Retrieves the list of snapshots for the specified volume. Returns a response with an empty list of snapshots if called for a non-boot volume.", "method": "get", "endpoint": "v2/:parent/snapshots", "responses": [ { "uuid": "603075c7-f3e1-42a9-94ee-01da309c86a4", "body": "{\n \"nextPageToken\": \"\",\n \"unreachable\": [\n \"\"\n ],\n \"volumeSnapshots\": [\n {\n \"createTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"storageVolume\": \"\",\n \"type\": \"{{oneOf (array 'SNAPSHOT_TYPE_UNSPECIFIED' 'AD_HOC' 'SCHEDULED')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a17ccd3-58b4-41e7-9e1e-eb477d59d495", "documentation": "Takes a snapshot of a boot volume. Returns INVALID_ARGUMENT if called for a non-boot volume.", "method": "post", "endpoint": "v2/:parent/snapshots", "responses": [ { "uuid": "0ab9b45c-5ccf-4237-9d5e-4fe76777703f", "body": "{\n \"createTime\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"storageVolume\": \"\",\n \"type\": \"{{oneOf (array 'SNAPSHOT_TYPE_UNSPECIFIED' 'AD_HOC' 'SCHEDULED')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5548818d-5dd6-469a-8b7c-e1e14216e7ec", "documentation": "Lists the public SSH keys registered for the specified project. These SSH keys are used only for the interactive serial console feature.", "method": "get", "endpoint": "v2/:parent/sshKeys", "responses": [ { "uuid": "a71f8385-a8ed-43b2-b9c2-226b75282682", "body": "{\n \"nextPageToken\": \"\",\n \"sshKeys\": [\n {\n \"name\": \"\",\n \"publicKey\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca1fa5f2-d3cb-491e-8c68-d51d63c3fb00", "documentation": "Register a public SSH key in the specified project for use with the interactive serial console feature.", "method": "post", "endpoint": "v2/:parent/sshKeys", "responses": [ { "uuid": "74fc221c-337b-4b06-beb4-886dc54b87ad", "body": "{\n \"name\": \"\",\n \"publicKey\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35c184be-f446-4fa3-96c8-86957bbea6fd", "documentation": "List storage volumes in a given project and location.", "method": "get", "endpoint": "v2/:parent/volumes", "responses": [ { "uuid": "b7de8dd8-3475-4bc5-a070-24af88677040", "body": "{\n \"nextPageToken\": \"\",\n \"unreachable\": [\n \"\"\n ],\n \"volumes\": [\n {\n \"autoGrownSizeGib\": \"\",\n \"bootVolume\": {{faker 'datatype.boolean'}},\n \"currentSizeGib\": \"\",\n \"emergencySizeGib\": \"\",\n \"id\": \"\",\n \"labels\": {},\n \"maxSizeGib\": \"\",\n \"name\": \"\",\n \"notes\": \"\",\n \"originallyRequestedSizeGib\": \"\",\n \"performanceTier\": \"{{oneOf (array 'VOLUME_PERFORMANCE_TIER_UNSPECIFIED' 'VOLUME_PERFORMANCE_TIER_SHARED' 'VOLUME_PERFORMANCE_TIER_ASSIGNED' 'VOLUME_PERFORMANCE_TIER_HT')}}\",\n \"pod\": \"\",\n \"protocol\": \"{{oneOf (array 'PROTOCOL_UNSPECIFIED' 'FIBRE_CHANNEL' 'NFS')}}\",\n \"remainingSpaceGib\": \"\",\n \"requestedSizeGib\": \"\",\n \"snapshotAutoDeleteBehavior\": \"{{oneOf (array 'SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED' 'DISABLED' 'OLDEST_FIRST' 'NEWEST_FIRST')}}\",\n \"snapshotEnabled\": {{faker 'datatype.boolean'}},\n \"snapshotReservationDetail\": {\n \"reservedSpaceGib\": \"\",\n \"reservedSpacePercent\": {{faker 'number.int' max=99999}},\n \"reservedSpaceRemainingGib\": \"\",\n \"reservedSpaceUsedPercent\": {{faker 'number.int' max=99999}}\n },\n \"snapshotSchedulePolicy\": \"\",\n \"state\": \"{{oneOf (array 'STATE_UNSPECIFIED' 'CREATING' 'READY' 'DELETING' 'UPDATING')}}\",\n \"storageType\": \"{{oneOf (array 'STORAGE_TYPE_UNSPECIFIED' 'SSD' 'HDD')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ffb4fadb-a9a8-479c-9acb-23cc23dde765", "documentation": "Uses the specified snapshot to restore its parent volume. Returns INVALID_ARGUMENT if called for a non-boot volume.", "method": "post", "endpoint": "v2/:volumeSnapshot:restoreVolumeSnapshot", "responses": [ { "uuid": "66acc73a-5229-4c58-9ae6-461a60f0e7a4", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d650f8e9-7b0b-4bd3-ad1a-3a00434e13fa", "documentation": "Emergency Volume resize.", "method": "post", "endpoint": "v2/:volume:resize", "responses": [ { "uuid": "f452f1b5-84c5-4af5-b0be-8cd014a6a860", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/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": "dca69ed9-a4cc-4023-b74c-17b15940399f" }, { "type": "route", "uuid": "a4be7b38-4b73-4e22-ba4d-11ba42555bd2" }, { "type": "route", "uuid": "5b144dab-0b6b-4866-97a2-c57308af082e" }, { "type": "route", "uuid": "a8200f0a-3958-414a-90a6-0641b96b53d4" }, { "type": "route", "uuid": "0901f47a-2260-4d13-84aa-d03eed5cd2e7" }, { "type": "route", "uuid": "60aa115c-510d-491d-9683-979f5f09252f" }, { "type": "route", "uuid": "fd70d7ea-fe98-4c3f-92a3-30f27c384a4a" }, { "type": "route", "uuid": "2ecb60bf-bbf7-4edc-9b69-616a98ba08cc" }, { "type": "route", "uuid": "a689712c-9f93-441a-89c3-9e83d79868bd" }, { "type": "route", "uuid": "367564a9-8948-4d51-8066-826fc5b77d59" }, { "type": "route", "uuid": "0d5e408d-de29-4300-8c12-ca12afa5aa99" }, { "type": "route", "uuid": "d15ddb2c-e3db-4725-9f69-29042d29563a" }, { "type": "route", "uuid": "787d411f-43d3-4484-bc39-2583a03bcd1d" }, { "type": "route", "uuid": "771105c6-e20a-492b-a347-3d3a15661b9f" }, { "type": "route", "uuid": "ee2ba859-9767-4c1f-805b-7db401250347" }, { "type": "route", "uuid": "a47f84a7-57ce-4b1c-aca0-444c92f1a1be" }, { "type": "route", "uuid": "7ddc8e2e-680d-47cb-a2ee-0a1cd5d8d51d" }, { "type": "route", "uuid": "85de07ce-7686-4e38-95b7-40cf7e04e5b5" }, { "type": "route", "uuid": "3c2d748c-f16c-4b0a-bb11-8c5a12b3d7fd" }, { "type": "route", "uuid": "7c1b5420-25eb-4551-bcb4-735a153452a6" }, { "type": "route", "uuid": "4259f36a-773a-4b49-8deb-c5aee18621b9" }, { "type": "route", "uuid": "17518361-9834-40a7-b795-e263bca7865e" }, { "type": "route", "uuid": "7a17ccd3-58b4-41e7-9e1e-eb477d59d495" }, { "type": "route", "uuid": "5548818d-5dd6-469a-8b7c-e1e14216e7ec" }, { "type": "route", "uuid": "ca1fa5f2-d3cb-491e-8c68-d51d63c3fb00" }, { "type": "route", "uuid": "35c184be-f446-4fa3-96c8-86957bbea6fd" }, { "type": "route", "uuid": "ffb4fadb-a9a8-479c-9acb-23cc23dde765" }, { "type": "route", "uuid": "d650f8e9-7b0b-4bd3-ad1a-3a00434e13fa" } ] }