PingOne Platform APIs

DaVinci Admin Connector Instances

The PingOne DaVinci Admin Connector Instances service provides endpoints to create, read, update, and delete DaVinci connector instances. A DaVinci connector instance is one instance of a DaVinci connector (the connection configuration specifies a connector by name). You can then use the capabilities provided by the connector inside a flow, and launch the flow through an application.

This service also includes an action to clone connector instance resources.

DaVinci admin connector instances data model properties

Property Type? Required? Mutable? Description

connector

Object

Required

Immutable

The connector object.

connector.id

String

Required

Immutable

The connector object name (for example, httpConnector).

createdAt

Date

N/A

Read only

The time when the connection was created.

environment

Object

N/A

Read only

The DaVinci company ID (environment ID) object.

environment.id

String

N/A

Read only

The DaVinci company ID, which is the PingOne environment ID.

id

String

N/A

Read only

The connector instance resource ID.

name

String

Required

Mutable

The connector instance name.

properties

Object

Optional

Mutable

The configuration of the connector object. This field is not applicable to all connectors and is omitted in the output if empty or null. If the specified connector requires configuration, refer to the Connector configuration section of the connector documentation for the connector specified in connector.id.

updatedAt

Date

N/A

Read only

The time when the connector instance was updated.

Response codes

Code Message

200

Successful operation.

201

Successfully created.

204

Successfully removed. No content.

400

The request could not be completed.

401

You do not have access to this resource.

403

You do not have permissions or are not licensed to make this request.

404

The requested resource was not found.