Get details of a specific instruction
Retrieve the instruction’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 instruction.
Response
InitInstructionRead
Representation of a hostname assignment instruction.
OR
FileInstructionRead
Representation of an instruction that writes files to a node.
OR
ShellInstructionRead
Representation of an arbitrary shell execution instruction.
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error