The create_rule_groups_namespace
operation creates a 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_create_rule_groups_namespace/ for full documentation.
prometheusservice_create_rule_groups_namespace(
clientToken = NULL,
data,
name,
tags = NULL,
workspaceId
)
A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.
[required] The rules file to use in the new namespace.
Contains the base64-encoded version of the YAML rules file.
For details about the rule groups namespace structure, see RuleGroupsNamespaceData.
[required] The name for the new rule groups namespace.
The list of tag keys and values to associate with the rule groups namespace.
[required] The ID of the workspace to add the rule groups namespace.