{ "opencollection": "1.0.0", "info": { "name": "Calyptia Cloud agent core_instance_check API", "version": "1.0" }, "items": [ { "info": { "name": "core_instance_check", "type": "folder" }, "items": [ { "info": { "name": "Core Instance checks", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v1/core_instances/:coreInstanceID/checks", "params": [ { "name": "coreInstanceID", "value": "", "type": "path" }, { "name": "last", "value": "", "type": "query", "description": "Last checks." }, { "name": "before", "value": "", "type": "query", "description": "End cursor." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Checks associated to a core instance." }, { "info": { "name": "Create core instance check", "type": "http" }, "http": { "method": "POST", "url": "https://cloud-api.calyptia.com/v1/core_instances/:coreInstanceID/checks", "params": [ { "name": "coreInstanceID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create check within a core instance." }, { "info": { "name": "Core Instance check", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v1/core_instance_checks/:checkID", "params": [ { "name": "checkID", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Check by ID." }, { "info": { "name": "Update core instance check", "type": "http" }, "http": { "method": "PATCH", "url": "https://cloud-api.calyptia.com/v1/core_instance_checks/:checkID", "params": [ { "name": "checkID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update check by its ID." }, { "info": { "name": "Delete core instance check", "type": "http" }, "http": { "method": "DELETE", "url": "https://cloud-api.calyptia.com/v1/core_instance_checks/:checkID", "params": [ { "name": "checkID", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete core instance check by its ID." } ] } ], "bundled": true }