API Stability |
Short-Term
|
The extendCloudTrial() GraphQL mutation is used to extend a Cloud Trial in LogScale. It requires root permissions.
For more information on registering with LogScale Cloud, see the Starting with LogScale Cloud configuration page.
Syntax
Below is the syntax for the extendCloudTrial() mutation field:
graphql
extendCloudTrial(
organizationId: string!,
days: integer!
): boolean!