INPUT_OBJECT
CreateCalixIntegrationMutationInput
The input object that defines the fields for the createCalixIntegration mutation.
link GraphQL Schema definition
- input CreateCalixIntegrationMutationInput {
- # 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 a service to a vendor specific service name
- IntegrationServiceMappingInput] : [
- # An entity which maps an inventory model field to a vendor specific integration
- # field type (ie serial number)
- IntegrationFieldMappingInput] : [
- # 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 :
- # A note about this entity.
- NoteMutationInput :
- }