name of system/connector
type of system object
system object username
system object password
a promise resolving to an IdObjectSkeletonInterface object containing only the _id
Create system object
name of system/connector
type of system object
system object data
a promise resolving to an IdObjectSkeletonInterface object
Delete system object
name of system/connector
type of system object
id of system object
a promise resolving to an IdObjectSkeletonInterface object
Query all system object ids
name of system/connector
type of system object
Optional
pageSize: numberpage size (default value: 1000)
Optional
pageCookie: stringpaged results cookie
a promise resolving to an array of IdObjectSkeletonInterface objects
Query system objects using a search filter
name of system/connector
type of system object
search filter
Optional
fields: string[]array of fields to return
Optional
pageSize: numberpage size (default value: 1000)
Optional
pageCookie: stringpaged results cookie
a promise resolving to an array of IdObjectSkeletonInterface objects
Read available systems/connectors status
a promise resolving to an array of system status objects
Read system object
name of system/connector
type of system object
id of system object
Optional
fields: string[]array of fields to return (default: ['*']
)
a promise resolving to an IdObjectSkeletonInterface object
Read system schema
name of system/connector
a promise resolving to a map of Record<string, ObjectTypeSkeleton>
Read system/connector status
a promise resolving to a system status object
Test connector servers
a promise that resolves to an array of ConnectorServerStatusInterface objects
Update or create system object
name of system/connector
type of system object
id of system object
system object data
Optional
failIfExists: booleanfail if object exists (default value: false)
a promise resolving to an IdObjectSkeletonInterface object
Partially update system object through a collection of patch operations.
name of system/connector
type of system object
id of system object
collection of patch operations to perform on the object
a promise resolving to an IdObjectSkeletonInterface object
Authenticate a system object using username and password (pass-through authentication)