OBJECT

ManagedInstance

Represents an virtual machine instance implementing a ManagedApp.

link GraphQL Schema definition

  • type ManagedInstance {
  • # The AWS SSM activation id.
  • activationId: String!
  • # The hostname.
  • hostname: String!
  • # The unique instance id.
  • instanceId: String!
  • # The IP address.
  • ipAddress: AWSIPAddress!
  • # The last date/time that the instance checked in with EchoStream.
  • lastPingDateTime: AWSDateTime!
  • # The status of the last ping.
  • pingStatus: PingStatus!
  • # The date/time that the instance was registered with EchoStream.
  • registrationDate: AWSDateTime!
  • }