Skip to main content

Service Desk Integration Update PATCH​

Update an existing ServiceDeskIntegration by ID with a PATCH request.

Path Parameters
  • id string required

    ID of the Service Desk integration to update

Request Body required

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

PATCH can only be applied to the following fields:

  • beforeProvisioningRule
  • description
  • ownerRef

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

  • operations object[]

    Operations to be applied

  • op string required

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

    The operation to be performed

  • path string required

    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

    anyOf

  • string
Responses

ServiceDeskIntegrationDto as updated


Schema
  • id string

    System-generated unique ID of the Object

  • name string

    Name of the Object

  • created date-time

    Creation date of the Object

  • modified date-time

    Last modification date of the Object

  • description string

    Description of the Service Desk integration

  • type string

    Default value: ServiceNowSDIM

    Service Desk integration types

    • ServiceNowSDIM
    • ServiceNow
  • ownerRef object

    Reference to the identity that is the owner of this Service Desk integration

  • type string

    Possible values: [IDENTITY]

    The type of object being referenced

  • id string

    ID of the identity

  • name string

    Human-readable display name of the identity

  • clusterRef object

    Reference to the source cluster for this Service Desk integration

  • type string

    Possible values: [CLUSTER]

    The type of object being referenced

  • id string

    ID of the cluster

  • name string

    Human-readable display name of the cluster

  • cluster string deprecated

    ID of the cluster 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.

  • type string

    Possible values: [SOURCE]

    The type of object being referenced

  • id string

    ID of the source

  • name string

    Human-readable display name of the source

  • planInitializerScript object

    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

    Attributes of the Service Desk integration. Validation constraints enforced by the implementation.

  • beforeProvisioningRule object

    Reference to beforeProvisioningRule for this Service Desk integration

  • type string

    Possible values: [RULE]

    The type of object being referenced

  • id string

    ID of the rule

  • name string

    Human-readable display name of the rule

Loading...