{ "opencollection": "1.0.0", "info": { "name": "Calyptia Cloud agent search API", "version": "1.0" }, "items": [ { "info": { "name": "search", "type": "folder" }, "items": [ { "info": { "name": "Search.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v1/search", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "resource", "value": "", "type": "query" }, { "name": "term", "value": "", "type": "query" }, { "name": "exact", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search different kinds of resources from the API.\nIt returns just the ID and name of the matching resource.\nResults are sorted by name in ascending order.\nIf you don't provide a search term, all data is returned." }, { "info": { "name": "Search.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud-api.calyptia.com/v2/search", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "resource", "value": "", "type": "query" }, { "name": "term", "value": "", "type": "query" }, { "name": "exact", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search different kinds of resources from the API.\nIt returns just the ID and name of the matching resource.\nResults are sorted by name in ascending order.\nIf you don't provide a search term, all data is returned." } ] } ], "bundled": true }