gateways
Returns all non-deleted Gateways.
Input Parameters: None.
Response: Array of Gateway objects with configuration details and associated environments.
Example Request:
query {
gateways {
id,
name,
deleted,
externalUrl,
externalHealthCheckPath,
environments {
id,
name,
publishedName,
classification
},
defaultApiExecutionSettings {
concurrency,
retries,
retryCases,
connectTimeout,
executionTimeout,
subscriptionCacheSize
},
forwardProxy {
id,
enabled,
hostAddress,
portNumber,
proxyType,
username,
password
},
account {
id,
name,
status
},
gatewayType,
version,
cors {
origins,
methods,
headers,
allowCredentials,
maxAge,
exposeHeaders,
enableCors,
runPolicies
},
certificateAuthentication {
certificateHeaderAuthEnabled,
certificateHeaderName,
certificateAuthRequired
},
internalSslEnabled,
otelConfig {
enabled,
endpoint,
compression,
trace,
metric,
log,
ssl
}
}
}
gateways: [Gateway!]!
Type
Gateway object platform
Represents Gateway details (Name, Gateway Status, Environment, Api Execution Settings and Forward proxy)
Was this topic helpful?