schema_assignments
Overview
Name | schema_assignments |
Type | Resource |
Id | pagerduty.custom_fields.schema_assignments |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the resource. |
created_at | string | The date/time the object was created at. |
schema | object | |
service | object | |
type | string | A 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_at | string | The date/time the object was last updated. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_schema_assignments | SELECT | X-EARLY-ACCESS, filter | List 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_assignment | INSERT | X-EARLY-ACCESS, data__schema_assignment | Assign 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_assignment | DELETE | X-EARLY-ACCESS, id | Remove 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_assignments | EXEC | X-EARLY-ACCESS, filter | List 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. |