Learn R Programming

paws.management (version 0.4.0)

prometheusservice_put_rule_groups_namespace: Update a rule groups namespace

Description

Update a rule groups namespace.

See https://www.paws-r-sdk.com/docs/prometheusservice_put_rule_groups_namespace/ for full documentation.

Usage

prometheusservice_put_rule_groups_namespace(
  workspaceId,
  name,
  data,
  clientToken = NULL
)

Arguments

workspaceId

[required] The ID of the workspace in which to update the rule group namespace.

name

[required] The rule groups namespace name.

data

[required] The namespace data that define the rule groups.

clientToken

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.