View source: R/prometheusservice_operations.R
prometheusservice_list_rule_groups_namespaces | R Documentation |
Returns a list of rule groups namespaces in a workspace.
See https://www.paws-r-sdk.com/docs/prometheusservice_list_rule_groups_namespaces/ for full documentation.
prometheusservice_list_rule_groups_namespaces(
maxResults = NULL,
name = NULL,
nextToken = NULL,
workspaceId
)
maxResults |
The maximum number of results to return. The default is 100. |
name |
Use this parameter to filter the rule groups namespaces that are returned. Only the namespaces with names that begin with the value that you specify are returned. |
nextToken |
The token for the next set of items to return. You receive this token from a previous call, and use it to get the next page of results. The other parameters must be the same as the initial call. For example, if your initial request has |
workspaceId |
[required] The ID of the workspace containing the rule groups namespaces. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.