spacesSKUReport
Get the Spaces SKU utilization report.
This query accepts the following input: Spaces Owner Account Id.
An example of the request is as follows:
query spacessku {
spacesSKUReport(id: "acct-idh-789") {
spacesOwnerAccountId
purchasedSKUs
usedSKUs
}
}
spacesSKUReport(
id: ID!
): SpacesSKUInfo
Arguments
spacesSKUReport.id ● ID! non-null scalar miscellaneous
Type
SpacesSKUInfo object catalog-service
Indicates the Spaces SKU utilization data.
Was this topic helpful?