OBJECT

AdtranMosaicWorkflowEvent

An Adtran Mosaic workflow event record.

link GraphQL Schema definition

  • type AdtranMosaicWorkflowEvent implements NoteableInterface, LoggableInterface, AccessloggableInterface {
  • # The ID of the entity.
  • id: Int64Bit!
  • # An ID that uniquely identifies this entity across the whole Sonar system.
  • sonar_unique_id: ID!
  • # The date and time this entity was created.
  • created_at: Datetime!
  • # The last date and time this entity was modified.
  • updated_at: Datetime!
  • # A string that shows the version of this entity. It will be incremented whenever
  • # the entity is modified.
  • _version: String!
  • # The ID of an Adtran Mosaic setting
  • adtran_mosaic_setting_id: Int64Bit!
  • # The completion status of the event.
  • completion_status: String
  • # The complete event object of the event.
  • event_object: String!
  • # The status of the event.
  • status: String
  • # The timestamp of the event.
  • timestamp: Datetime
  • # The transaction ID of the event.
  • trans_id: 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.
  • # 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.
  • adtran_mosaic_setting(
  • id: Int64Bit,
  • sonar_unique_id: ID,
  • created_at: Datetime,
  • updated_at: Datetime,
  • _version: String,
  • alarms_change_device_status: Boolean,
  • alarms_create_logs: Boolean,
  • api_url: String,
  • auto_suspend_unattached_services: Boolean,
  • bounce_ports: Boolean,
  • commercial_delinquency_profile_vector: String,
  • commercial_delinquency_suspends: Boolean,
  • company_id: Int64Bit,
  • default_downlink_inner_tag_vlan: String,
  • default_downlink_interface_name: String,
  • default_downlink_outer_tag_vlan: String,
  • default_uplink_content_provider_name: String,
  • default_uplink_inner_tag_vlan: String,
  • default_uplink_outer_tag_vlan: String,
  • enabled: Boolean,
  • government_delinquency_profile_vector: String,
  • government_delinquency_suspends: Boolean,
  • industrial_delinquency_profile_vector: String,
  • industrial_delinquency_suspends: Boolean,
  • last_synchronized: Datetime,
  • password: String,
  • residential_delinquency_profile_vector: String,
  • residential_delinquency_suspends: Boolean,
  • senior_citizen_delinquency_profile_vector: String,
  • senior_citizen_delinquency_suspends: Boolean,
  • synchronization_audit_ran: Boolean,
  • synchronization_queued: Boolean,
  • synchronization_start: Datetime,
  • synchronization_status: SynchronizationStatus,
  • synchronization_status_message: String,
  • username: String,
  • paginator: Paginator,
  • sorter: [Sorter],
  • search: [Search],
  • general_search: String,
  • aggregation: [Aggregator],
  • reverse_relation_filters: [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.
  • notes(
  • id: Int64Bit,
  • sonar_unique_id: ID,
  • created_at: Datetime,
  • updated_at: Datetime,
  • _version: String,
  • message: Text,
  • noteable_id: Int64Bit,
  • noteable_type: NoteableType,
  • priority: NotePriority,
  • user_id: Int64Bit,
  • paginator: Paginator,
  • sorter: [Sorter],
  • search: [Search],
  • general_search: String,
  • aggregation: [Aggregator],
  • reverse_relation_filters: [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.
  • logs(
  • id: Int64Bit,
  • sonar_unique_id: ID,
  • created_at: Datetime,
  • updated_at: Datetime,
  • _version: String,
  • current: Text,
  • legacy: Boolean,
  • legacy_title: String,
  • level: LogLevel,
  • loggable_id: Int64Bit,
  • loggable_type: String,
  • logged_entity_id: Int64Bit,
  • logged_entity_type: String,
  • message: Text,
  • previous: Text,
  • relation_data: Text,
  • type: LogType,
  • user_id: Int64Bit,
  • paginator: Paginator,
  • sorter: [Sorter],
  • search: [Search],
  • general_search: String,
  • aggregation: [Aggregator],
  • reverse_relation_filters: [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.
  • access_logs(
  • id: Int64Bit,
  • sonar_unique_id: ID,
  • created_at: Datetime,
  • updated_at: Datetime,
  • _version: String,
  • access_datetime: Datetime,
  • accessloggable_id: Int64Bit,
  • accessloggable_type: String,
  • entity_id: Int64Bit,
  • entity_name: String,
  • user_id: Int64Bit,
  • paginator: Paginator,
  • sorter: [Sorter],
  • search: [Search],
  • general_search: String,
  • aggregation: [Aggregator],
  • reverse_relation_filters: [ReverseRelationFilter]
  • ): AccessLogConnection!
  • }