OBJECT
ApiTypeUsage
Description
API usage information for a specific API type.
link GraphQL Schema definition
- type ApiTypeUsage {
- # The API type.
- : SaasAppApiType!
- # The usage limit of the API from Rubrik in percentage.
- : Int!
- # The usage limit of the API from source like Salesforce, Atlassian etc.
- : Int!
- # The usage count of the API. This will be -1 if the usage count is not available.
- : Int!
- }