Skip to main content
MUTATION
createAgentEnrollmentToken(expiresInMinutes: Int): AgentEnrollmentToken!

Arguments

expiresInMinutes
Int
default:15

The expires in minutes used to filter or perform the operation. Defaults to 15.

token
String!

Sensitive token returned for the requested operation.

expiresAt
String!

ISO 8601 timestamp when this agent enrollment token expires.

Mutation
Response