OBJECT
ScheduledEventAccountCalixServiceDetail
The AccountCalixServiceDetail
records used to configure the Calix integrations when a ScheduledEvent
is executed.
link GraphQL Schema definition
- type ScheduledEventAccountCalixServiceDetail implements NoteableInterface, LoggableInterface, AccessloggableInterface {
- # The ID of the entity.
- Int64Bit! :
- # An ID that uniquely identifies this entity across the whole Sonar system.
- ID! :
- # The date and time this entity was created.
- Datetime! :
- # The last date and time this entity was modified.
- Datetime! :
- # A string that shows the version of this entity. It will be incremented whenever
- # the entity is modified.
- String! :
- # Calix Inegartion ID.
- Int64Bit! :
- # Custom JSON.
- String :
- # C-VLAN.
- Int :
- # Global VLAN.
- String :
- # ONT Port ID.
- String :
- # Policy Map.
- String :
- # The ID of a `ScheduledEvent`
- Int64Bit! :
- # Use Custom JSON.
- Boolean :
- # VLAN.
- Int64Bit :
- # A configuration for a specific Calix SMx endpoint.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # alarms_change_device_status: Controls if Sonar updates the ICMP
- # device status from SMx alarms
- # alarms_create_logs: Controls if Sonar should add SMx device
- # alarms to inventory item logs
- # alarms_update_ip_assignment: Controls if Sonar updates the
- # inventory item's soft IP address from SMx DHCP lease alarms.
- # bounce_ports: Disable, pause, then re-enable Calix ONT ports
- # after creating or removing service. Recommended for deployments using DHCP
- # within SMx.
- # commercial_delinquency_policy_map: The Calix policy map name to
- # use when a commercial account becomes delinquent.
- # commercial_delinquency_service_template: The Calix service
- # template name to use when a commercial account becomes delinquent.
- # enable_ont_synchronization: Controls whether to turn on
- # synchronization of Calix ONTs and Subscribers, from Sonar Inventory Items and
- # Accounts.
- # government_delinquency_policy_map: The Calix policy map name to
- # use when a government account becomes delinquent.
- # government_delinquency_service_template: The Calix service
- # template name to use when a government account becomes delinquent.
- # industrial_delinquency_policy_map: The Calix policy map name to
- # use when an industrial account becomes delinquent.
- # industrial_delinquency_service_template: The Calix service
- # template name to use when an industrial account becomes delinquent.
- # last_synchronized: The date and time this device was last
- # synchronized.
- # org_id: Subscriber organization ID to use for integration
- # residential_delinquency_policy_map: The Calix policy map name
- # to use when a residential account becomes delinquent.
- # residential_delinquency_service_template: The Calix service
- # template name to use when a residential account becomes delinquent.
- # senior_citizen_delinquency_policy_map: The Calix policy map
- # name to use when a senior citizen account becomes delinquent.
- # senior_citizen_delinquency_service_template: The Calix service
- # template name to use when a senior citizen account becomes delinquent.
- # smx_credentials: The basic auth credentials to use with SMx,
- # username:password
- # smx_url: The URL of the SMx server including the SMx API port,
- # eg. mysmx.org:18443 (SMx uses 18443 as the default API port)
- # smx_version: The software version of SMx that will be used in
- # integration
- # status: The status.
- # status_message: A message describing what caused the current
- # status of this device.
- # subscriber_custom_field_id: The ID of the account custom field
- # which holds the SMx subscriber ID of the account.
- # synchronization_queued: Whether or not a synchronization
- # request is queued.
- # synchronization_start: The date/time that synchronization
- # started.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- String, :
- String, :
- Boolean, :
- String, :
- String, :
- String, :
- String, :
- Datetime, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- CalixIntegrationVersion, :
- ProvisioningDeviceStatus, :
- String, :
- Int64Bit, :
- Boolean, :
- Datetime, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CalixIntegration
- # An `Account` event that is run at a specific time.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # complete: Whether or not this is complete.
- # datetime: A date and time
- # description: A human readable description.
- # event: An event.
- # primary_event_object_id: The ID of an object described by the
- # `event` field.
- # prorate: Whether or not to prorate the transaction.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Boolean, :
- Datetime, :
- String, :
- ScheduledEventEvent, :
- String, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ScheduledEvent
- # A note.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # message: The message.
- # noteable_id: The ID of the entity that owns this note.
- # noteable_type: The type of entity that owns this note.
- # priority: The priority of this item.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Int64Bit, :
- NoteableType, :
- NotePriority, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): NoteConnection!
- # A log entry.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # current: Current data.
- # legacy: Whether or not this log was transferred from a Sonar v1
- # instance. If so, the formatting will not match current version logs.
- # legacy_title: A title which is only populated on logs that were
- # imported from Sonar v1.
- # level: The severity level.
- # loggable_id: The ID of the entity that this log is attached to.
- # loggable_type: The type of entity that this log is attached to.
- # logged_entity_id: The entity ID that triggered the log.
- # logged_entity_type: The entity that triggered the log.
- # message: The message.
- # previous: Previous data.
- # relation_data: Data from objects related to this change.
- # type: The type.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Boolean, :
- String, :
- LogLevel, :
- Int64Bit, :
- String, :
- Int64Bit, :
- String, :
- Text, :
- Text, :
- Text, :
- LogType, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): LogConnection!
- # An access log history on an entity.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # access_datetime: The date and time that this entity was
- # accessed.
- # accessloggable_id: The ID of the entity that this access log
- # belongs to.
- # accessloggable_type: The entity that this access log belongs
- # to.
- # entity_id: The ID of the entity that this access log belongs
- # to.
- # entity_name: The entity that this access log belongs to.
- # user_id: The ID of the user that accessed this entity.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Datetime, :
- Int64Bit, :
- String, :
- Int64Bit, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccessLogConnection!
- }