Skip to main content

Update a metrics account

PUT 

/v1/account-management/metrics-accounts/:metricsAccountId

Update a metrics account

Request

Path Parameters

    metricsAccountId integerrequired

Body

required
    accountName string

    Name of metrics account.

    planUts integer

    Usage plan for Unique Time Series (UTS). UTS defines the number of unique time series an account is allowed to have. If usage exceeds the plan, exceeding data points will not be processed.

    authorizedAccountsIds integer[]

    IDs of authorized accounts

Responses

OK

Schema
    id integer

    ID of the metrics account

    accountName string

    Name of metrics account.

    token string

    Metrics account token

    createdAt date-time

    Timestamp of account creation

    planUts integer

    Usage plan for Unique Time Series (UTS). UTS defines the number of unique time series an account is allowed to have. If usage exceeds the plan, exceeding data points will not be processed.

    authorizedAccountsIds integer[]

    IDs of authorized accounts

Loading...