알러트 컨텍스트 태그
알러트 컨텍스트 태그에 대한 REST API 작업
개요
필수 권한
작업
Authorizations
X-API-KeystringRequired
Query parameters
cursorstringOptional
Pagination token from a previous request
limitinteger · int64 · min: 1 · max: 2000OptionalDefault:
Maximum number of results to return
2000managedbooleanOptional
Filter by tag type: true for managed tags only, false for custom tags only, omit for all tags
Responses
200
OK response.
application/json
Response for listing context tags
nextstringOptional
Pagination token for the next page of results
400
bad_request: Bad Request response.
application/json
get
/alert-context-tagsAuthorizations
X-API-KeystringRequired
Body
Request to create a custom context tag
tagstring · min: 1 · max: 30RequiredPattern:
The tag value to create
^[a-z0-9_-]+$Responses
201
Created response.
400
bad_request: Bad Request response.
application/json
409
exists: Conflict response.
application/json
post
/alert-context-tagsNo content
Authorizations
X-API-KeystringRequired
Path parameters
tagstring · min: 1 · max: 30RequiredPattern:
The current tag value to rename
^[a-z0-9_-]+$Body
Request to rename a custom context tag
tagstring · min: 1 · max: 30RequiredPattern:
The new tag value
^[a-z0-9_-]+$Responses
204
No Content response.
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
409
exists: Conflict response.
application/json
patch
/alert-context-tags/{tag}No content
마지막 업데이트
도움이 되었나요?

