OBJECT
AdtranMosaicWorkflowEvent
An Adtran Mosaic workflow event record.
link GraphQL Schema definition
- type AdtranMosaicWorkflowEvent 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! 
- #   The ID of an Adtran Mosaic setting.
- : Int64Bit! 
- #   The completion status of the event.
- : String 
- #   The complete event object of the event.
- : String! 
- #   The status of the event.
- : String 
- #   The timestamp of the event.
- : Datetime 
- #   The transaction ID of the event.
- : String 
- #   An Adtran Mosaic settings record.
- # 
- # 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
- #   api_url: The base API URL.
- #   auto_suspend_unattached_services: Whether or not to suspend 
- #   unattached services.
- #   bounce_ports: Disable, pause, then re-enable Calix ONT ports 
- #   after creating or removing service.  Recommended for deployments using DHCP 
- #   within SMx.
- #   bounce_ports_disable_profile: Bounce ports disable profile.
- #   bounce_ports_enable_profile: Bounce ports enable profile.
- #   commercial_delinquency_profile_vector: Commercial account type 
- #   delinquency profile vector.
- #   commercial_delinquency_suspends: Whether or not commercial 
- #   account type suspends.
- #   company_id: The ID of the company that this entity operates 
- #   under.
- #   default_downlink_inner_tag_vlan: The name of the default Adtran 
- #   Mosaic downlink inner tag vlan.
- #   default_downlink_interface_name: The name of the default Adtran 
- #   Mosaic downlink interface.
- #   default_downlink_outer_tag_vlan: The name of the default Adtran 
- #   Mosaic downlink outer tag vlan.
- #   default_uplink_content_provider_name: The name of the default 
- #   Adtran Mosaic content provider.
- #   default_uplink_inner_tag_vlan: The name of the default Adtran 
- #   Mosaic uplink inner tag vlan.
- #   default_uplink_outer_tag_vlan: The name of the default Adtran 
- #   Mosaic uplink outer tag vlan.
- #   enabled: Whether or not this is enabled.
- #   government_delinquency_profile_vector: Government account type 
- #   delinquency profile vector.
- #   government_delinquency_suspends: Whether or not government 
- #   account type suspends.
- #   industrial_delinquency_profile_vector: Industrial account type 
- #   delinquency profile vector.
- #   industrial_delinquency_suspends: Whether or not industrial 
- #   account type suspends.
- #   last_synchronized: The date and time this device was last 
- #   synchronized.
- #   password: A password.
- #   residential_delinquency_profile_vector: Residential account 
- #   type delinquency profile vector.
- #   residential_delinquency_suspends: Whether or not residential 
- #   account type suspends.
- #   senior_citizen_delinquency_profile_vector: Senior citizen 
- #   account type delinquency profile vector.
- #   senior_citizen_delinquency_suspends: Whether or not senior 
- #   citizen account type suspends.
- #   synchronization_audit_ran: Whether or not a synchronization 
- #   audit has been run.
- #   synchronization_queued: Whether or not a synchronization 
- #   request is queued.
- #   synchronization_start: The date/time that synchronization 
- #   started.
- #   synchronization_status: Status of the synchronization process.
- #   synchronization_status_message: Details regarding the current 
- #   synchronization status if any.
- #   username: A username, used for authentication.
- #   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,
- : String,
- : Boolean,
- : Boolean,
- : String,
- : String,
- : String,
- : Boolean,
- : Int64Bit,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Boolean,
- : String,
- : Boolean,
- : String,
- : Boolean,
- : Datetime,
- : String,
- : String,
- : Boolean,
- : String,
- : Boolean,
- : Boolean,
- : Boolean,
- : Datetime,
- : SynchronizationStatus,
- : String,
- : String,
- : Paginator,
- : [Sorter],
- : [Search],
- : String,
- : [Aggregator],
- : [ReverseRelationFilter]
- ): AdtranMosaicSetting 
- #   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! 
- }