Gateway Instances
Use these data models and requests to find and manage gateway instances resources.
Gateway instance view data model
A gateway instance represents a single Docker container that runs on-premise with the configuration for a gateway. PingOne provides a read-only view of the gateway’s status and identifying information.
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Boolean |
N/A |
Read-only |
Indicates whether or not the gateway instance has one or more connections. |
|
String |
N/A |
Read-only |
The ID of the credential used by the gateway instance to create a websocket connection. The ID of the credential is the gateway credential’s |
|
String[] |
N/A |
Read-only |
The messages that are maintained by the gateway instance. |
|
String |
Required |
Immutable |
The UUID for the gateway. |
|
Enum |
N/A |
Read-only |
Indicates whether or not the gateway is in a healthy state. Options are |
|
String |
N/A |
Read-only |
The hostname of the container running in the customer’s infrastructure. |
|
String |
Required |
Immutable |
The instance ID of the gateway. The gateway instance ID is created by the gateway when it starts up. |
|
Date |
N/A |
Read-only |
When the gateway was initialized (when the first connect to PingOne was made). |
|
Date |
N/A |
Read-only |
The last reported timestamp, heartbeat, or other message. |
|
Object |
N/A |
Read-only |
Contains the version of the gateway running for the instance. |
|
String |
N//A |
Read-only |
The version number of the gateway running for the instance. |
|
Enum |
N/A |
Read-only |
One of the following values:
|
Gateway LDAP instance data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Integer |
N/A |
Read-only |
The gateway instance’s busy percentage. When this percentage is high, then more instances should be added. |
|
Integer |
N/A |
Read-only |
The recent throughput of the gateway instance. |
|
Integer |
N/A |
Read-only |
The processing time of the gateway instance in milliseconds. |
|
LDAP instance resources represent a gateway instance running on-premise in the customer infrastructure. The resources are created by the gateway instance starting up and connecting to PingOne, which triggers the creation of the resource. If the gateway instance goes down, it is deleted on its own. |