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 |
|---|---|---|---|---|
|
Object |
Required |
Immutable |
The connector object. |
|
String |
Required |
Immutable |
The connector object name (for example, |
|
Date |
N/A |
Read only |
The time when the connection was created. |
|
Object |
N/A |
Read only |
The DaVinci company ID (environment ID) object. |
|
String |
N/A |
Read only |
The DaVinci company ID, which is the PingOne environment ID. |
|
String |
N/A |
Read only |
The connector instance resource ID. |
|
String |
Required |
Mutable |
The connector instance name. |
|
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 |
|
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. |