GatewayInfo
GatewayInfo
Information about Gateway.
JSON Example
{
"address": "uag1.example.com",
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"internal": false,
"name": "uag1.example.com",
"type": "UAG",
"version": "3.5.0"
}
string
address
Optional
Gateway host name or IP address.
string
id
Optional
Unique ID of the Gateway.
boolean
internal
Optional
Indicates whether the gateway is internal.
string
name
Optional
Gateway name.
string
type
Optional
Type of the Gateway.
- UAG: Unified Access Gateway type.
- F5: F5 Gateway type.
- SG: SG type is for Security Server.
- SG_COHOSTED: SG-cohosted type is for Cohosted CS as gateway.
- UNKNOWN: Unknown type.
Possible values are : UAG, F5, SG, SG_COHOSTED, UNKNOWN,
string
version
Optional
Version of the Gateway.