OBJECT

ApiTypeUsage

Description

API usage information for a specific API type.

link GraphQL Schema definition

  • type ApiTypeUsage {
  • # The API type.
  • apiType: SaasAppApiType!
  • # The usage limit of the API from Rubrik in percentage.
  • rubrikUsageLimit: Int!
  • # The usage limit of the API from source like Salesforce, Atlassian etc.
  • sourceUsageLimit: Int!
  • # The usage count of the API. This will be -1 if the usage count is not available.
  • usageCount: Int!
  • }