forwardProxy
Returns the ForwardProxy that matches the specified ID.
Input Parameters:
id: ID of the forward proxy to retrieve.
Response: ForwardProxy object with complete proxy configuration including host, port, and authentication details.
Example Request:
query {
forwardProxy(id: "<xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx>") {
id,
enabled,
hostAddress,
portNumber,
proxyType,
username
}
}
forwardProxy(
id: ID!
): ForwardProxy
Arguments
forwardProxy.id ● ID! non-null scalar miscellaneous
Type
ForwardProxy object platform
Configuration for a forward proxy server that routes API Gateway traffic through an intermediary proxy.
Was this topic helpful?