Waiting for engine...
Skip to main content

DeployedApiClient

The Deployed Api client details

type DeployedApiClient {
remoteAddress: String!
userAgent: String
subscription: DeployedApiSubscription
}

Fields

DeployedApiClient.remoteAddress ● String! non-null scalar miscellaneous

Remote Address of the client Or IP address of the incoming request

DeployedApiClient.userAgent ● String scalar miscellaneous

The value of the User-Agent request header field. The User-Agent request header is a characteristic string that often contains Operating System and Browser or Application information about the user agent originating the request.

DeployedApiClient.subscription ● DeployedApiSubscription object platform

Deployed Api Subscription details

Member Of

DeployedApiCallDetailData object ●  DeployedApiCallSummaryData object

On this Page