INPUT_OBJECT

AccountCalixServiceDetailMutationInput

Calix provisioning values for the associated service.

link GraphQL Schema definition

  • input AccountCalixServiceDetailMutationInput {
  • # Calix Inegartion ID.
  • calix_integration_id: Int64Bit!
  • # VLAN.
  • vlan: String
  • # C-VLAN.
  • cvlan: Int64Bit
  • # Global VLAN.
  • global_vlan: String
  • # Policy Map.
  • policy_map: String
  • # ONT Port ID.
  • ont_port_id: String
  • # Custom JSON.
  • custom_json: String
  • # Use Custom JSON.
  • use_custom_json: Boolean
  • }