Application_getMonitoringTokenByExtUuid
Return JWT token with access to Application monitoring data
- expiresIn - token expiration time in milliseconds
Application_getMonitoringTokenByExtUuid(
extUuid: String!
expiresIn: Int
): String
Arguments
Application_getMonitoringTokenByExtUuid.extUuid ● String! non-null scalar
Application_getMonitoringTokenByExtUuid.expiresIn ● Int scalar
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.