tenantMetricsUpdate
Graphql fields and variables for the tenantMetricsUpdate mutation
Updates the metrics for a tenant
Scope required: platform:write
For a complete list of input attributes see the TenantMetricsAttributes type
mutation tenantMetricsUpdate ($code: String!, $attributes: TenantMetricsAttributes!) {
tenantMetricsUpdate (code: $code, attributes: $attributes) {
errors
}
}
Arguments
{
"code": "",
"attributes": {
"lastLogin": "2022-06-01T00:00:00Z",
"userCount": 123,
"utilizationMetrics": "JSON"
}
}
Name
Type
Description
code
String
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?