field_values
Overview
Name | field_values |
Type | Resource |
Id | pagerduty.incidents.field_values |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Id of the field. |
name | string | The name of the field. May include ASCII characters, specifically lowercase letters, digits, and underescores. The name for a Field must be unique. |
description | string | A description of the data this field contains. |
datatype | string | The kind of data the custom field is allowed to contain. |
display_name | string | The human-readable name of the field. This must be unique across an account. |
fixed_options | boolean | If true , restricts the values allowed to be stored in the custom field to a limited set of options (configured via the Field Option sub-resource). Must be false if datatype is "boolean", "url", or "datetime" |
multi_value | boolean | If true , allows the custom field to store a set of multiple values. Must be false if datatype is not "string" or "url" |
type | string | Determines the type of the reference. |
value | `` |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_incident_field_values | SELECT | X-EARLY-ACCESS, id | Get field values for an incident <!-- 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. |
_get_incident_field_values | EXEC | X-EARLY-ACCESS, id | Get field values for an incident <!-- 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. |
set_incident_field_values | EXEC | id, data__field_values | Set field values for an incident <!-- 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. |