Create a usage group set
Create a new usage group set within an organization. Usage group sets are collections of usage groups that help organize and categorize your Snowflake usage tracking.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The usage group set configuration to create. Can be scoped to a specific team or default to Select organization scope.
The name of the usage group set. Should be unique within the organization and cannot be empty.
The display order of the usage group set. Must be a non-negative integer. Lower values appear first.
DEPRECATED: This field is deprecated and will be ignored, it will be removed in a future version. Usage group sets are now scoped using team_id or default to Select organization scope.
DEPRECATED: This field is deprecated and will be ignored, it will be removed in a future version. Usage group sets are now scoped using team_id or default to Select organization scope.
The UUID of the team this usage group set is scoped to. Use team_id or none (for Select organization scope).
Response
Successful Response
The name of the usage group set. Should be unique within the organization and cannot be empty.
The display order of the usage group set. Must be a non-negative integer. Lower values appear first.
The unique identifier of the usage group set.
DEPRECATED: This field is deprecated and will be ignored, it will be removed in a future version. Usage group sets are now scoped using team_id or default to Select organization scope.
DEPRECATED: This field is deprecated and will be ignored, it will be removed in a future version. Usage group sets are now scoped using team_id or default to Select organization scope.
The UUID of the team this usage group set is scoped to. Use team_id or none (for Select organization scope).

