{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Custom Entities API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Custom Entities", "type": "folder" }, "items": [ { "info": { "name": "List custom Entity Type Definition", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/custom-entitytypes", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "This end point lists custom Entity Type Definition" }, { "info": { "name": "Create a Custom Entity type", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/custom-entitytypes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "This end point creates a custom entity type" }, { "info": { "name": "Get custom Entity Types", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/custom-entitytypes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "This endpoint gets custom Entity Type by ID" }, { "info": { "name": "Update a Custom Entity Type", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/custom-entitytypes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "This end points updates the definition of a custom entity type" }, { "info": { "name": "Delete a Custom Entity Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://{unit}-{tenant}.instana.io/api/custom-entitytypes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "This end point deletes a custom Entity type definition" } ] } ], "bundled": true }