Skip to main content

MachineInstallation

Represents an instance of machine installation identified by a certificate.

type MachineInstallation {
id: ID!
keystoreJson: JSON
bindingJson: JSON
machine: Machine!
configurationDetails: Configuration
status: MachineInstallationStatus!
}

Fields

MachineInstallation.id ● ID! non-null scalar

The unique identifier of the machine installation.

MachineInstallation.keystoreJson ● JSON scalar

JSON data representing keystore specifics.

MachineInstallation.bindingJson ● JSON scalar

JSON data representing binding specifics.

MachineInstallation.machine ● Machine! non-null object

Details of the associated machine.

MachineInstallation.configurationDetails ● Configuration object

Details about the configurations of the machine installation.

MachineInstallation.status ● MachineInstallationStatus! non-null enum

The status of the machine installation.

Member Of

MachineInstallationConnection object ● MachineInstallationEdge object