You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The File System Connector can be configured using the Rest API. It requires the following entities to be created:

  • Connection
  • Connector
  • Seed

Bellow are the examples of how to create the Connection and the Seed. For the Connector please check this page.

On this page

Create Connection


FieldOptionalDefaultMultipleNotesExample
typeNo-NoThe value must be "group-expansion"."group-expansion"
descriptionNo-NoName of the connection object."MyGroupExpansionConnection"
throttlePolicyYes-NoId of the throttle policy that applies to this connection object."f5587cee-9116-4011-b3a9-6b235b333a1b"
routingPoliciesYes[ ]YesThe ids of the routing policies that this connection will use.["313de87c-3cb9-4fe0-a2cb-17f75ce7d0c7", "b4d2579f-1a0a-4a8b-9fd4-d42780003b36"]

Example

$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")

Update Connection


FieldOptionalDefaultMultipleNotesExample
idNo-NoId of the connection to update"89d6632a-a296-426c-adb0-d442adcab4b0",
descriptionNo-NoName of the connection object."MyGroupExpansionConnection"
throttlePolicyYes-NoId of the throttle policy that applies to this connection object."f5587cee-9116-4011-b3a9-6b235b333a1b"
routingPoliciesYes[ ]YesThe ids of the routing policies that this connection will use.["313de87c-3cb9-4fe0-a2cb-17f75ce7d0c7", "b4d2579f-1a0a-4a8b-9fd4-d42780003b36"]

Example

$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")

Create Connector


For the creation of the Connector object using the Rest API check this page

Update Connector


For the update of the Connector object using the Rest API check this page
  • No labels