{ "opencollection": "1.0.0", "info": { "name": "Infra Authentication Destinations API", "version": "0.0.0" }, "items": [ { "info": { "name": "Destinations", "type": "folder" }, "items": [ { "info": { "name": "ListDestinations", "type": "http" }, "http": { "method": "GET", "url": "https://api.infrahq.com/api/destinations", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "name", "value": "production-cluster", "type": "query", "description": "Name of the destination" }, { "name": "kind", "value": "kubernetes", "type": "query", "description": "Kind of destination. eg. kubernetes or ssh or postgres" }, { "name": "unique_id", "value": "94c2c570a20311180ec325fd56", "type": "query", "description": "Unique ID generated by the connector" }, { "name": "page", "value": "1", "type": "query", "description": "Page number to retrieve" }, { "name": "limit", "value": "100", "type": "query", "description": "Number of objects to retrieve per page (up to 1000)" } ] }, "docs": "ListDestinations" }, { "info": { "name": "CreateDestination", "type": "http" }, "http": { "method": "POST", "url": "https://api.infrahq.com/api/destinations", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "CreateDestination" }, { "info": { "name": "GetDestination", "type": "http" }, "http": { "method": "GET", "url": "https://api.infrahq.com/api/destinations/:id", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "GetDestination" }, { "info": { "name": "UpdateDestination", "type": "http" }, "http": { "method": "PUT", "url": "https://api.infrahq.com/api/destinations/:id", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "7a1b26b33F", "type": "path", "description": "ID of the destination" } ], "body": { "type": "json", "data": "{}" } }, "docs": "UpdateDestination" }, { "info": { "name": "DeleteDestination", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.infrahq.com/api/destinations/:id", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "DeleteDestination" }, { "info": { "name": "CreateToken", "type": "http" }, "http": { "method": "POST", "url": "https://api.infrahq.com/api/tokens", "headers": [ { "name": "Infra-Version", "value": "" }, { "name": "Authorization", "value": "" } ] }, "docs": "CreateToken" } ] } ], "bundled": true }