API Playground
Source: https://docs.rubrik.com/en-us/saas/gql/api_playground_2.html
API Playground
API Playground is a development environment integrated with Rubrik Security Cloud that you can use to run various GraphQL API operations on the data managed in real time by RSC.
API Playground is an integrated development environment (IDE) that you can use to browse, explore, and run GraphQL APIs offered by Rubrik Security Cloud (RSC). The IDE also provides reference to the latest Rubrik GraphQL API documentation. Running GraphQL queries and mutations in API Playground validates the GraphQL operations so that you can confirm that your queries or mutations will achieve the expected result when included in automation scripts.
After logging in to API Playground with your RSC user account credentials, you can choose to run GraphQL queries and mutations either as yourself or with a service account. The level of access you have for running the GraphQL queries and mutations depends on the RBAC roles assigned to your user account or to the service account you are using. For enhanced security, API Playground does not persist the service account access credentials.
Warning:
If not used cautiously, the GraphQL mutations that you run in API Playground can result in data loss because they affect the data managed in real time by RSC.
In addition to using the API Playground, you can also use the PowerShell SDK for RSC to enable seamless automation and management of various operations within RSC. You can download the SDK from the PowerShell Gallery or from the Rubrikinc GitHub repository.