{ "info": { "_postman_id": "d6cf162d-0cc8-4f76-a0c8-dbabfa605288", "name": "external/applications/applications.proto ApplicationsService InfraProxy API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:20:03.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "lastUpdatedBy": "35240", "uid": "35240-d6cf162d-0cc8-4f76-a0c8-dbabfa605288" }, "item": [ { "name": "api", "item": [ { "name": "v0", "item": [ { "name": "infra", "item": [ { "name": "servers", "item": [ { "name": "server_status", "item": [ { "name": "Infra Proxy Get Server Status", "id": "ed373f4a-6551-4f62-a798-a6191ce5f954", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/server_status?fqdn=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", "server_status" ], "query": [ { "description": "Server FQDN.", "key": "fqdn", "value": "" } ] } }, "response": [ { "id": "3ec2feb6-8976-41ad-a8cf-89f95277ab28", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/server_status?fqdn=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", "server_status" ], "query": [ { "description": "Server FQDN.", "key": "fqdn", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"upstreams\": {\n \"fugiat_6\": \"\",\n \"Duise8f\": \"\"\n },\n \"keygen\": {\n \"elit_86\": \"\",\n \"et1a\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-3ec2feb6-8976-41ad-a8cf-89f95277ab28" }, { "id": "a83de2fa-b7a2-4daf-8f6b-5f8b5a045f2e", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/server_status?fqdn=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", "server_status" ], "query": [ { "description": "Server FQDN.", "key": "fqdn", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a83de2fa-b7a2-4daf-8f6b-5f8b5a045f2e" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ed373f4a-6551-4f62-a798-a6191ce5f954" } ], "id": "b6e88f48-90db-4e30-ac46-5157b0e183df", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-b6e88f48-90db-4e30-ac46-5157b0e183df" }, { "name": "{id}", "item": [ { "name": "Infra Proxy Get Server", "id": "21ccc051-5dd7-413c-b833-703afee9800e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "id": "4d72a8a0-d752-494c-bd08-8b436b7d94a2", "key": "id", "value": "", "description": "(Required) Chef Infra Server ID." } ] } }, "response": [ { "id": "f3ac5d14-29c0-45d1-82f7-f4ee7bcd677b", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"server\": {\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\",\n \"orgs_count\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f3ac5d14-29c0-45d1-82f7-f4ee7bcd677b" }, { "id": "1ce6e2a3-863e-4d12-8e71-d35647ad7c28", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-1ce6e2a3-863e-4d12-8e71-d35647ad7c28" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-21ccc051-5dd7-413c-b833-703afee9800e" }, { "name": "Infra Proxy Delete Server", "id": "f63ab53e-67f9-467c-9e68-491859de4077", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "id": "1496de8b-f54f-4aab-88de-ac125291649b", "key": "id", "value": "", "description": "(Required) Chef Infra Server ID." } ] } }, "response": [ { "id": "0c3a15a8-3c17-426e-8af8-72775e8db299", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"server\": {\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\",\n \"orgs_count\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-0c3a15a8-3c17-426e-8af8-72775e8db299" }, { "id": "f396faeb-fb7d-451f-94f1-4f95f98bce67", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f396faeb-fb7d-451f-94f1-4f95f98bce67" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f63ab53e-67f9-467c-9e68-491859de4077" }, { "name": "Infra Proxy Update Server", "id": "c7d4d9d1-62ee-4409-99f0-e7875a3e2dae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "id": "defe8608-8f1a-4efb-9e4f-7baa6c1ae1be", "key": "id", "value": "", "description": "(Required) Chef Infra Server ID." } ] } }, "response": [ { "id": "3c612ba2-98a3-4e1a-89ad-958775c74a1e", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"server\": {\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\",\n \"orgs_count\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-3c612ba2-98a3-4e1a-89ad-958775c74a1e" }, { "id": "f825d471-bbc8-4f80-bd91-8795196c0164", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f825d471-bbc8-4f80-bd91-8795196c0164" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c7d4d9d1-62ee-4409-99f0-e7875a3e2dae" } ], "id": "a09ed0f2-983d-411e-989f-8514cfe4c70c", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a09ed0f2-983d-411e-989f-8514cfe4c70c" }, { "name": "{server_id}", "item": [ { "name": "orgs", "item": [ { "name": "{id}", "item": [ { "name": "reset-key", "item": [ { "name": "Infra Proxy Reset Org Admin Key", "id": "957b798a-9a5d-49d0-890c-7d579b56dc20", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"server_id\": \"\",\n \"admin_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id/reset-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id", "reset-key" ], "variable": [ { "id": "8eec54a0-23d3-4799-9c96-8f294ab418a0", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "4c3e0adf-5b4c-4025-b735-a2b4eb1f6ba3", "key": "id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "0e4cdaf9-09a7-44e4-8f72-640dc868ba16", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"server_id\": \"\",\n \"admin_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id/reset-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id", "reset-key" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"org\": {\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"credential_id\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-0e4cdaf9-09a7-44e4-8f72-640dc868ba16" }, { "id": "e5fc359c-eb71-4d24-b8dd-54a9c85a4145", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"server_id\": \"\",\n \"admin_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id/reset-key", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id", "reset-key" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e5fc359c-eb71-4d24-b8dd-54a9c85a4145" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-957b798a-9a5d-49d0-890c-7d579b56dc20" } ], "id": "101f680b-85dd-4ee5-bf80-3f4b135aab0a", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-101f680b-85dd-4ee5-bf80-3f4b135aab0a" }, { "name": "Infra Proxy Get Org", "id": "c63b6f4c-aa8f-4da6-8d22-738a35ec2b61", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "id": "e2b31014-05b8-455f-9e6f-928eaf073cb3", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "23c865ac-b584-4d50-bc86-5d49c30256ca", "key": "id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "e9ea74c5-b036-472c-93e0-3e960e0a667c", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"org\": {\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"credential_id\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e9ea74c5-b036-472c-93e0-3e960e0a667c" }, { "id": "f3af4b1a-2077-4fb5-a87e-004a14a7203e", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f3af4b1a-2077-4fb5-a87e-004a14a7203e" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c63b6f4c-aa8f-4da6-8d22-738a35ec2b61" }, { "name": "Infra Proxy Delete Org", "id": "32fcadd8-3b41-4cfa-b1ee-66281c90190e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "id": "6326b15e-c8bf-4978-a87e-3a2a6e10dfff", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "548c805d-d028-44fb-8706-20302543ea50", "key": "id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "ddd8e809-d2f5-49dc-af9e-72a1a3660b10", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"org\": {\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"credential_id\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ddd8e809-d2f5-49dc-af9e-72a1a3660b10" }, { "id": "329064f7-52e9-4382-961a-f4219c2668f1", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-329064f7-52e9-4382-961a-f4219c2668f1" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-32fcadd8-3b41-4cfa-b1ee-66281c90190e" }, { "name": "Infra Proxy Update Org", "id": "44622ff1-cf5d-4459-a75f-e0d9a72433ae", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "id": "f95b1a46-1129-4e67-8d06-51729c504c35", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "30f8ffb4-ee7d-4cc7-b4a2-ce578417c427", "key": "id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "9d763d96-cb36-48e8-af85-5f03c9ee80e6", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"org\": {\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"credential_id\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9d763d96-cb36-48e8-af85-5f03c9ee80e6" }, { "id": "738cde63-a763-465c-9aeb-6d4935d26cd6", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":id" ], "variable": [ { "key": "server_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-738cde63-a763-465c-9aeb-6d4935d26cd6" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-44622ff1-cf5d-4459-a75f-e0d9a72433ae" } ], "id": "f2cbbafb-4b5f-4cc2-adaf-e418cf850020", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f2cbbafb-4b5f-4cc2-adaf-e418cf850020" }, { "name": "{org_id}", "item": [ { "name": "clients", "item": [ { "name": "{name}", "item": [ { "name": "reset", "item": [ { "name": "Infra Proxy Reset Client Key", "id": "7fb6812b-b5e1-4312-bdaa-d01a686295e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name/reset", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name", "reset" ], "variable": [ { "id": "ab539c31-0342-4439-81a9-be2fce356f88", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "f0871d54-8619-4648-a842-1072306b292c", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "d5ddf92d-bddd-468d-bae2-6645c4060aea", "key": "name", "value": "", "description": "(Required) Client name." } ] } }, "response": [ { "id": "fe152533-b0ab-4ec7-a1fc-4d8481d88e6a", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name/reset", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name", "reset" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"client_key\": {\n \"name\": \"\",\n \"public_key\": \"\",\n \"expiration_date\": \"\",\n \"private_key\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-fe152533-b0ab-4ec7-a1fc-4d8481d88e6a" }, { "id": "703ee90c-bda7-4e12-8e02-d582e62dcc00", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name/reset", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name", "reset" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-703ee90c-bda7-4e12-8e02-d582e62dcc00" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7fb6812b-b5e1-4312-bdaa-d01a686295e9" } ], "id": "2e9e08cb-fc6e-43b9-9e9b-002c4488cc52", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-2e9e08cb-fc6e-43b9-9e9b-002c4488cc52" }, { "name": "Infra Proxy Get Client", "id": "e130c0b2-2df4-41cc-afc7-710397bbf81e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name" ], "variable": [ { "id": "e44c26eb-c018-47c2-a68c-2c33fa94e624", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "fdf079ac-224c-4891-b241-b0b3aabf80f2", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "32ede5b1-10bf-4bb8-8850-75de5a156ebb", "key": "name", "value": "", "description": "(Required) Client name." } ] } }, "response": [ { "id": "fd513c08-c602-4af4-b7bb-d6f7e4629169", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"client_name\": \"\",\n \"org_name\": \"\",\n \"validator\": \"\",\n \"json_class\": \"\",\n \"chef_type\": \"\",\n \"client_key\": {\n \"name\": \"\",\n \"public_key\": \"\",\n \"expiration_date\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-fd513c08-c602-4af4-b7bb-d6f7e4629169" }, { "id": "fb3c34e1-89d6-4061-a483-91fca34d27d3", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-fb3c34e1-89d6-4061-a483-91fca34d27d3" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e130c0b2-2df4-41cc-afc7-710397bbf81e" }, { "name": "Infra Proxy Delete Client", "id": "b3811874-efba-40a1-aa95-cd205894c962", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name" ], "variable": [ { "id": "ac2fcd9a-9881-4498-9048-46f9f0209dbe", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "5e7e9f27-2be5-4463-b54b-e78ddf8c8840", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "9b86bf35-a015-4520-9f46-e9c2654e4424", "key": "name", "value": "", "description": "(Required) Client name." } ] } }, "response": [ { "id": "e47413c5-d296-4082-ba8c-cf52191aa4fd", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"client_name\": \"\",\n \"org_name\": \"\",\n \"validator\": \"\",\n \"json_class\": \"\",\n \"chef_type\": \"\",\n \"client_key\": {\n \"name\": \"\",\n \"public_key\": \"\",\n \"expiration_date\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e47413c5-d296-4082-ba8c-cf52191aa4fd" }, { "id": "cfe8804a-d244-4141-add2-051596b9ab5c", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-cfe8804a-d244-4141-add2-051596b9ab5c" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-b3811874-efba-40a1-aa95-cd205894c962" } ], "id": "25bc0c58-1b39-46f5-88e1-2024559cf7c5", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-25bc0c58-1b39-46f5-88e1-2024559cf7c5" }, { "name": "Infra Proxy Get Clients", "id": "cabfdb10-648f-44d5-933b-da4aba006b75", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "id": "0c906dde-c5b4-4c9a-abcb-b9c73da56f16", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "1bbb6a7b-b4a2-42f7-9286-25442fcd9d89", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "adba0f8c-2614-442f-a793-813037d2e648", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"clients\": [\n {\n \"name\": \"\",\n \"validator\": \"\"\n },\n {\n \"name\": \"\",\n \"validator\": \"\"\n }\n ],\n \"page\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-adba0f8c-2614-442f-a793-813037d2e648" }, { "id": "2f8d0536-e754-44f2-a892-df040682caf1", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-2f8d0536-e754-44f2-a892-df040682caf1" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-cabfdb10-648f-44d5-933b-da4aba006b75" }, { "name": "Infra Proxy Create Client", "id": "4b8babda-01b9-4bff-8138-0d6fadde9519", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"validator\": \"\",\n \"create_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients" ], "variable": [ { "id": "013ee6d1-3831-4a20-952b-75e48f0dfc7b", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "58cadfa0-66df-4f4a-9758-d348ff95a63a", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "fb96984c-82b0-4c14-9b22-bc6eb97e2a69", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"validator\": \"\",\n \"create_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"client_key\": {\n \"name\": \"\",\n \"public_key\": \"\",\n \"expiration_date\": \"\",\n \"private_key\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-fb96984c-82b0-4c14-9b22-bc6eb97e2a69" }, { "id": "c907d372-1912-40de-9403-28272ca622ca", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"validator\": \"\",\n \"create_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/clients", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "clients" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c907d372-1912-40de-9403-28272ca622ca" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4b8babda-01b9-4bff-8138-0d6fadde9519" } ], "id": "ec491caf-e8b9-4499-95f8-3fcb8e0be6dd", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ec491caf-e8b9-4499-95f8-3fcb8e0be6dd" }, { "name": "cookbooks", "item": [ { "name": "{name}", "item": [ { "name": "{version}", "item": [ { "name": "file-content", "item": [ { "name": "Infra Proxy Get Cookbook File Content", "id": "8f8ad762-b9cd-4005-979a-a73392367cd5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name/:version/file-content?url=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name", ":version", "file-content" ], "query": [ { "description": "Cookbook data file URL.", "key": "url", "value": "" } ], "variable": [ { "id": "3468a779-bfff-4e98-92ef-a04962e90e24", "key": "server_id", "value": "", "description": "(Required) ID of the server." }, { "id": "7ffa0441-f340-4f3b-99c3-7ed5b402c2d0", "key": "org_id", "value": "", "description": "(Required) ID of the org." }, { "id": "8a907b0f-b907-46f8-8768-1cc61bca5d12", "key": "name", "value": "", "description": "(Required) Name of the cookbook." }, { "id": "a1cdb6a2-3349-4407-b75b-26c27bababf9", "key": "version", "value": "", "description": "(Required) Version of the cookbook." } ] } }, "response": [ { "id": "38324ed5-c1ac-48a9-bf29-ebb4d89ba67d", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name/:version/file-content?url=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name", ":version", "file-content" ], "query": [ { "description": "Cookbook data file URL.", "key": "url", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "version" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-38324ed5-c1ac-48a9-bf29-ebb4d89ba67d" }, { "id": "a8371603-d701-4626-8d33-ad0072312c10", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name/:version/file-content?url=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name", ":version", "file-content" ], "query": [ { "description": "Cookbook data file URL.", "key": "url", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "version" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a8371603-d701-4626-8d33-ad0072312c10" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-8f8ad762-b9cd-4005-979a-a73392367cd5" } ], "id": "a6d9f34e-60d7-48ee-a09a-83844c580b09", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a6d9f34e-60d7-48ee-a09a-83844c580b09" }, { "name": "Infra Proxy Get Cookbook", "id": "cffa6c25-5994-4ca4-a657-b2f34d2b540d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name/:version", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name", ":version" ], "variable": [ { "id": "9592f639-825f-4dff-8ad5-40e9a2a17d3a", "key": "server_id", "value": "", "description": "(Required) ID of the Server." }, { "id": "e068df2f-223a-4f28-b19e-ee8c43f1db56", "key": "org_id", "value": "", "description": "(Required) ID of the Org." }, { "id": "1caf03fc-e790-490c-aa3c-dfe3a3eaf004", "key": "name", "value": "", "description": "(Required) Name of the cookbook." }, { "id": "10089c68-8c5c-4384-9917-fb78684d9b7e", "key": "version", "value": "", "description": "(Required) Version of the cookbook." } ] } }, "response": [ { "id": "fda1807f-0a3a-469f-9d30-64c98e1dd8f6", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name/:version", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name", ":version" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "version" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cookbook_name\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"chef_type\": \"\",\n \"frozen\": \"\",\n \"json_class\": \"\",\n \"files\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"templates\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"attributes\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"recipes\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"definitions\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"url\": {\n \"type\": \"string\",\n \"default\": \"\"\n },\n \"path\": {\n \"type\": \"string\",\n \"default\": \"\"\n },\n \"name\": {\n \"type\": \"string\",\n \"default\": \"\"\n },\n \"checksum\": {\n \"type\": \"string\",\n \"default\": \"\"\n },\n \"specificity\": {\n \"type\": \"string\",\n \"default\": \"\"\n }\n }\n }\n },\n \"libraries\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"providers\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"resources\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"root_files\": [\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n },\n {\n \"url\": \"\",\n \"path\": \"\",\n \"name\": \"\",\n \"checksum\": \"\",\n \"specificity\": \"\"\n }\n ],\n \"metadata\": {\n \"name\": \"\",\n \"version\": \"\",\n \"description\": \"\",\n \"long_description\": \"\",\n \"maintainer\": \"\",\n \"maintainer_email\": \"\",\n \"license\": \"\"\n },\n \"access\": {\n \"read\": \"\",\n \"create\": \"\",\n \"grant\": \"\",\n \"update\": \"\",\n \"delete\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-fda1807f-0a3a-469f-9d30-64c98e1dd8f6" }, { "id": "70512779-21e1-4ec4-a837-741204cf4b84", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name/:version", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name", ":version" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "version" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-70512779-21e1-4ec4-a837-741204cf4b84" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-cffa6c25-5994-4ca4-a657-b2f34d2b540d" } ], "id": "0889dc6f-0043-4ffc-8070-1c61f949f350", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-0889dc6f-0043-4ffc-8070-1c61f949f350" }, { "name": "Infra Proxy Get Cookbook Versions", "id": "1611320c-4268-4961-92dc-e27979176502", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name" ], "variable": [ { "id": "78492a37-0b3f-4611-abfc-1838378ce34c", "key": "server_id", "value": "", "description": "(Required) ID of the Server." }, { "id": "fc58bd12-6274-4cb6-923b-590f0656607d", "key": "org_id", "value": "", "description": "(Required) ID of the Org." }, { "id": "d36537b8-c08e-48e7-b687-b9a5168c0e39", "key": "name", "value": "", "description": "(Required) Name of the cookbook." } ] } }, "response": [ { "id": "e0043059-98d6-4d36-9cff-4eabaf0bc7a0", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"versions\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e0043059-98d6-4d36-9cff-4eabaf0bc7a0" }, { "id": "9fd58117-42a5-4580-a058-bb486f39b00e", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9fd58117-42a5-4580-a058-bb486f39b00e" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-1611320c-4268-4961-92dc-e27979176502" } ], "id": "7b7811a7-1029-466f-b3db-c4e1e030ff8e", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7b7811a7-1029-466f-b3db-c4e1e030ff8e" }, { "name": "Infra Proxy Get Cookbooks", "id": "50fb4f49-e637-4514-b624-db8dacebce71", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks" ], "variable": [ { "id": "956006ae-7e3c-4ca7-82fd-6e4762444d2f", "key": "server_id", "value": "", "description": "(Required) ID of the Server" }, { "id": "75951a52-43f5-47c4-bd45-672e6f9975ed", "key": "org_id", "value": "", "description": "(Required) ID of the Org." } ] } }, "response": [ { "id": "2140fe12-caab-4406-99b3-97f33ba332a0", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"cookbooks\": [\n {\n \"name\": \"\",\n \"version\": \"\"\n },\n {\n \"name\": \"\",\n \"version\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-2140fe12-caab-4406-99b3-97f33ba332a0" }, { "id": "9679a4af-ddfd-4a6e-8027-1219312b4cf6", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/cookbooks", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "cookbooks" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9679a4af-ddfd-4a6e-8027-1219312b4cf6" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-50fb4f49-e637-4514-b624-db8dacebce71" } ], "id": "24f809f5-ecb5-4e40-9886-1d3496e0a55a", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-24f809f5-ecb5-4e40-9886-1d3496e0a55a" }, { "name": "data_bags", "item": [ { "name": "{name}", "item": [ { "name": "{item_id}", "item": [ { "name": "Infra Proxy Update Data Bag Item", "id": "88e420ad-c4ec-4a06-bf4d-0829cc455601", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"item_id\": \"\",\n \"data\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item_id" ], "variable": [ { "id": "07925f23-c772-4aa2-800d-4a0438f75aa7", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "a8828672-27a2-4aad-9516-ed47d5c76715", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "ed0827ef-e8ef-453c-9929-28531a21df9d", "key": "name", "value": "", "description": "(Required) Data bag name." }, { "id": "1a01f233-b488-4169-bf8c-95e78cc977a1", "key": "item_id", "value": "", "description": "(Required) Data bag item ID." } ] } }, "response": [ { "id": "eb05dbea-4bbd-4697-acfe-777247a1dcc0", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"item_id\": \"\",\n \"data\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item_id" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "item_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"item_id\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-eb05dbea-4bbd-4697-acfe-777247a1dcc0" }, { "id": "cbac64e1-04a2-40dc-981c-7174650941a5", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"item_id\": \"\",\n \"data\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item_id", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item_id" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "item_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-cbac64e1-04a2-40dc-981c-7174650941a5" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-88e420ad-c4ec-4a06-bf4d-0829cc455601" } ], "id": "9cb48bec-b18b-425d-b7a9-640de9be4dce", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9cb48bec-b18b-425d-b7a9-640de9be4dce" }, { "name": "{item}", "item": [ { "name": "Infra Proxy Get Data Bag Item", "id": "9cdbbf04-e13f-45db-bc3a-156caca0af22", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item" ], "variable": [ { "id": "f99af6f7-a115-494e-bc0f-25c8ff58a059", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "2d5d2c54-8c6f-4659-8b76-c1ce4d04fa9c", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "a8993639-8a1e-4314-9299-838951cfea44", "key": "name", "value": "", "description": "(Required) Data bag name." }, { "id": "551e0af1-a970-4946-905f-6f077a419b97", "key": "item", "value": "", "description": "(Required) Data bag item name." } ] } }, "response": [ { "id": "616c901c-95c3-4fcf-8211-3be35c52f08c", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "item" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"id\": \"\",\n \"data\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-616c901c-95c3-4fcf-8211-3be35c52f08c" }, { "id": "0dafdba3-e3cf-45d8-a015-6c3e132ec8b1", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "item" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-0dafdba3-e3cf-45d8-a015-6c3e132ec8b1" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9cdbbf04-e13f-45db-bc3a-156caca0af22" }, { "name": "Infra Proxy Delete Data Bag Item", "id": "47d41fa8-e431-4a44-96c9-f4df2ef73933", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item" ], "variable": [ { "id": "b0c6884d-37c7-40ae-a6de-1c0a4e3a3417", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "da0ea2e7-dc96-4082-853b-00f06287303f", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "1e489c01-c73b-46d3-a39a-67a9d89123c8", "key": "name", "value": "", "description": "(Required) Data bag name." }, { "id": "62bd49c0-a3a7-4371-97c3-f5aae6a8c1c0", "key": "item", "value": "", "description": "(Required) Data bag item name." } ] } }, "response": [ { "id": "7c1834b0-d95b-4b58-b7dc-fee1392b2acd", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "item" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"id\": \"\",\n \"data\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7c1834b0-d95b-4b58-b7dc-fee1392b2acd" }, { "id": "0c1f3f9b-2b8a-4f8b-8ad4-340d2e03d368", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name/:item", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name", ":item" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "item" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-0c1f3f9b-2b8a-4f8b-8ad4-340d2e03d368" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-47d41fa8-e431-4a44-96c9-f4df2ef73933" } ], "id": "8116051e-8dba-41ef-bd5e-54459387701e", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-8116051e-8dba-41ef-bd5e-54459387701e" }, { "name": "Infra Proxy Get Data Bag Items", "id": "69851849-29b7-4be3-af31-1371bf84ca71", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "id": "25b61a1d-5c6e-4eab-92f7-ca12fd2ca504", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "66d6d5f0-f836-48ee-a3be-0e2d33fc013b", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "9df2a38c-0dc4-4f6d-a2f5-bb2b6576f81b", "key": "name", "value": "", "description": "(Required) Data bag name." } ] } }, "response": [ { "id": "163ff1ab-bed1-4bb1-828b-58b1659966f9", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"items\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"page\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-163ff1ab-bed1-4bb1-828b-58b1659966f9" }, { "id": "697b5f65-fc71-452b-8feb-2e503f002c31", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-697b5f65-fc71-452b-8feb-2e503f002c31" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-69851849-29b7-4be3-af31-1371bf84ca71" }, { "name": "Infra Proxy Delete Data Bag", "id": "29a374a4-96eb-4dc8-858a-e4f166b0d531", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "variable": [ { "id": "3c3fc6fe-9724-49a1-84fc-ce04a072f97a", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "79d4da65-491b-4132-a62f-d56aaa80c006", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "bb0120fa-ccb3-4947-b6cf-df1fc3c183e4", "key": "name", "value": "", "description": "(Required) Data bag name." } ] } }, "response": [ { "id": "04fb8b71-3995-49e4-88db-2fa609043d80", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-04fb8b71-3995-49e4-88db-2fa609043d80" }, { "id": "95a70d33-82f1-437a-9163-851e13457235", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-95a70d33-82f1-437a-9163-851e13457235" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-29a374a4-96eb-4dc8-858a-e4f166b0d531" }, { "name": "Infra Proxy Create Data Bag Item", "id": "dfc5e676-af2f-4e6e-b217-7428effa3949", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"data\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "variable": [ { "id": "8de2099b-b153-4c4b-9e68-bacc8563bf52", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "e30ebdb5-3c13-451e-9c92-6578f188816c", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "2eca7c5d-f221-4ceb-94c7-3662e49bc209", "key": "name", "value": "", "description": "(Required) Data bag name." } ] } }, "response": [ { "id": "4c9b6877-1452-459e-89bb-4a820647f51b", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"data\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4c9b6877-1452-459e-89bb-4a820647f51b" }, { "id": "72f983f5-6846-4cad-b665-07dfb0d1452f", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"data\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-72f983f5-6846-4cad-b665-07dfb0d1452f" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-dfc5e676-af2f-4e6e-b217-7428effa3949" } ], "id": "4d8a1c59-8cca-41ce-8a14-a9db9a695fcb", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4d8a1c59-8cca-41ce-8a14-a9db9a695fcb" }, { "name": "Infra Proxy Get Data Bags", "id": "a98e5ce9-295a-4865-b19d-0cb0bdde5364", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags" ], "variable": [ { "id": "1f227c65-5bd4-4799-9036-d53cfb73cfc3", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "cbd769b4-69c8-4e9e-b02a-753e19d4109f", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "11713813-98db-498b-b2f1-900a0bfd02ac", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data_bags\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-11713813-98db-498b-b2f1-900a0bfd02ac" }, { "id": "4f6f0c36-3de6-4792-ade6-8b45a160028f", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4f6f0c36-3de6-4792-ade6-8b45a160028f" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a98e5ce9-295a-4865-b19d-0cb0bdde5364" }, { "name": "Infra Proxy Create Data Bag", "id": "7efe1be7-6a7f-4d6c-aaab-382e0480d1f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags" ], "variable": [ { "id": "a9219308-429d-46c3-94da-f4eb8c3ae7cb", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "0542469b-024c-4889-845c-cca68b03b5a7", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "73d4596c-9a6f-4df6-a7d6-fac28fb6029b", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-73d4596c-9a6f-4df6-a7d6-fac28fb6029b" }, { "id": "cc211d85-9f3f-43e6-ab81-91d55b32e835", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/data_bags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "data_bags" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-cc211d85-9f3f-43e6-ab81-91d55b32e835" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7efe1be7-6a7f-4d6c-aaab-382e0480d1f0" } ], "id": "069649a8-e3aa-490f-9127-d5366e27cbe9", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-069649a8-e3aa-490f-9127-d5366e27cbe9" }, { "name": "environments", "item": [ { "name": "{name}", "item": [ { "name": "recipes", "item": [ { "name": "Infra Proxy Get Environment Recipes", "id": "834a9a98-c280-455f-aad5-5d3417da50ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name/recipes", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name", "recipes" ], "variable": [ { "id": "fff5259b-88bf-44b2-9b56-dad956d73852", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "f82628f9-5005-4a62-a77f-888662565a5e", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "330fc6c8-ef62-4ade-af32-e54041239b85", "key": "name", "value": "", "description": "(Required) Environment name." } ] } }, "response": [ { "id": "4648ef06-d6fb-4298-b6a9-450ca5db21d5", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name/recipes", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name", "recipes" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"recipes\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4648ef06-d6fb-4298-b6a9-450ca5db21d5" }, { "id": "a14d42df-0b45-4f73-a2a7-30835a088bad", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name/recipes", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name", "recipes" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a14d42df-0b45-4f73-a2a7-30835a088bad" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-834a9a98-c280-455f-aad5-5d3417da50ef" } ], "id": "310e080b-792c-4384-8334-deb5a0212733", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-310e080b-792c-4384-8334-deb5a0212733" }, { "name": "Infra Proxy Get Environment", "id": "7823c4c3-8d3f-4719-a113-ae4892d189df", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "id": "ec0c2a82-2ae3-4ff4-a2db-f0999da9b660", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "ebd6526e-f6f8-44fe-8986-4c40dddd52f7", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "b5d2c367-cfea-47f7-bfbc-939f88905712", "key": "name", "value": "", "description": "(Required) Environment name." } ] } }, "response": [ { "id": "c63a00d4-1869-4b67-9935-3bcebd750fc5", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"in_d9\": \"\",\n \"Ut5\": \"\",\n \"Excepteur_9b\": \"\",\n \"elite\": \"\"\n },\n \"default_attributes\": \"\",\n \"override_attributes\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c63a00d4-1869-4b67-9935-3bcebd750fc5" }, { "id": "aeeea3fb-b4b5-4a9c-9ab6-adc843771ce3", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-aeeea3fb-b4b5-4a9c-9ab6-adc843771ce3" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7823c4c3-8d3f-4719-a113-ae4892d189df" }, { "name": "Infra Proxy Delete Environment", "id": "62169fab-211c-43c7-a7ac-603953561336", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "id": "cff0932a-b163-4fd0-8eba-2bac00d21a22", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "a432533c-8805-4eeb-83e2-c26269588f22", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "1d9746ea-797d-4bf0-b2f7-03ef991a3ca9", "key": "name", "value": "", "description": "(Required) Environment name." } ] } }, "response": [ { "id": "a5bb19ea-e104-4959-acd3-fb9e35756e93", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"in_d9\": \"\",\n \"Ut5\": \"\",\n \"Excepteur_9b\": \"\",\n \"elite\": \"\"\n },\n \"default_attributes\": \"\",\n \"override_attributes\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a5bb19ea-e104-4959-acd3-fb9e35756e93" }, { "id": "e3637574-459f-4a87-ba24-dbc38c9fc33d", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e3637574-459f-4a87-ba24-dbc38c9fc33d" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-62169fab-211c-43c7-a7ac-603953561336" }, { "name": "Infra Proxy Update Environment", "id": "33f54e76-f0cd-4721-b2c3-ce545cd53372", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"voluptate__\": \"\",\n \"enim9c_\": \"\"\n },\n \"default_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "id": "b962e6b1-751b-4aab-83fe-f7419a8d15e6", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "d2d12649-e9ee-46b3-b93c-4c2f6baa9acc", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "618107d2-7fae-4173-8ffd-1843536ca853", "key": "name", "value": "", "description": "(Required) Environment name." } ] } }, "response": [ { "id": "c838e530-1427-432d-8b23-079ec3c54e58", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"voluptate__\": \"\",\n \"enim9c_\": \"\"\n },\n \"default_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"in_d9\": \"\",\n \"Ut5\": \"\",\n \"Excepteur_9b\": \"\",\n \"elite\": \"\"\n },\n \"default_attributes\": \"\",\n \"override_attributes\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c838e530-1427-432d-8b23-079ec3c54e58" }, { "id": "e44ba183-53a2-48ab-a77c-e9a73a1a3249", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"voluptate__\": \"\",\n \"enim9c_\": \"\"\n },\n \"default_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e44ba183-53a2-48ab-a77c-e9a73a1a3249" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-33f54e76-f0cd-4721-b2c3-ce545cd53372" } ], "id": "f2fb9dce-c0a1-4690-9704-647962d05c74", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f2fb9dce-c0a1-4690-9704-647962d05c74" }, { "name": "Infra Proxy Get Environments", "id": "ddd42827-b9c4-4f33-899a-657f74553e47", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "id": "32e62446-61ce-4052-b0e3-79c604952bd2", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "f33e04cb-61a2-4a23-9a94-df97a63e090d", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "b3955d90-d37c-476f-8039-340820faf71f", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"environments\": [\n {\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"page\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-b3955d90-d37c-476f-8039-340820faf71f" }, { "id": "1c7af5f1-2822-4a9a-bc10-5ee0d4d0f17e", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-1c7af5f1-2822-4a9a-bc10-5ee0d4d0f17e" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ddd42827-b9c4-4f33-899a-657f74553e47" }, { "name": "Infra Proxy Create Environment", "id": "5aac4b39-00e4-46a0-8a4b-3820fd669863", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"voluptate__\": \"\",\n \"enim9c_\": \"\"\n },\n \"default_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments" ], "variable": [ { "id": "b7c1eb48-4311-48d7-b227-361dc9d321c7", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "a3ee55f0-9418-425c-b4fb-195c143aa5fc", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "c69865d5-6690-4ad9-aaec-fbecae15a090", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"voluptate__\": \"\",\n \"enim9c_\": \"\"\n },\n \"default_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"in_d9\": \"\",\n \"Ut5\": \"\",\n \"Excepteur_9b\": \"\",\n \"elite\": \"\"\n },\n \"default_attributes\": \"\",\n \"override_attributes\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c69865d5-6690-4ad9-aaec-fbecae15a090" }, { "id": "781c78c7-7e7c-4370-aeff-879cd6b832c6", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"json_class\": \"\",\n \"cookbook_versions\": {\n \"voluptate__\": \"\",\n \"enim9c_\": \"\"\n },\n \"default_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/environments", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "environments" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-781c78c7-7e7c-4370-aeff-879cd6b832c6" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-5aac4b39-00e4-46a0-8a4b-3820fd669863" } ], "id": "4bca462f-1aa5-493a-8ff3-37eb41c438ee", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4bca462f-1aa5-493a-8ff3-37eb41c438ee" }, { "name": "node", "item": [ { "name": "{name}", "item": [ { "name": "runlist", "item": [ { "name": "{environment}", "item": [ { "name": "Infra Proxy Get Node Expanded Run List", "id": "d488f730-e7b9-4592-87b0-62c3ae0da8e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/node/:name/runlist/:environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "node", ":name", "runlist", ":environment" ], "variable": [ { "id": "676ada19-ff2b-40a9-b75c-eec634a4509b", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "94170c56-c995-43fb-8fe0-1082abd20256", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "8edcc14f-545c-474b-907a-cb0832e78910", "key": "name", "value": "", "description": "(Required) Node name." }, { "id": "97a5904d-30f5-466a-8235-3eeb6120f6be", "key": "environment", "value": "", "description": "(Required) Node environment." } ] } }, "response": [ { "id": "0d2561de-0898-41aa-b8ad-1a0b1f7509da", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/node/:name/runlist/:environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "node", ":name", "runlist", ":environment" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "environment" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"run_list\": [\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-0d2561de-0898-41aa-b8ad-1a0b1f7509da" }, { "id": "ffa0ec01-bbfb-409e-868c-e4824fc5dc9a", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/node/:name/runlist/:environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "node", ":name", "runlist", ":environment" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "environment" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ffa0ec01-bbfb-409e-868c-e4824fc5dc9a" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-d488f730-e7b9-4592-87b0-62c3ae0da8e0" } ], "id": "a9100f2f-350f-4286-a871-5b81cd0a6807", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a9100f2f-350f-4286-a871-5b81cd0a6807" } ], "id": "e1eb4fb7-bab0-462c-b6d4-1710bcfbe05d", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e1eb4fb7-bab0-462c-b6d4-1710bcfbe05d" } ], "id": "329a24bc-f61c-42f7-be35-c03fae202b86", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-329a24bc-f61c-42f7-be35-c03fae202b86" } ], "id": "9c1c0e03-eada-468d-b2b5-9ed0b325e21a", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9c1c0e03-eada-468d-b2b5-9ed0b325e21a" }, { "name": "nodes", "item": [ { "name": "{name}", "item": [ { "name": "attributes", "item": [ { "name": "Infra Proxy Update Node Attributes", "id": "5ee52676-b7f8-4cb1-8dd7-ea57d0813ede", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/attributes", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "attributes" ], "variable": [ { "id": "a500971e-06df-44f9-8cab-bb2138e65b9e", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "19176270-6691-443a-95b9-c99118a053af", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "750a52d2-976b-4c5b-b454-4f81b9fee09e", "key": "name", "value": "", "description": "(Required) Node name." } ] } }, "response": [ { "id": "f6c6e0e1-d34d-43b7-9902-c0db522b37ef", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/attributes", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "attributes" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"attributes\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f6c6e0e1-d34d-43b7-9902-c0db522b37ef" }, { "id": "7c2f01e8-3def-4361-882b-9ff19a368950", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/attributes", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "attributes" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7c2f01e8-3def-4361-882b-9ff19a368950" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-5ee52676-b7f8-4cb1-8dd7-ea57d0813ede" } ], "id": "8cd06744-ca4a-4194-8fe4-9972eee68e9f", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-8cd06744-ca4a-4194-8fe4-9972eee68e9f" }, { "name": "environment", "item": [ { "name": "Infra Proxy Update Node Environment", "id": "759c5a63-a83d-4c19-9cfd-bf364cbe54ac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "environment" ], "variable": [ { "id": "ebb471dc-c22a-44fe-822d-c035c99a1b94", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "68c78821-8154-4c91-a100-501a0e2d3f00", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "0800ba91-092b-44c7-bf45-d3d5fc6d1179", "key": "name", "value": "", "description": "(Required) Node name." } ] } }, "response": [ { "id": "e0ae0f92-8e36-4474-8fe1-f9dc40afde87", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "environment" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"environment\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e0ae0f92-8e36-4474-8fe1-f9dc40afde87" }, { "id": "a12a51f7-6e87-458f-95ca-cca7826e6988", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "environment" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a12a51f7-6e87-458f-95ca-cca7826e6988" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-759c5a63-a83d-4c19-9cfd-bf364cbe54ac" } ], "id": "b09ae435-fb11-4a02-ba29-847b0bb5ae84", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-b09ae435-fb11-4a02-ba29-847b0bb5ae84" }, { "name": "tags", "item": [ { "name": "Infra Proxy Update Node Tags", "id": "b6f289a0-5569-4c3c-8dc9-801930ef9f44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"action\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/tags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "tags" ], "variable": [ { "id": "6f056ef7-afc4-4e6d-bfac-e829975f4c25", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "4c76e115-830e-4636-86b3-489ee669b096", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "46839d5c-f36c-47e8-83d8-3404dc77e59d", "key": "name", "value": "", "description": "(Required) Node name." } ] } }, "response": [ { "id": "20ed5e27-0a6c-4eef-b1f4-63393d9704e8", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"action\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/tags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "tags" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-20ed5e27-0a6c-4eef-b1f4-63393d9704e8" }, { "id": "af9ae967-2438-4e95-a33b-5e558ee46b72", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"action\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name/tags", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name", "tags" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-af9ae967-2438-4e95-a33b-5e558ee46b72" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-b6f289a0-5569-4c3c-8dc9-801930ef9f44" } ], "id": "32bdc752-a3b3-4324-9b08-6802bedcb954", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-32bdc752-a3b3-4324-9b08-6802bedcb954" }, { "name": "Infra Proxy Get Node", "id": "21542c37-7964-46db-a817-92cb9cc32f9d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "id": "214281e2-3d58-492f-b956-954c9e18bb48", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "eb354a9e-64f2-4e8f-ada5-2b29fc34d7ec", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "d3376164-c942-4b5b-bde2-0da50c14f68a", "key": "name", "value": "", "description": "(Required) Node name." } ] } }, "response": [ { "id": "e6cfdc4f-01ea-4bb6-8d26-da0b67963a83", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"node_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"policy_name\": \"\",\n \"policy_group\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"automatic_attributes\": \"\",\n \"default_attributes\": \"\",\n \"normal_attributes\": \"\",\n \"override_attributes\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e6cfdc4f-01ea-4bb6-8d26-da0b67963a83" }, { "id": "8c526752-5131-4d09-9355-5059e29bb09b", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-8c526752-5131-4d09-9355-5059e29bb09b" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-21542c37-7964-46db-a817-92cb9cc32f9d" }, { "name": "Infra Proxy Delete Node", "id": "ec73925a-68c0-4b54-832f-edbfbace0d34", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "id": "5f6d7278-36c2-4dec-b97f-72215d4467dc", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "5076150b-737a-45db-97be-0988b5f77b95", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "739cb47a-c482-46f1-93e2-07959151e142", "key": "name", "value": "", "description": "(Required) Node name." } ] } }, "response": [ { "id": "4b139575-f30e-4b44-9b98-daa37216c16e", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4b139575-f30e-4b44-9b98-daa37216c16e" }, { "id": "06037fea-76c2-48ff-93d9-5de46d32efce", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-06037fea-76c2-48ff-93d9-5de46d32efce" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ec73925a-68c0-4b54-832f-edbfbace0d34" }, { "name": "Infra Proxy Update Node", "id": "9857701a-3b4d-4002-90d6-23525696c6ed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"policy_name\": \"\",\n \"policy_group\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"automatic_attributes\": {},\n \"default_attributes\": {},\n \"normal_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "id": "f7de1c22-41a3-4583-9eda-1614b73e0e8b", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "dfba0f9a-3650-4a83-b51b-bc4b24092d0b", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "401a456d-c3b3-41e3-aa1e-26d50819b92a", "key": "name", "value": "", "description": "(Required) Node name." } ] } }, "response": [ { "id": "fec07cfc-f26e-4cf5-9981-10a9e4d469ae", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"policy_name\": \"\",\n \"policy_group\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"automatic_attributes\": {},\n \"default_attributes\": {},\n \"normal_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"node_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"policy_name\": \"\",\n \"policy_group\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"automatic_attributes\": \"\",\n \"default_attributes\": \"\",\n \"normal_attributes\": \"\",\n \"override_attributes\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-fec07cfc-f26e-4cf5-9981-10a9e4d469ae" }, { "id": "3ae35f6a-04d1-4b83-97a3-7de177c179a5", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"environment\": \"\",\n \"policy_name\": \"\",\n \"policy_group\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"automatic_attributes\": {},\n \"default_attributes\": {},\n \"normal_attributes\": {},\n \"override_attributes\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-3ae35f6a-04d1-4b83-97a3-7de177c179a5" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9857701a-3b4d-4002-90d6-23525696c6ed" } ], "id": "11962d2e-bc96-4873-8264-a0b0a7ac1713", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-11962d2e-bc96-4873-8264-a0b0a7ac1713" }, { "name": "Infra Proxy Get Nodes", "id": "7637c4bd-b65e-4758-ba18-d8e939d6e4a0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "id": "82127239-f5c6-47e4-8798-956cf187d56c", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "1eb8ebb4-209c-43ee-9473-637335ee7ca8", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "1a319b54-6040-4a80-ba0c-92e9a2d9dfc4", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"nodes\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"check_in\": \"\",\n \"uptime\": \"\",\n \"platform\": \"\",\n \"environment\": \"\",\n \"policy_group\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"check_in\": \"\",\n \"uptime\": \"\",\n \"platform\": \"\",\n \"environment\": \"\",\n \"policy_group\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n }\n ],\n \"page\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-1a319b54-6040-4a80-ba0c-92e9a2d9dfc4" }, { "id": "86cb7537-7515-4908-afb4-aaa5e72d0056", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/nodes?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "nodes" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-86cb7537-7515-4908-afb4-aaa5e72d0056" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7637c4bd-b65e-4758-ba18-d8e939d6e4a0" } ], "id": "9894c2c4-a336-4079-b160-e49295eb4fc4", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9894c2c4-a336-4079-b160-e49295eb4fc4" }, { "name": "policyfiles", "item": [ { "name": "{name}", "item": [ { "name": "revisions", "item": [ { "name": "Infra Proxy Get Policyfile Revisions", "id": "4c988c5e-a6fa-4d48-81a1-585ee4db7022", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name/revisions", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name", "revisions" ], "variable": [ { "id": "23ec99bc-ac02-4514-801c-c92b620b2e0a", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "255b4abe-2861-424e-bce0-de6d39056c10", "key": "org_id", "value": "", "description": "(Required) Chef Organization ID." }, { "id": "74760a7a-6d5f-434f-ae69-6a0c954ae389", "key": "name", "value": "", "description": "(Required) Policyfile name." } ] } }, "response": [ { "id": "da48c85b-a9cd-4a0f-8e0a-910347c99d97", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name/revisions", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name", "revisions" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"revisions\": [\n {\n \"revision_id\": \"\"\n },\n {\n \"revision_id\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-da48c85b-a9cd-4a0f-8e0a-910347c99d97" }, { "id": "76119d12-3283-4f47-b86f-57b022848d47", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name/revisions", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name", "revisions" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-76119d12-3283-4f47-b86f-57b022848d47" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-4c988c5e-a6fa-4d48-81a1-585ee4db7022" } ], "id": "2dea6b5a-3c33-4091-b5a9-704487881d5a", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-2dea6b5a-3c33-4091-b5a9-704487881d5a" }, { "name": "Infra Proxy Get Policyfile", "id": "756c1c20-c477-46c1-9cd9-8e1eec8c96d1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name?revision_id=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name" ], "query": [ { "description": "Policyfile revision ID.", "key": "revision_id", "value": "" } ], "variable": [ { "id": "87172488-607b-4d10-a706-b1a52ad9f1fc", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "d69eb11c-ee55-4829-b346-d13d14fe4590", "key": "org_id", "value": "", "description": "(Required) Chef Organization ID." }, { "id": "9afef976-2edc-4e68-aac6-9b6ca3f588a1", "key": "name", "value": "", "description": "(Required) Policyfile name." } ] } }, "response": [ { "id": "93c4350b-de41-4fbe-9c1c-2172111590f1", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name?revision_id=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name" ], "query": [ { "description": "Policyfile revision ID.", "key": "revision_id", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"policy_group\": \"\",\n \"revision_id\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"named_run_list\": [\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"included_policy_locks\": [\n {\n \"name\": \"\",\n \"revision_id\": \"\",\n \"source_options\": {\n \"path\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"revision_id\": \"\",\n \"source_options\": {\n \"path\": \"\"\n }\n }\n ],\n \"cookbook_locks\": [\n {\n \"name\": \"\",\n \"version\": \"\",\n \"identifier\": \"\",\n \"dotted_identifier\": \"\",\n \"source\": \"\",\n \"cache_key\": \"\",\n \"SCMDetail\": {\n \"name\": \"\",\n \"remote\": \"\",\n \"revision\": \"\",\n \"working_tree_clean\": \"\",\n \"published\": \"\",\n \"synchronized_remote_branches\": [\n \"\",\n \"\"\n ]\n },\n \"source_options\": {\n \"path\": \"\"\n }\n },\n {\n \"name\": \"\",\n \"version\": \"\",\n \"identifier\": \"\",\n \"dotted_identifier\": \"\",\n \"source\": \"\",\n \"cache_key\": \"\",\n \"SCMDetail\": {\n \"name\": \"\",\n \"remote\": \"\",\n \"revision\": \"\",\n \"working_tree_clean\": \"\",\n \"published\": \"\",\n \"synchronized_remote_branches\": [\n \"\",\n \"\"\n ]\n },\n \"source_options\": {\n \"path\": \"\"\n }\n }\n ],\n \"default_attributes\": \"\",\n \"override_attributes\": \"\",\n \"expanded_run_list\": [\n {\n \"id\": \"\",\n \"run_list\": [\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n },\n {\n \"id\": \"\",\n \"run_list\": [\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n }\n ],\n \"solution_dependecies\": [\n {\n \"name\": \"\",\n \"version\": \"\",\n \"dependencies\": [\n {\n \"name\": \"\",\n \"version\": \"\"\n },\n {\n \"name\": \"\",\n \"version\": \"\"\n }\n ]\n },\n {\n \"name\": \"\",\n \"version\": \"\",\n \"dependencies\": [\n {\n \"name\": \"\",\n \"version\": \"\"\n },\n {\n \"name\": \"\",\n \"version\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-93c4350b-de41-4fbe-9c1c-2172111590f1" }, { "id": "3da48f9a-ac66-403f-8ba2-1b466fc1fb48", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name?revision_id=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name" ], "query": [ { "description": "Policyfile revision ID.", "key": "revision_id", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-3da48f9a-ac66-403f-8ba2-1b466fc1fb48" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-756c1c20-c477-46c1-9cd9-8e1eec8c96d1" }, { "name": "Infra Proxy Delete Policyfile", "id": "23ed80b0-df3a-48da-8f1a-c940add8e491", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name" ], "variable": [ { "id": "0f10ebac-04be-4513-9143-093c7da9b046", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "ccba3d1f-c674-41c4-ab3a-9c167686aa49", "key": "org_id", "value": "", "description": "(Required) Chef Organization ID." }, { "id": "0bf2a8a4-6647-4227-b807-673437b2d828", "key": "name", "value": "", "description": "(Required) Policyfile name." } ] } }, "response": [ { "id": "067eb6f7-3bf0-48ee-8e8f-6c2a60eadb4f", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-067eb6f7-3bf0-48ee-8e8f-6c2a60eadb4f" }, { "id": "22fb2b6d-0c5f-4b24-94f9-abd94dceffde", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-22fb2b6d-0c5f-4b24-94f9-abd94dceffde" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-23ed80b0-df3a-48da-8f1a-c940add8e491" } ], "id": "f7d2e3c9-c958-43d6-ba48-b8ff824a2a00", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f7d2e3c9-c958-43d6-ba48-b8ff824a2a00" }, { "name": "Infra Proxy Get Policyfiles", "id": "2a359491-f593-41af-9e39-8a853b95ae36", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles" ], "variable": [ { "id": "a3f798e6-1918-47c6-8994-3cabd11a2075", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "966168f6-b0a4-4e80-a804-e8a34b840530", "key": "org_id", "value": "", "description": "(Required) Chef Organization ID." } ] } }, "response": [ { "id": "e53180ca-82cc-4a6b-8dde-a10b59052938", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"policies\": [\n {\n \"name\": \"\",\n \"revision_id\": \"\",\n \"policy_group\": \"\"\n },\n {\n \"name\": \"\",\n \"revision_id\": \"\",\n \"policy_group\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e53180ca-82cc-4a6b-8dde-a10b59052938" }, { "id": "d979bcaf-a1b2-4421-ad2b-821d35170035", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policyfiles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policyfiles" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-d979bcaf-a1b2-4421-ad2b-821d35170035" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-2a359491-f593-41af-9e39-8a853b95ae36" } ], "id": "b1cf0ca9-9122-48a9-b76e-8f7fee1df21c", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-b1cf0ca9-9122-48a9-b76e-8f7fee1df21c" }, { "name": "policygroups", "item": [ { "name": "{name}", "item": [ { "name": "Infra Proxy Get Policygroup", "id": "400c2da3-91ce-4969-b7b5-d01f8d8cb7ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policygroups/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policygroups", ":name" ], "variable": [ { "id": "b1b48f91-4180-45d6-8a06-109494e5be37", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "a7e7cdd5-79dc-41c1-b18e-0231a89a0eec", "key": "org_id", "value": "", "description": "(Required) Chef Organization ID." }, { "id": "b1c0373f-d680-4350-95d3-2b7effc09283", "key": "name", "value": "", "description": "(Required) Policygroup name." } ] } }, "response": [ { "id": "aa563074-9c66-42b5-8027-2a6ceee3881c", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policygroups/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policygroups", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"policies\": [\n {\n \"name\": \"\",\n \"revision_id\": \"\"\n },\n {\n \"name\": \"\",\n \"revision_id\": \"\"\n }\n ],\n \"uri\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-aa563074-9c66-42b5-8027-2a6ceee3881c" }, { "id": "ffc0b52a-8997-482c-9a51-d1642ba89256", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/policygroups/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "policygroups", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ffc0b52a-8997-482c-9a51-d1642ba89256" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-400c2da3-91ce-4969-b7b5-d01f8d8cb7ef" } ], "id": "d9235bf0-b4f2-47ce-8788-5d9400e837b4", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-d9235bf0-b4f2-47ce-8788-5d9400e837b4" } ], "id": "2c91540d-332a-416e-b28c-0483a6b4f148", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-2c91540d-332a-416e-b28c-0483a6b4f148" }, { "name": "roles", "item": [ { "name": "{name}", "item": [ { "name": "environments", "item": [ { "name": "Infra Proxy Get Role Environments", "id": "1c7fc4e1-c244-4912-996d-644b3c4fe586", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name/environments", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name", "environments" ], "variable": [ { "id": "a0585603-3b00-4ef3-a04c-b2a2432639f8", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "c450bebd-1bc4-4a9f-aa05-fafbfb5aac8b", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "cb03d1f6-1a22-4b27-b305-c098645b96d9", "key": "name", "value": "", "description": "(Required) Role name." } ] } }, "response": [ { "id": "974033c9-ef03-4b2d-9ef0-cf591231f4c6", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name/environments", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name", "environments" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"environments\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-974033c9-ef03-4b2d-9ef0-cf591231f4c6" }, { "id": "89dcd9c3-9e01-4e54-a9b8-90e430c7f5f0", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name/environments", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name", "environments" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-89dcd9c3-9e01-4e54-a9b8-90e430c7f5f0" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-1c7fc4e1-c244-4912-996d-644b3c4fe586" } ], "id": "e9f44f91-28fd-44f1-872d-93d919522e98", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e9f44f91-28fd-44f1-872d-93d919522e98" }, { "name": "runlist", "item": [ { "name": "{environment}", "item": [ { "name": "Infra Proxy Get Role Expanded Run List", "id": "af25d4c2-2094-4bd4-9e5a-56d2d341831a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name/runlist/:environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name", "runlist", ":environment" ], "variable": [ { "id": "77b5a2bc-7d6b-4dcb-b157-18ac8c4a2384", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "a30fbce8-c4da-4d20-9bb6-622beb38166b", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "231ac3c5-38d7-4c94-bbf5-03f52d6bbee7", "key": "name", "value": "", "description": "(Required) Role name." }, { "id": "49199b3e-6c56-414e-b4ca-b681f08e5cb1", "key": "environment", "value": "", "description": "(Required) Role environment." } ] } }, "response": [ { "id": "9b5f1a9f-3b5d-41d2-8a80-2911f149cbfe", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name/runlist/:environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name", "runlist", ":environment" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "environment" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"run_list\": [\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"type\": \"\",\n \"name\": \"\",\n \"version\": \"\",\n \"skipped\": \"\",\n \"position\": \"\",\n \"error\": \"\",\n \"children\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9b5f1a9f-3b5d-41d2-8a80-2911f149cbfe" }, { "id": "639eb3be-2c09-485b-b07d-20b51eed2278", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name/runlist/:environment", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name", "runlist", ":environment" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" }, { "key": "environment" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-639eb3be-2c09-485b-b07d-20b51eed2278" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-af25d4c2-2094-4bd4-9e5a-56d2d341831a" } ], "id": "54a2110d-57de-4c9f-afaa-88128e2aaa05", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-54a2110d-57de-4c9f-afaa-88128e2aaa05" } ], "id": "1006c6f8-7a8d-42f1-af72-a4328825c551", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-1006c6f8-7a8d-42f1-af72-a4328825c551" }, { "name": "Infra Proxy Get Role", "id": "a020ee62-63b2-4be9-a6fa-84b03a048e27", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "id": "51f7f214-0d2a-45f6-a833-e752ce90e27e", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "269c1c22-9a13-470b-a2c6-c6eb9b66b2c0", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "b6db2947-6c3e-4af9-aa0f-5dd9a2a41fa0", "key": "name", "value": "", "description": "(Required) Role name." } ] } }, "response": [ { "id": "771ee37e-29f4-4116-b1fc-c1db3a4bddab", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"default_attributes\": \"\",\n \"override_attributes\": \"\",\n \"json_class\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-771ee37e-29f4-4116-b1fc-c1db3a4bddab" }, { "id": "8b061087-9ec0-4689-87d9-01ff8240b46c", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-8b061087-9ec0-4689-87d9-01ff8240b46c" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a020ee62-63b2-4be9-a6fa-84b03a048e27" }, { "name": "Infra Proxy Delete Role", "id": "50ab4186-95a2-47ce-bc10-61c1f03c1ad5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "id": "c548d169-dc71-43c5-aa03-ce07482b7fde", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "70e97a81-35be-432d-993d-8a272fbabfc4", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "d8d02c2e-3e92-4a66-ae4c-88aa674e94de", "key": "name", "value": "", "description": "(Required) Role name." } ] } }, "response": [ { "id": "be6fae28-cbc6-425e-93cd-832971fbd97c", "name": "A successful response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"default_attributes\": \"\",\n \"override_attributes\": \"\",\n \"json_class\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-be6fae28-cbc6-425e-93cd-832971fbd97c" }, { "id": "2176d20a-6f6b-46a3-bd6f-f5b37900b979", "name": "An unexpected error response.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-2176d20a-6f6b-46a3-bd6f-f5b37900b979" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-50ab4186-95a2-47ce-bc10-61c1f03c1ad5" }, { "name": "Infra Proxy Update Role", "id": "39353640-4906-488f-8597-6296ce44722c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"default_attributes\": {},\n \"override_attributes\": {},\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"env_run_lists\": [\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "id": "c72828d2-5889-4631-addf-451f8b586db9", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "c646629c-a112-4e38-8717-8df56c0cd941", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." }, { "id": "e3449e32-32c6-4cce-bae0-df0b1381864b", "key": "name", "value": "", "description": "(Required) Role name." } ] } }, "response": [ { "id": "f1b7ef71-73ac-4557-8243-85c05b3c5249", "name": "A successful response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"default_attributes\": {},\n \"override_attributes\": {},\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"env_run_lists\": [\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"default_attributes\": \"\",\n \"override_attributes\": \"\",\n \"json_class\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-f1b7ef71-73ac-4557-8243-85c05b3c5249" }, { "id": "9944afb5-360f-4f98-973b-1380bec71cfe", "name": "An unexpected error response.", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"default_attributes\": {},\n \"override_attributes\": {},\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"env_run_lists\": [\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles/:name", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles", ":name" ], "variable": [ { "key": "server_id" }, { "key": "org_id" }, { "key": "name" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9944afb5-360f-4f98-973b-1380bec71cfe" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-39353640-4906-488f-8597-6296ce44722c" } ], "id": "fa763e88-a2ec-4c8e-bb32-fbcf022be634", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-fa763e88-a2ec-4c8e-bb32-fbcf022be634" }, { "name": "Infra Proxy Get Roles", "id": "e47b44c4-4285-4b2d-9b8e-081bcbe4c9ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "id": "a48d3c11-f598-41ee-b35b-169190f4b616", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "0d52d680-784c-45ad-8231-2f087ba3a5e6", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "7a83c68b-459a-4e98-b41e-e0522af17274", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"roles\": [\n {\n \"name\": \"\",\n \"description\": \"\",\n \"environments\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"description\": \"\",\n \"environments\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"page\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-7a83c68b-459a-4e98-b41e-e0522af17274" }, { "id": "acf6f76a-7c11-4f65-b44c-9d51c85aa40f", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles?search_query.q=&search_query.page=&search_query.per_page=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles" ], "query": [ { "description": "The search query used to identify a list of items.", "key": "search_query.q", "value": "" }, { "description": "Starting page for the results.", "key": "search_query.page", "value": "" }, { "description": "The number of results on each page.", "key": "search_query.per_page", "value": "" } ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-acf6f76a-7c11-4f65-b44c-9d51c85aa40f" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e47b44c4-4285-4b2d-9b8e-081bcbe4c9ab" }, { "name": "Infra Proxy Create Role", "id": "8505eabf-630f-48ca-9231-93dda2b12f8a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"default_attributes\": {},\n \"override_attributes\": {},\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"env_run_lists\": [\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles" ], "variable": [ { "id": "e411b7c7-953c-4839-996e-4322dfa7ef26", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "b5f9dbc5-e7c4-4e48-8059-17ec6138c8e8", "key": "org_id", "value": "", "description": "(Required) Chef organization ID." } ] } }, "response": [ { "id": "22d95430-87f1-45a0-8467-1f5fe432d8f3", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"default_attributes\": {},\n \"override_attributes\": {},\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"env_run_lists\": [\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"chef_type\": \"\",\n \"description\": \"\",\n \"default_attributes\": \"\",\n \"override_attributes\": \"\",\n \"json_class\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-22d95430-87f1-45a0-8467-1f5fe432d8f3" }, { "id": "aeb61101-de7d-4312-a844-63843a1bafe6", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"org_id\": \"\",\n \"server_id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"default_attributes\": {},\n \"override_attributes\": {},\n \"run_list\": [\n \"\",\n \"\"\n ],\n \"env_run_lists\": [\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"run_list\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/roles", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "roles" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-aeb61101-de7d-4312-a844-63843a1bafe6" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-8505eabf-630f-48ca-9231-93dda2b12f8a" } ], "id": "10c35205-3a5b-4146-88d1-e37d15ad0009", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-10c35205-3a5b-4146-88d1-e37d15ad0009" }, { "name": "users", "item": [ { "name": "Infra Proxy Get Org Users List", "id": "3105adde-3ce6-4a3f-b5d6-67a68f4d640e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/users", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "users" ], "variable": [ { "id": "ef980e12-cd68-4aa0-8621-ab0eb0a9f5a0", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." }, { "id": "101ec573-3621-41be-95af-09891520ce73", "key": "org_id", "value": "", "description": "(Required) Chef Organization ID." } ] } }, "response": [ { "id": "c84a52d7-d1bc-45cb-90aa-91d912844da3", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/users", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "users" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"users\": [\n {\n \"username\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n },\n {\n \"username\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c84a52d7-d1bc-45cb-90aa-91d912844da3" }, { "id": "73fb6443-44d4-4159-9113-fdfa41ab57fe", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs/:org_id/users", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs", ":org_id", "users" ], "variable": [ { "key": "server_id" }, { "key": "org_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-73fb6443-44d4-4159-9113-fdfa41ab57fe" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-3105adde-3ce6-4a3f-b5d6-67a68f4d640e" } ], "id": "53a50387-b83d-4146-96d4-abeaacd28dab", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-53a50387-b83d-4146-96d4-abeaacd28dab" } ], "id": "ba058395-8fbf-4dc0-8bf3-d0d344f6eebe", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ba058395-8fbf-4dc0-8bf3-d0d344f6eebe" }, { "name": "Infra Proxy Get Orgs", "id": "70951234-f88a-4cc1-bb41-6dfb5acd3dcd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs" ], "variable": [ { "id": "642a0de6-2a2a-408d-9a7f-b65626270c1a", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." } ] } }, "response": [ { "id": "98336008-cb71-495b-a6d3-bc9560e459b0", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs" ], "variable": [ { "key": "server_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"orgs\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"credential_id\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"credential_id\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-98336008-cb71-495b-a6d3-bc9560e459b0" }, { "id": "cb26366a-5d9a-444d-ba84-98b2792cd932", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs" ], "variable": [ { "key": "server_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-cb26366a-5d9a-444d-ba84-98b2792cd932" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-70951234-f88a-4cc1-bb41-6dfb5acd3dcd" }, { "name": "Infra Proxy Create Org", "id": "5f8aa8e2-438d-4f6c-bace-3e95fbeafd06", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"admin_key\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs" ], "variable": [ { "id": "7a47f39b-5546-42ff-82cc-41a889d09974", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." } ] } }, "response": [ { "id": "021ed32b-1a51-42e0-b0d4-a1a25358bdf4", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"admin_key\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs" ], "variable": [ { "key": "server_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"org\": {\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"credential_id\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-021ed32b-1a51-42e0-b0d4-a1a25358bdf4" }, { "id": "39b973d8-a539-4389-9b58-c1b5b5703830", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"admin_user\": \"\",\n \"admin_key\": \"\",\n \"server_id\": \"\",\n \"projects\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/orgs", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "orgs" ], "variable": [ { "key": "server_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-39b973d8-a539-4389-9b58-c1b5b5703830" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-5f8aa8e2-438d-4f6c-bace-3e95fbeafd06" } ], "id": "d7853bf4-d0af-4785-ae95-d5c3c2f6794f", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-d7853bf4-d0af-4785-ae95-d5c3c2f6794f" }, { "name": "users", "item": [ { "name": "Infra Proxy Get Server Users List", "id": "d98272f3-9377-4a61-af58-99258a62b89a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\",\n \"admin_name\": \"\",\n \"admin_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/users", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "users" ], "variable": [ { "id": "008d0b04-8add-431c-b0c9-0fa41ac3bd75", "key": "server_id", "value": "", "description": "(Required) Chef Infra Server ID." } ] } }, "response": [ { "id": "dfe06aa0-6486-4090-b769-546326fc17ae", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\",\n \"admin_name\": \"\",\n \"admin_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/users", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "users" ], "variable": [ { "key": "server_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"users\": [\n {\n \"username\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n },\n {\n \"username\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"email\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-dfe06aa0-6486-4090-b769-546326fc17ae" }, { "id": "c176af50-8649-44a2-83ec-6df71246466a", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"server_id\": \"\",\n \"admin_name\": \"\",\n \"admin_key\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers/:server_id/users", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers", ":server_id", "users" ], "variable": [ { "key": "server_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-c176af50-8649-44a2-83ec-6df71246466a" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-d98272f3-9377-4a61-af58-99258a62b89a" } ], "id": "e76793a9-f55c-41e6-8353-00ba5140e6e9", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e76793a9-f55c-41e6-8353-00ba5140e6e9" } ], "id": "e237efe0-5fb5-4330-83a4-86ec4fe41811", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-e237efe0-5fb5-4330-83a4-86ec4fe41811" }, { "name": "Infra Proxy Get Servers", "id": "5d4f1753-825f-4ecb-8b18-5bfac0342f71", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers" ] } }, "response": [ { "id": "a1510f06-d02a-47c3-968d-874df07548b7", "name": "A successful response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"servers\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\",\n \"orgs_count\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\",\n \"orgs_count\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a1510f06-d02a-47c3-968d-874df07548b7" }, { "id": "91846fd7-8c81-4219-9a1b-e3f52c5bfdbd", "name": "An unexpected error response.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v0/infra/servers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-91846fd7-8c81-4219-9a1b-e3f52c5bfdbd" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-5d4f1753-825f-4ecb-8b18-5bfac0342f71" }, { "name": "Infra Proxy Create Server", "id": "ee757ea8-25f9-44f7-aee0-b963af067a42", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers" ] } }, "response": [ { "id": "0d01b6c7-1357-475a-8dc2-bcd09cafc20e", "name": "A successful response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"server\": {\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\",\n \"orgs_count\": \"\"\n }\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-0d01b6c7-1357-475a-8dc2-bcd09cafc20e" }, { "id": "a2dd7ee4-c5fa-48b7-8c0d-b48d747ebef3", "name": "An unexpected error response.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"fqdn\": \"\",\n \"ip_address\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v0/infra/servers", "host": [ "{{baseUrl}}" ], "path": [ "api", "v0", "infra", "servers" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n {\n \"type_url\": \"\",\n \"value\": \"\"\n },\n {\n \"type_url\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-a2dd7ee4-c5fa-48b7-8c0d-b48d747ebef3" } ], "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-ee757ea8-25f9-44f7-aee0-b963af067a42" } ], "id": "9a9190c4-0570-498c-bc80-16211f178786", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-9a9190c4-0570-498c-bc80-16211f178786" } ], "id": "d38d76dd-2c69-44b7-b9d0-8f216f12c7ef", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-d38d76dd-2c69-44b7-b9d0-8f216f12c7ef" } ], "id": "574e6b6f-6fed-4c4c-b264-dcf63b5bf820", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-574e6b6f-6fed-4c4c-b264-dcf63b5bf820" } ], "id": "8585ac34-0bab-4bb7-8e56-e3995f227d21", "createdAt": "2026-07-28T01:20:04.000Z", "updatedAt": "2026-07-28T01:20:04.000Z", "uid": "35240-8585ac34-0bab-4bb7-8e56-e3995f227d21" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }