PagerDuty
PAGERDUTY_CREATE_NEW_TAG_IN_SYSTEM
Creates a new tag in PagerDuty for labeling and categorizing entities. This endpoint allows users to add a custom label to their PagerDuty account, which can be used to organize and filter various resources such as incidents, services, or teams. The created tag can be subsequently assigned to relevant entities to improve organization and searchability within the PagerDuty platform. Use this endpoint when you need to introduce a new categorization or labeling scheme in your PagerDuty setup. Note that this endpoint only creates the tag; assigning it to specific entities would require separate API calls.
Remote pagerduty
Other tools also called PAGERDUTY_CREATE_NEW_TAG_IN_SYSTEM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {}
}