prometheusservice_put_rule_groups_namespace: Updates an existing rule groups namespace within a workspace

View source: R/prometheusservice_operations.R

prometheusservice_put_rule_groups_namespaceR Documentation

Updates an existing rule groups namespace within a workspace

Description

Updates an existing rule groups namespace within a workspace. A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces.

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

Usage

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

Arguments

clientToken

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

data

[required] The new rules file to use in the namespace. A base64-encoded version of the YAML rule groups file.

For details about the rule groups namespace structure, see RuleGroupsNamespaceData.

name

[required] The name of the rule groups namespace that you are updating.

workspaceId

[required] The ID of the workspace where you are updating the rule groups namespace.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.