environment
Returns the environment that matches the specified ID.
Input Parameters:
id: ID of the environment to retrieve.
Response: Environment object with complete configuration details including gateway and settings.
Example Request:
query {
environment(id: "<xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx>") {
id,
name,
gateway {
id,
name,
deleted,
externalUrl,
externalHealthCheckPath,
gatewayType,
version,
internalSslEnabled
},
settings {
restPath,
soapPath,
soap12Path,
odataPath,
graphQLPath
},
publishedName,
classification,
integrationPackEnvironmentAttachment {
id,
integrationPackInstanceId,
environmentId
},
atoms {
id,
name,
authType,
webserviceType,
status,
type,
effectiveHostName
}
}
}
environment(
id: ID!
): Environment!
Arguments
environment.id ● ID! non-null scalar miscellaneous
Type
Environment object event-streams-query
Was this topic helpful?