Skip to main content

schema_assignments

Overview

Nameschema_assignments
TypeResource
Idpagerduty.custom_fields.schema_assignments

Fields

NameDatatypeDescription
idstringThe ID of the resource.
created_atstringThe date/time the object was created at.
schemaobject
serviceobject
typestringA string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference.
updated_atstringThe date/time the object was last updated.

Methods

NameAccessible byRequired ParamsDescription
list_schema_assignmentsSELECTX-EARLY-ACCESS, filterList Schema Assignments by service_id or schema_id

<!-- theme: warning -->

> ### Early Access
> This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it.
create_custom_fields_schema_assignmentINSERTX-EARLY-ACCESS, data__schema_assignmentAssign a new Schema to a service

<!-- theme: warning -->

> ### Early Access
> This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it.
delete_schema_assignmentDELETEX-EARLY-ACCESS, idRemove the Schema assigned to a service

<!-- theme: warning -->

> ### Early Access
> This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it.
_list_schema_assignmentsEXECX-EARLY-ACCESS, filterList Schema Assignments by service_id or schema_id

<!-- theme: warning -->

> ### Early Access
> This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it.