All REST Endpoints

Cloud Account Details
Use this resource to retrieve details of the Cloud Account associated with your subscription. You can also create a new service entitlement, modify an existing entitlement, or view existing entitlements in an account.
View Subscription Details of an Account
Method: get
Path: /metering/api/v1/cloudbucks/{accountId}
Credit Promotions
Use this resource to view existing Oracle Cloud free credit promotions for an account. You can also search and filter the promotions based on subscription ID, promotion IDs, or entitlement IDs.
View Credit Promotions for an Account
Method: get
Path: /metering/api/v1/promotions/{accountId}
View Details of an Ongoing Credit Promotion
Method: get
Path: /metering/api/v1/promotions/{accountId}/{promotionId}
Resource Quotas
Use this resource to view the remaining balance of your purchased resource quotas associated with your Cloud Account or service entitlement.
View Resource Quotas for an Account
Method: get
Path: /metering/api/v1/checkQuota/{accountId}
View Resource Quotas of a Service Entitlement
Method: get
Path: /metering/api/v1/checkQuota/serviceEntitlement/{serviceEntitlementId}
Resource Usage
Use this resource to view the aggregated daily usage or consumption of a service resource in an account
View Resource Usage tags applied on an Account
Method: get
Path: /metering/api/v1/usage/{accountId}/tags
View Resource Usage for an Account
Method: get
Path: /metering/api/v1/usage/{accountId}
Resource Usage Cost
Use this resource to view the resource usage cost and billing information for a subscription within an account. You can search and filter the usage information based on parameters such as resource name, start date and time, time zone, or usage type. The usage type can be either a daily usage report (for the given start and end dates) or total usage (cumulative) for the specified period.
View Resource Usage Cost for An Account
Method: get
Path: /metering/api/v1/usagecost/{accountId}
View Tagged Resource Usage Cost for An Account
Method: get
Path: /metering/api/v1/usagecost/{accountId}/tagged
Resource Usage Limits
Use this resource to view the existing hard limits for a purchased resource, set new hard limits, or modify them. Note that you can only use the resources up to the hard limit you set here.
Define Soft or Hard Limits for Resources
Method: post
Path: /metering/api/v1/cloudbucklimits/{accountId}/{entitlementId}
Update Hard or Soft Limits for Resources
Method: put
Path: /metering/api/v1/cloudbucklimits/{accountId}/{entitlementId}
View Hard and Soft Limits of a Service Resource
Method: get
Path: /metering/api/v1/cloudbucklimits/{accountId}/{entitlementId}
Service Resources
Use this resource to view details of all the different resources of a service including their metering parameters and resource quota limits, if any.
View Resources of a Service
Method: get
Path: /metering/api/v1/resources/{serviceName}