Get details of a specific service
Retrieve the service’s details.
Required scope: air:simulation_read (roles: air_org_admin, air_user)
Alternative: role air_trainee also grants access.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
A UUID string identifying this service.
Response
id
created
modified
node_port
The port number associated with the service within the allowable range for an IP port (UINT16).
worker_port
The port exposed by the worker.
worker_fqdn
The FQDN of the worker machine this service is running on. When the associated node is not active, this will be null.
interface
name
The name of the service.
service_type
The type of service exposed (e.g. SSH or HTTP).
SSH- SSHHTTPS- HTTPSHTTP- HTTPOTHER- Other
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error