{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin SSH Host Groups API", "version": "0.0.1" }, "items": [ { "info": { "name": "SSH Host Groups", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/ssh/host-groups/{sshHostGroupId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/ssh/host-groups/:sshHostGroupId", "params": [ { "name": "sshHostGroupId", "value": "", "type": "path", "description": "The ID of the SSH host group to get." } ] }, "docs": "Get SSH Host Group" }, { "info": { "name": "PATCH /api/v1/ssh/host-groups/{sshHostGroupId}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/ssh/host-groups/:sshHostGroupId", "params": [ { "name": "sshHostGroupId", "value": "", "type": "path", "description": "The ID of the SSH host group to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update SSH Host Group" }, { "info": { "name": "DELETE /api/v1/ssh/host-groups/{sshHostGroupId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/ssh/host-groups/:sshHostGroupId", "params": [ { "name": "sshHostGroupId", "value": "", "type": "path", "description": "The ID of the SSH host group to delete." } ] }, "docs": "Delete SSH Host Group" }, { "info": { "name": "POST /api/v1/ssh/host-groups", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/ssh/host-groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create SSH Host Group" }, { "info": { "name": "GET /api/v1/ssh/host-groups/{sshHostGroupId}/hosts", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/ssh/host-groups/:sshHostGroupId/hosts", "params": [ { "name": "filter", "value": "", "type": "query", "description": "The filter to apply to the SSH hosts in the SSH host group." }, { "name": "sshHostGroupId", "value": "", "type": "path", "description": "The ID of the SSH host group to get." } ] }, "docs": "Get SSH Hosts in a Host Group" }, { "info": { "name": "POST /api/v1/ssh/host-groups/{sshHostGroupId}/hosts/{hostId}", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/ssh/host-groups/:sshHostGroupId/hosts/:hostId", "params": [ { "name": "sshHostGroupId", "value": "", "type": "path", "description": "The ID of the SSH host group to add the host to." }, { "name": "hostId", "value": "", "type": "path", "description": "The ID of the SSH host to add to the SSH host group." } ] }, "docs": "Add an SSH Host to a Host Group" }, { "info": { "name": "DELETE /api/v1/ssh/host-groups/{sshHostGroupId}/hosts/{hostId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/ssh/host-groups/:sshHostGroupId/hosts/:hostId", "params": [ { "name": "sshHostGroupId", "value": "", "type": "path", "description": "The ID of the SSH host group to delete the host from." }, { "name": "hostId", "value": "", "type": "path", "description": "The ID of the SSH host to delete from the SSH host group." } ] }, "docs": "Remove an SSH Host from a Host Group" }, { "info": { "name": "listProjectSshHostGroups", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/projects/:projectId/ssh-host-groups", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to list SSH host groups for." } ] } }, { "info": { "name": "GET /api/v2/workspace/{projectId}/ssh-host-groups", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/workspace/:projectId/ssh-host-groups", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project to list SSH host groups for." } ] } } ] } ], "bundled": true }