ProviderTag

Message describing the provider tag.

JSON representation
{
  "category": string,
  "value": string,
  "resourceType": enum (ResourceType)
}
Fields
category

string

Output only. The category of the provider tag.

value

string

Output only. The value of the provider tag.

resourceType

enum (ResourceType)

Output only. The resource type of the provider tag.

ResourceType

Enum for the resource type of the provider tag.

Enums
RESOURCE_TYPE_UNSPECIFIED The default value. This value is used if the status is omitted.
NETWORK_PATH Network path.
WEB_PATH Web path.
MONITORING_POLICY Monitoring policy.
MONITORING_POINT Monitoring point.
MONITORING_POINT_RULE This represents Provider Tag that a user manually assigns to a specific Rule within a Monitoring Policy. It is created when a user saves a Monitoring Policy with custom tags applied to its rules.
MONITORING_POINT_RULE_AUTO This represents auto-generated Provider Tags derived from the criteria defined in a Monitoring Point Rule (e.g., Subnet, VLAN, Interface). If "Auto Network Rule Tagging" is enabled, the system automatically generates these tags based on the rule's filter values.