Environment
No description
type Environment {
id: ID!
name: String!
gateway: Gateway
settings: EnvironmentSettings
publishedName: String
classification: Classification
integrationPackEnvironmentAttachment: [IntegrationPackEnvironmentAttachment]
atoms: [Atom!]
eventStreams: EventStreamsEnvironment
}
Fields
Environment.id ● ID! non-null scalar miscellaneous {#id}
Environment.name ● String! non-null scalar miscellaneous {#name}
The name of the environment.
Environment.gateway ● Gateway object platform {#gateway}
The gateway associated with this environment.
Environment.settings ● EnvironmentSettings object platform {#settings}
The settings configuration for this environment.
Environment.publishedName ● String scalar miscellaneous {#published-name}
The published name of the environment for external display.
Environment.classification ● Classification enum platform {#classification}
The classification of the environment.
Environment.integrationPackEnvironmentAttachment ● [IntegrationPackEnvironmentAttachment] list object platform {#integration-pack-environment-attachment}
Integration pack attachments for this environment.
Environment.atoms ● [Atom!] list object platform {#atoms}
The atoms/containers in this environment.
Environment.eventStreams ● EventStreamsEnvironment object event-streams-admin {#event-streams}
Event Streams information about this Environment
Returned By
environment query ●
environments query ●
environmentUpdate mutation
Member Of
DeployedApi object ●
DeployedApiCallSummaryData object ●
EnvironmentMigration object ●
EventStreamsMessage object ●
EventStreamsSubscriptionMetrics object ●
EventStreamsTopic object ●
EventStreamsTopicMetrics object ●
Gateway object
Implemented By
_Entity union