Set quota configurations

Creates or replaces quota configurations for a customer and product.

  • productId in the path: 1 = Enterprise Workloads, 2 = SaaS Apps and Endpoints.
  • Each config entry defines productModuleId, consumptionParameter, quota, unit, and optional increment settings.
  • This operation replaces the existing configuration for the specified customer and product.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Specify the unique ID of the customer. Get the unique ID of the customer using the 'List all customers' API.

int32
enum
required

Specify the product ID.

  • 1 - Enterprise Workloads
  • 2 - SaaS Apps and Endpoints
Allowed:
Body Params

Specify the quota configuration entries for the customer and product.

Request body for setting quota configurations. Path parameters carry customer and product; the body is the config array.

config
array of objects
required

Quota configuration entries to create or replace for the customer and product.

config*
Responses
200

Ok - Configuration saved

400

Bad Request - Invalid configuration or arguments

401

The request did not include a valid access token. Provide a valid token to proceed.

403

Forbidden - Insufficient permissions or customer not accessible

404

Not Found - Customer, license, or configuration not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json