DaVinci Admin Application Flow Policies
The PingOne DaVinci Admin Application Flow Policies service provides endpoints to create, read, update, and delete DaVinci application flow policies. Application flow policies specify which flows are run through the application. A flow policy is an entity that points to one or more flows or versions of flows.
DaVinci Admin application flow policies data model properties
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Date |
N/A |
Read only |
The time when the flow policy 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 flow policy ID. |
|
String |
Required |
Mutable |
The flow policy name. |
|
Array |
Optional |
Immutable |
An array of flow distribution properties that are a part of this flow policy. |
|
String |
Optional |
Immutable |
The flow ID associated with this flow policy. |
|
Number |
Optional |
Mutable |
The weight that is assigned to the current flow in the flow policy. |
|
String |
Optional |
Mutable |
The version of the flow to be used in the flow policy. |
|
Array |
Optional |
Mutable |
An array of node IDs in the flow that indicate a successful execution of the flow policy. |
|
Array |
Optional |
Mutable |
The node ID. |
|
Array |
Optional |
Mutable |
An array of IP addresses to create a whitelist of IP addresses from which flow executions can be performed. |
|
String |
Optional |
Mutable |
The status of the flow policy. Options are |
|
Object |
Optional |
Immutable |
The trigger associated with the flow. |
|
String |
Optional |
Immutable |
If the trigger type is set to |
|
Date |
N/A |
Read only |
The time when the flow policy was modified. |
DaVinci Admin application flow policy event data model properties
| Property | Type? | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object |
N/A |
Read only |
The environment object. |
|
String |
N/A |
Read only |
The DaVinci company ID, which is the PingOne environment ID. |
|
Object |
N/A |
Read only |
The DaVinci event object. |
|
String |
N/A |
Read only |
The DaVinci event ID. |
|
Date |
N/A |
Read only |
A UTC timestamp that specifies when the event was logged. |
|
Object |
N/A |
Read only |
The DaVinci flow object. |
|
String |
N/A |
Read only |
The DaVinci flow ID. |
|
Number |
N/A |
Read only |
The DaVinci flow version number. |
|
Number |
N/A |
Read only |
The total number of flow executions. |
|
Number |
N/A |
Read only |
The total count of success nodes reached in flow executions. |
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. |