Skip to content

Usage Limit Update



POST /api/v1/workspace/{workspace_uuid}/usage_limit/update

Overview

Route Parameters

Parameter Name Type Required Description
workspace_uuid string Y Workspace UUID

Body Request Parameters

Parameter Name Type Required Description
config json Y Usage configuration for various types, Metrics "metrics", NETWORK "network", RUM PV "user access", LOG "logs", APM "application performance Trace", profile "application performance Profile", dialing "availability testing"
Example: {rum: {openLimit: false, value: 0}, logging: {openLimit: false, value: 0}
Allow null: False

Additional Parameter Notes

Request Body Structure Notes

Parameter Name type Description
config json Daily usage limit for specific types in the workspace

Example of config structure:

      {
          "rum": {"openLimit": false, "value": 0},
          "logging": {"openLimit": false, "value": 0},
          "tracing": {"openLimit": true, "value": 10000},
          "metric": {"openLimit": false, "value": 0},
          "network": {"openLimit": false, "value": 0},
          "profile": {"openLimit": false, "value": 0},
          "dialing": {"openLimit": false, "value": 0},
      }

Response


Feedback

Is this page helpful? ×