Skip to main content

Service Desk Integration Update PATCH

PATCH 

/service-desk-integrations/:id

Update an existing ServiceDeskIntegration by ID with a PATCH request.

Request

Path Parameters

    id stringrequired

    ID of the Service Desk integration to update

Body

required

A list of SDIM update operations according to the JSON Patch standard.

Only replace operations are accepted by this endpoint.

A 403 Forbidden Error indicates that you attempted to PATCH a operation that is not allowed.

    operations

    object[]

    Operations to be applied

  • Array [

  • op stringrequired

    Possible values: [add, remove, replace, move, copy, test]

    The operation to be performed

    path stringrequired

    A string JSON Pointer representing the target path to an element to be affected by the operation

    value

    object

    The value to be used for the operation, required for "add" and "replace" operations

    oneOf

    string

  • ]

Responses

ServiceDeskIntegrationDto as updated

Schema

    id string

    Unique identifier for the Service Desk integration

    name stringrequired

    Service Desk integration's name. The name must be unique.

    created date-time

    The date and time the Service Desk integration was created

    modified date-time

    The date and time the Service Desk integration was last modified

    description stringrequired

    Service Desk integration's description.

    type stringrequired

    Default value: ServiceNowSDIM

    Service Desk integration types:

    • ServiceNowSDIM
    • ServiceNow

    ownerRef

    object

    Owner's identity.

    type string

    Possible values: [IDENTITY]

    Owner's DTO type.

    id string

    Owner's identity ID.

    name string

    Owner's name.

    clusterRef

    object

    Source cluster.

    type string

    Possible values: [CLUSTER]

    Source cluster DTO type.

    id string

    Source cluster ID.

    name string

    Source cluster display name.

    cluster stringnullabledeprecated

    Cluster ID for the Service Desk integration (replaced by clusterRef, retained for backward compatibility).

    managedSources string[]deprecated

    Source IDs for the Service Desk integration (replaced by provisioningConfig.managedSResourceRefs, but retained here for backward compatibility).

    provisioningConfig

    object

    The 'provisioningConfig' property specifies the configuration used to provision integrations.

    universalManager boolean

    Specifies whether this configuration is used to manage provisioning requests for all sources from the org. If true, no managedResourceRefs are allowed.

    managedResourceRefs

    object[]

    References to sources for the Service Desk integration template. May only be specified if universalManager is false.

  • Array [

  • type string

    Possible values: [SOURCE]

    DTO type of source for service desk integration template.

    id string

    ID of source for service desk integration template.

    name string

    Human-readable name of source for service desk integration template.

  • ]

  • planInitializerScript

    object

    nullable

    This is a reference to a plan initializer script.

    source string

    This is a Rule that allows provisioning instruction changes.

    noProvisioningRequests boolean

    Name of an attribute that when true disables the saving of ProvisioningRequest objects whenever plans are sent through this integration.

    provisioningRequestExpiration int32

    When saving pending requests is enabled, this defines the number of hours the request is allowed to live before it is considered expired and no longer affects plan compilation.

    attributes

    object

    required

    Service Desk integration's attributes. Validation constraints enforced by the implementation.

    property name* any

    Service Desk integration's attributes. Validation constraints enforced by the implementation.

    beforeProvisioningRule

    object

    Before Provisioning Rule.

    type string

    Possible values: [RULE]

    Before Provisioning Rule DTO type.

    id string

    Before Provisioning Rule ID.

    name string

    Rule display name.

Loading...