INPUT_OBJECT
UpdateCalixIntegrationMutationInput
The input object that defines the fields for the updateCalixIntegration mutation.
link GraphQL Schema definition
- input UpdateCalixIntegrationMutationInput {
- #   Whether or not this is enabled.
- : Boolean
- #   The ID of the company that this entity operates under.
- : Int64Bit
- #   Subscriber organization ID to use for integration
- : String
- #   The URL of the SMx server including the SMx API port, eg. mysmx.org:18443 (SMx 
- #   uses 18443 as the default API port)
- : String
- #   The basic auth credentials to use with SMx, username:password
- : String
- #   The software version of SMx that will be used in integration
- : CalixIntegrationVersion
- #   An entity which maps an inventory model field to a vendor specific integration 
- #   field type (ie serial number)
- : [IntegrationFieldMappingInput]
- #   An entity which maps a service to a vendor specific service name
- : [IntegrationServiceMappingInput]
- #   Controls if Sonar should add SMx device alarms to inventory item logs
- : Boolean
- #   Controls if Sonar updates the ICMP device status from SMx alarms
- : Boolean
- #   Controls if Sonar updates the inventory item's soft IP address from SMx DHCP 
- #   lease alarms.
- : Boolean
- #   Controls whether to turn on synchronization of Calix ONTs and Subscribers, from 
- #   Sonar Inventory Items and Accounts.
- : Boolean
- #   Disable, pause, then re-enable Calix ONT ports after creating or removing 
- #   service.  Recommended for deployments using DHCP within SMx.
- : Boolean
- #   The Calix service template name to use when a residential account becomes 
- #   delinquent.
- : String
- #   The Calix service template name to use when a commercial account becomes 
- #   delinquent.
- : String
- #   The Calix service template name to use when a government account becomes 
- #   delinquent.
- : String
- #   The Calix policy map name to use when a residential account becomes delinquent.
- : String
- #   The Calix policy map name to use when a commercial account becomes delinquent.
- : String
- #   The Calix policy map name to use when a government account becomes delinquent.
- : String
- #   The Calix service template name to use when an industrial account becomes 
- #   delinquent.
- : String
- #   The Calix policy map name to use when an industrial account becomes delinquent.
- : String
- #   The Calix service template name to use when a senior citizen account becomes 
- #   delinquent.
- : String
- #   The Calix policy map name to use when a senior citizen account becomes 
- #   delinquent.
- : String
- #   Whether or not a default Calix service detail record is created when integration 
- #   service added.
- : Boolean
- #   A note about this entity.
- : NoteMutationInput
- #   Setting this value to `true` will set `residential_delinquency_service_template` 
- #   to null.
- : Boolean
- #   Setting this value to `true` will set `commercial_delinquency_service_template` 
- #   to null.
- : Boolean
- #   Setting this value to `true` will set `government_delinquency_service_template` 
- #   to null.
- : Boolean
- #   Setting this value to `true` will set `industrial_delinquency_service_template` 
- #   to null.
- : Boolean
- #   Setting this value to `true` will set 
- #   `senior_citizen_delinquency_service_template` to null.
- : Boolean
- #   Setting this value to `true` will set `residential_delinquency_policy_map` to 
- #   null.
- : Boolean
- #   Setting this value to `true` will set `commercial_delinquency_policy_map` to 
- #   null.
- : Boolean
- #   Setting this value to `true` will set `government_delinquency_policy_map` to 
- #   null.
- : Boolean
- #   Setting this value to `true` will set `industrial_delinquency_policy_map` to 
- #   null.
- : Boolean
- #   Setting this value to `true` will set `senior_citizen_delinquency_policy_map` to 
- #   null.
- : Boolean
- #   Setting this value to `true` will set `company_id` to null.
- : Boolean
- }