Resolves enrolled resource names and returns any associated information and user access methods (UAMs)
OK
{- "names": [
- "api-server-west-01.example.com",
- "db-node-east-01.example.com"
], - "client_features": [
- "on-demand-users",
- "gateways",
- "ad-joined",
- "gateway-brokered-rdp",
- "user-access-methods",
- "pam-password-account",
- "pam-password-gateway"
], - "include_user_access_methods": true,
- "resource_type": "database"
}
{- "results": [
- {
- "name": "api-server-west-01.example.com",
- "servers": [
- {
- "team_name": "x-factor",
- "id": "8370a376-7858-4fa3-93f2-1b0b0b0b0b0b",
- "project_name": "test_example_project",
- "hostname": "api-server-west-01.example.com",
- "alt_names": [
- "api-server-west-01.example.com",
- "ip-10-1-1-1-internal"
], - "bastion": "bastion-node1.example.com",
- "canonical_name": "api-server-west-01.example.com",
- "access_address": "10.1.1.1",
- "os": "Debian 11.6",
- "os_type": "linux",
- "services": [
- "ssh",
- "broker"
], - "registered_at": "2023-02-06T21:09:22.517764Z",
- "last_seen": "2023-08-14T03:23:52.582553Z",
- "sftd_version": "1.23.4",
- "cloud_provider": "aws",
- "ssh_host_keys": [
- "ssh-rsa xxx"
], - "broker_host_certs": [
- "token"
], - "instance_details": {
- "instance_id": "i-00112233445566",
- "account_id": "00112233445566",
- "availability_zone": "us-west-2c",
- "networks": [
- {
- "mac": "00-00-00-00-00-00",
- "vpc_id": "vpc-0011223344",
- "addresses": [
- "10.0.0.1"
]
}
], - "public_ip_v4": "",
- "instance_type": "m5.large"
}, - "state": "ACTIVE",
- "managed": true,
- "deleted_at": null
}
]
}
]
}
Lists all Server Account Resources for the current Security Admin
This endpoint requires the following role: security_admin
.
OK
{- "list": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "hostname": "string",
- "id": "string",
- "last_password_change_error_metadata": "string",
- "last_password_change_error_report_timestamp": "2019-08-24T14:15:22Z",
- "last_password_change_error_system_timestamp": "2019-08-24T14:15:22Z",
- "last_password_change_error_type": "string",
- "last_password_change_success_report_timestamp": "2019-08-24T14:15:22Z",
- "last_password_change_system_timestamp": "2019-08-24T14:15:22Z",
- "login": "string",
- "managed": true,
- "project_id": "string",
- "server_id": "string",
- "team_id": "string"
}
]
}
Lists all Servers for your Team
This endpoint requires the following role: security_admin
.
OK
{- "list": [
- {
- "access_address": "string",
- "alt_names": [
- "string"
], - "bastion": "string",
- "canonical_name": "string",
- "cloud_provider": "aws",
- "deleted_at": "2019-08-24T14:15:22Z",
- "hostname": "string",
- "id": "/regex/",
- "instance_details": {
- "account_id": "string",
- "availability_zone": "string",
- "instance_id": "string",
- "instance_type": "string",
- "networks": [
- {
- "addresses": [
- "string"
], - "mac": "string",
- "vpc_id": "string"
}
], - "public_ip_v4": "string",
- "_type": "string"
}, - "labels": {
- "property1": "string",
- "property2": "string"
}, - "last_seen": "2019-08-24T14:15:22Z",
- "managed": true,
- "os": "string",
- "os_type": "string",
- "project_name": "string",
- "registered_at": "2019-08-24T14:15:22Z",
- "services": [
- "string"
], - "sftd_version": "string",
- "ssh_host_keys": [
- "string"
], - "state": "string",
- "team_name": "/regex/"
}
]
}
Lists all Server Account Resources for the current Security Admin or Delegated Security Admin for the Resource Group
This endpoint requires one of the following roles: security_admin
, delegated_security_admin
.
OK
{- "list": [
- {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "hostname": "string",
- "id": "string",
- "last_password_change_error_metadata": "string",
- "last_password_change_error_report_timestamp": "2019-08-24T14:15:22Z",
- "last_password_change_error_system_timestamp": "2019-08-24T14:15:22Z",
- "last_password_change_error_type": "string",
- "last_password_change_success_report_timestamp": "2019-08-24T14:15:22Z",
- "last_password_change_system_timestamp": "2019-08-24T14:15:22Z",
- "login": "string",
- "managed": true,
- "project_id": "string",
- "server_id": "string",
- "team_id": "string"
}
]
}
Lists all Servers in a Project in a Resource Group
This endpoint requires one of the following roles: resource_admin
, delegated_resource_admin
.
OK
{- "list": [
- {
- "access_address": "string",
- "alt_names": [
- "string"
], - "bastion": "string",
- "canonical_name": "string",
- "cloud_provider": "aws",
- "deleted_at": "2019-08-24T14:15:22Z",
- "hostname": "string",
- "id": "/regex/",
- "instance_details": {
- "account_id": "string",
- "availability_zone": "string",
- "instance_id": "string",
- "instance_type": "string",
- "networks": [
- {
- "addresses": [
- "string"
], - "mac": "string",
- "vpc_id": "string"
}
], - "public_ip_v4": "string",
- "_type": "string"
}, - "labels": {
- "property1": "string",
- "property2": "string"
}, - "last_seen": "2019-08-24T14:15:22Z",
- "managed": true,
- "os": "string",
- "os_type": "string",
- "project_name": "string",
- "registered_at": "2019-08-24T14:15:22Z",
- "services": [
- "string"
], - "sftd_version": "string",
- "ssh_host_keys": [
- "string"
], - "state": "string",
- "team_name": "/regex/"
}
]
}
Retrieves a Server from a Project in a Resource Group
This endpoint requires one of the following roles: resource_admin
, delegated_resource_admin
.
OK
{- "access_address": "string",
- "alt_names": [
- "string"
], - "bastion": "string",
- "canonical_name": "string",
- "cloud_provider": "aws",
- "deleted_at": "2019-08-24T14:15:22Z",
- "hostname": "string",
- "id": "/regex/",
- "instance_details": {
- "account_id": "string",
- "availability_zone": "string",
- "instance_id": "string",
- "instance_type": "string",
- "networks": [
- {
- "addresses": [
- "string"
], - "mac": "string",
- "vpc_id": "string"
}
], - "public_ip_v4": "string",
- "_type": "string"
}, - "labels": {
- "property1": "string",
- "property2": "string"
}, - "last_seen": "2019-08-24T14:15:22Z",
- "managed": true,
- "os": "string",
- "os_type": "string",
- "project_name": "string",
- "registered_at": "2019-08-24T14:15:22Z",
- "services": [
- "string"
], - "sftd_version": "string",
- "ssh_host_keys": [
- "string"
], - "state": "string",
- "team_name": "/regex/"
}
Deletes a Server from a Project in a Resource Group
This endpoint requires one of the following roles: resource_admin
, delegated_resource_admin
.
No Content