OBJECT

ModelDeploymentRule

link GraphQL Schema definition

  • type ModelDeploymentRule implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • nodeId: ID!
  • id: UUID!
  • organizationId: UUID!
  • label: String
  • modeltags: [String]
  • modelattributes: JSON
  • devicetags: [String]
  • deviceattributes: JSON
  • enabled: Boolean
  • }