{ "info": { "_postman_id": "31f8c8a7-8164-4875-9259-8697f0168abf", "name": "Laravel Cloud Applications Monitors API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:52.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "lastUpdatedBy": "35240", "uid": "35240-31f8c8a7-8164-4875-9259-8697f0168abf" }, "item": [ { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "servers", "item": [ { "name": "{server}", "item": [ { "name": "monitors", "item": [ { "name": "{monitor}", "item": [ { "name": "Get server monitor", "id": "401af040-32a5-4d20-89a2-3ea169a1e53e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "id": "402be1cc-a630-488b-bf4c-2810d8fb3d55", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "0325d3da-167a-47d0-a529-156de5b426ec", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "6812d5d7-e986-45df-a3ad-488c34eb7614", "key": "monitor", "value": "", "description": "(Required) The monitor ID" } ] }, "description": "Get a specific monitor associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "71258c1a-8ed9-4fc9-a352-4d5941e840ee", "name": "`MonitorResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "monitor" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"monitors\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"type\": \"disk\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"minutes\": \"\",\n \"notify\": \"\",\n \"status\": \"installing\",\n \"state\": \"ALERT\",\n \"state_changed_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-71258c1a-8ed9-4fc9-a352-4d5941e840ee" }, { "id": "c213aba3-8a35-4918-b4c0-9da51b0f3317", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "monitor" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-c213aba3-8a35-4918-b4c0-9da51b0f3317" }, { "id": "f8644435-9671-4eae-a8eb-8bfbf6d08a53", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "monitor" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-f8644435-9671-4eae-a8eb-8bfbf6d08a53" } ], "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-401af040-32a5-4d20-89a2-3ea169a1e53e" }, { "name": "Delete server monitor", "id": "238721cb-5856-4047-9e70-972a4b7662f5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "id": "fa3d2ded-832c-43d5-a027-b3823bf49650", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "1843f7e2-bc8d-410a-8f62-2f04a60c935f", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "b5ad2566-9cb3-4567-8afc-b1db9facf3e0", "key": "monitor", "value": "", "description": "(Required) The monitor ID" } ] }, "description": "Remove a monitor from the server.\n\nProcessing mode: async" }, "response": [ { "id": "d1a37f68-5db3-4187-9d6e-3be221eae0eb", "name": "Accepted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "monitor" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-d1a37f68-5db3-4187-9d6e-3be221eae0eb" }, { "id": "50db7b30-ec79-48fb-ba41-c547441ea48f", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "monitor" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-50db7b30-ec79-48fb-ba41-c547441ea48f" }, { "id": "000720e8-f81a-4190-a4d6-4f9c0d02a24f", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors/:monitor", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors", ":monitor" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "monitor" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-000720e8-f81a-4190-a4d6-4f9c0d02a24f" } ], "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-238721cb-5856-4047-9e70-972a4b7662f5" } ], "id": "6aab1e2c-1f8a-4a15-b21f-fa4be5fb7544", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-6aab1e2c-1f8a-4a15-b21f-fa4be5fb7544" }, { "name": "List server monitors", "id": "41ea1849-026e-4a84-af5f-4b971cde2974", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors?page[size]=30&page[cursor]=&filter[status]=&filter[state]=&filter[type]=&filter[notify]=&sort=-created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the monitor.", "key": "filter[status]", "value": "" }, { "description": "The state of the monitor.", "key": "filter[state]", "value": "" }, { "description": "The type of the monitor.", "key": "filter[type]", "value": "" }, { "description": "The email address to notify when the monitor is in an alert state.", "key": "filter[notify]", "value": "" }, { "key": "sort", "value": "-created_at,-updated_at" } ], "variable": [ { "id": "85fcf6c2-4e9b-4b88-b698-72aa36ad85b7", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "91f3dbeb-5b1b-4c5f-b9e6-1cf88aa1ffdf", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "List all monitors associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "ad04c5f5-5f94-4128-91aa-812acfb4c9a2", "name": "Paginated set of `MonitorResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors?page[size]=30&page[cursor]=&filter[status]=&filter[state]=&filter[type]=&filter[notify]=&sort=-created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the monitor.", "key": "filter[status]", "value": "" }, { "description": "The state of the monitor.", "key": "filter[state]", "value": "" }, { "description": "The type of the monitor.", "key": "filter[type]", "value": "" }, { "description": "The email address to notify when the monitor is in an alert state.", "key": "filter[notify]", "value": "" }, { "key": "sort", "value": "-created_at,-updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"monitors\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"type\": \"used_memory\",\n \"operator\": \"gte\",\n \"threshold\": \"\",\n \"minutes\": \"\",\n \"notify\": \"\",\n \"status\": \"disabled\",\n \"state\": \"OK\",\n \"state_changed_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"monitors\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"type\": \"disk\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"minutes\": \"\",\n \"notify\": \"\",\n \"status\": \"running\",\n \"state\": \"ALERT\",\n \"state_changed_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-ad04c5f5-5f94-4128-91aa-812acfb4c9a2" }, { "id": "c9a761aa-bc81-4b1f-bb23-364a66a29ac9", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors?page[size]=30&page[cursor]=&filter[status]=&filter[state]=&filter[type]=&filter[notify]=&sort=-created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the monitor.", "key": "filter[status]", "value": "" }, { "description": "The state of the monitor.", "key": "filter[state]", "value": "" }, { "description": "The type of the monitor.", "key": "filter[type]", "value": "" }, { "description": "The email address to notify when the monitor is in an alert state.", "key": "filter[notify]", "value": "" }, { "key": "sort", "value": "-created_at,-updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-c9a761aa-bc81-4b1f-bb23-364a66a29ac9" }, { "id": "26204ade-87e3-4047-b83b-7a137949e16a", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors?page[size]=30&page[cursor]=&filter[status]=&filter[state]=&filter[type]=&filter[notify]=&sort=-created_at,-updated_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the monitor.", "key": "filter[status]", "value": "" }, { "description": "The state of the monitor.", "key": "filter[state]", "value": "" }, { "description": "The type of the monitor.", "key": "filter[type]", "value": "" }, { "description": "The email address to notify when the monitor is in an alert state.", "key": "filter[notify]", "value": "" }, { "key": "sort", "value": "-created_at,-updated_at" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-26204ade-87e3-4047-b83b-7a137949e16a" } ], "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-41ea1849-026e-4a84-af5f-4b971cde2974" }, { "name": "Create server monitor", "id": "04a36dba-a4ef-4694-9f0d-6e6a0ecc672d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"free_memory\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"notify\": \"\",\n \"minutes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "variable": [ { "id": "12b29958-d456-4f7a-ae5d-da10798f78dc", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "0b195f71-d762-4846-8f99-0bfd8d589a61", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Add a new monitor to the server.\n\nProcessing mode: async" }, "response": [ { "id": "2a2f308c-a446-461a-aa9a-aed0fa3689b6", "name": "`MonitorResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"free_memory\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"notify\": \"\",\n \"minutes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"monitors\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"type\": \"disk\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"minutes\": \"\",\n \"notify\": \"\",\n \"status\": \"installing\",\n \"state\": \"ALERT\",\n \"state_changed_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-2a2f308c-a446-461a-aa9a-aed0fa3689b6" }, { "id": "60388b60-99d7-45d4-8bca-ddbe1646a4e6", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"free_memory\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"notify\": \"\",\n \"minutes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-60388b60-99d7-45d4-8bca-ddbe1646a4e6" }, { "id": "47e4bd68-b4f7-4fa1-a231-10daef03da8b", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"free_memory\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"notify\": \"\",\n \"minutes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-47e4bd68-b4f7-4fa1-a231-10daef03da8b" }, { "id": "1edae5a2-b275-4add-8576-55932bc7e08a", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"free_memory\",\n \"operator\": \"lte\",\n \"threshold\": \"\",\n \"notify\": \"\",\n \"minutes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/monitors", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "monitors" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"commodo_a6a\": [\n \"\",\n \"\"\n ],\n \"tempor746\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-1edae5a2-b275-4add-8576-55932bc7e08a" } ], "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-04a36dba-a4ef-4694-9f0d-6e6a0ecc672d" } ], "id": "a90019de-9092-4c05-8208-5422f7c0fca3", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-a90019de-9092-4c05-8208-5422f7c0fca3" } ], "id": "2adeec32-91c0-4254-b668-1c13b0361307", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-2adeec32-91c0-4254-b668-1c13b0361307" } ], "id": "67976ebb-b46e-4bb2-a578-885598d7cc39", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-67976ebb-b46e-4bb2-a578-885598d7cc39" } ], "id": "a5e95b83-c771-46b0-aac9-ea2b2cc554c9", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-a5e95b83-c771-46b0-aac9-ea2b2cc554c9" } ], "id": "c0fa164a-849c-4290-b689-046900d7a6b8", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:53.000Z", "uid": "35240-c0fa164a-849c-4290-b689-046900d7a6b8" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }