OBJECT
InventoryModel
A type of item stored in inventory.
link GraphQL Schema definition
- type InventoryModel implements VendoritemableInterface, NoteableInterface, FileableInterface, 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! :
- # Sets the default vendor to be used for purchasing this inventory model.
- Int64Bit :
- # The type of inventory model.
- InventoryModelDeviceType! :
- # Whether or not this is enabled.
- Boolean! :
- # Whether or not this is generic.
- Boolean! :
- # An icon.
- Icon! :
- # The ID of an InventoryModelCategory.
- Int64Bit! :
- # If this is a SIM card for LTE provisioning, which provider this SIM is for.
- LteProviderType :
- # The ID of a Manufacturer.
- Int64Bit! :
- # The actual model name/part number.
- String :
- # A descriptive name.
- String! :
- # The ID of a `NetworkMonitoringTemplate`.
- Int64Bit :
- # The TCP port that the web interface of this type of device is available on.
- Int :
- # The protocol used to access the web interface.
- Protocol :
- # A manufacturer of an item stored in inventory.
- #
- # 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.
- # name: A descriptive name.
- # 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, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Manufacturer
- # A category of item stored in inventory.
- #
- # 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.
- # general_ledger_code_id: The ID of a GeneralLedgerCode.
- # icon: An icon.
- # name: A descriptive name.
- # 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, :
- Icon, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): InventoryModelCategory
- # A `NetworkMonitoringTemplate`.
- #
- # 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.
- # collect_interface_statistics: Whether or not to collect
- # interface statistics.
- # icmp_latency_threshold: ICMP latency threshold (ms).
- # icmp_loss_threshold: ICMP loss threshold (%).
- # icmp_monitoring: Whether or not ICMP monitoring is enabled.
- # name: A descriptive name.
- # snmp3_auth_passphrase: SNMPv3 auth passphrase
- # snmp3_auth_protocol: SNMPv3 auth protocol
- # snmp3_context_engineid: SNMPv3 context engine ID
- # snmp3_context_name: SNMPv3 context name
- # snmp3_priv_passphrase: SNMPv3 privacy passphrase
- # snmp3_priv_protocol: SNMPv3 privacy protocol
- # snmp3_sec_level: SNMPv3 security level
- # snmp_community: SNMP community/securityName
- # snmp_version: SNMP version
- # 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, :
- Int, :
- Int, :
- Boolean, :
- String, :
- Text, :
- Snmp3AuthProtocol, :
- Text, :
- Text, :
- Text, :
- Snmp3PrivProtocol, :
- Snmp3SecurityLevel, :
- Text, :
- SnmpVersion, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): NetworkMonitoringTemplate
- # The default vendor that should be used for restocking this inventory model.
- #
- # 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.
- # archived: Archived vendors may not be used for creating new
- # Purchase Orders or Product Requests.
- # automate_approved_purchase_orders: Determines if approved
- # purchase orders for this vendor should automatically dispatch an email to the
- # vendor.
- # currency: The currency used for all transactions with this
- # vendor.
- # name: A descriptive name.
- # payment_terms: The terms of payment for deliveries from this
- # vendor.
- # 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, :
- Currency, :
- String, :
- PaymentTerm, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): Vendor
- # An item that can be purchased from a particular vendor.
- #
- # 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.
- # archived: Archived vendor items may not be used for creating
- # new purchase orders or product requests.
- # name: A descriptive name.
- # part_number: Part number used by the vendor to identify this
- # vendor item.
- # price: The purchase price of this item from the vendor.
- # quantity_per_unit: Number of inventory models that are included
- # in a single unit of this vendors product.
- # retail_item: Flag for vendor items that should create a
- # one-time service for retail sale to customers.
- # retail_item_price: The price of the one-time service created
- # for this vendor item
- # retail_item_service_id: The ID of the one-time service created
- # when this vendor item was created.
- # vendor_id: The ID of the vendor that sells this item
- # vendoritemable_id: The ID of the entity that is referred to by
- # this vendor item.
- # vendoritemable_type: The type of entity that is referred to by
- # this vendor item.
- # 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, :
- String, :
- String, :
- Int, :
- Int, :
- Boolean, :
- Int, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- VendoritemableType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): VendorItemConnection!
- # 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 file.
- #
- # 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.
- # description: A human readable description.
- # file_size_in_bytes: The file size, in bytes.
- # fileable_id: The ID of the entity that owns this file.
- # fileable_type: The type of entity that owns this file.
- # filename: The file name.
- # mime_type: The MIME type of the file.
- # primary_image: An image file may be set to the primary image.
- # This will be used as the displayed image for the object that this file is
- # associated to throughout Sonar.
- # 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, :
- String, :
- Int64Bit, :
- Int64Bit, :
- FileableType, :
- String, :
- String, :
- Boolean, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FileConnection!
- # 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!
- # An Adtran Mosaic audit 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.
- # account_service_id: The ID of an AccountService.
- # adtran_device_name: The Adtran assigned device name.
- # adtran_device_serial_number: The serial number associated with
- # the Adtran device.
- # adtran_interface_name: The Adtran interface name.
- # adtran_mosaic_setting_id: The ID of an Adtran Mosaic setting
- # adtran_object: The Adtran object returned by the API.
- # adtran_service_id: The Adtran service ID.
- # adtran_service_interface_name: The interface name associated
- # with the Adtran service.
- # audit_message: The audit message describing why item included.
- # audit_reason_code: The audit reason code of why item included.
- # inventory_item_id: The ID of an `InventoryItem`.
- # is_visible: is_visible of the information
- # 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, :
- String, :
- String, :
- String, :
- Int64Bit, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Int64Bit, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AdtranMosaicAuditConnection!
- # A field on an inventory model.
- #
- # 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.
- # inventory_model_id: The ID of an `InventoryModel`.
- # name: A descriptive name.
- # primary: A single inventory model field can be set to be the
- # primary field. This will be used as the primary identifier for items of this
- # model throughout Sonar.
- # regexp: A PCRE regular expression. Omit the leading and closing
- # /.
- # required: Whether or not this field is required.
- # secondary_type: Secondary types that inventory model fields can
- # be set to.
- # type: Types that inventory model fields can be set to.
- # unique: Whether or not the field contents must be unique.
- # 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, :
- String, :
- Boolean, :
- String, :
- Boolean, :
- InventoryModelFieldSecondaryType, :
- InventoryModelFieldType, :
- Uniqueness, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): InventoryModelFieldConnection!
- # An inventory item.
- #
- # 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.
- # claimed_user_id: The ID of the `User` that claimed this.
- # deployment_type_id: The ID of a `DeploymentType`.
- # flapping: Whether this inventory item is flapping or not.
- # icmp_device_status: The current ICMP monitoring status of an
- # `InventoryItem`.
- # icmp_status_flap_count: The number of times the ICMP status has
- # flapped.
- # icmp_status_last_change: The timestamp of when the ICMP status
- # last changed.
- # icmp_threshold_violation: The ICMP monitoring threshold
- # violation type.
- # inventory_model_id: The ID of an `InventoryModel`.
- # inventoryitemable_id: The ID of the entity that this inventory
- # item is assigned to.
- # inventoryitemable_type: The type of entity that this inventory
- # item is assigned to.
- # latitude: A decimal latitude.
- # longitude: A decimal longitude.
- # metadata: The metadata.
- # overall_status: The overall status of an `InventoryItem` (the
- # worse of ICMP/SNMP status).
- # override_status: The overridden status of an `InventoryItem`.
- # override_status_last_change: The timestamp of when the override
- # status last changed.
- # parent_inventory_item_id: The ID of the parent `InventoryItem`.
- # preseem_status: The status of the device, as read from Preseem.
- # purchase_order_item_id: The ID of a purchase order item
- # purchase_price: The purchase price of this item.
- # snmp_device_status: The current SNMP monitoring status of an
- # `InventoryItem`.
- # snmp_status_flap_count: The number of times the SNMP status has
- # flapped.
- # snmp_status_last_change: The timestamp of when the SNMP status
- # last changed.
- # snmp_status_message: The SNMP monitoring status message.
- # status: The physical status of this item.
- # 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, :
- Int64Bit, :
- Boolean, :
- InventoryItemDeviceStatus, :
- Int, :
- Datetime, :
- InventoryItemIcmpThresholdViolation, :
- Int64Bit, :
- Int64Bit, :
- InventoryitemableType, :
- Latitude, :
- Longitude, :
- String, :
- InventoryItemDeviceStatus, :
- InventoryItemDeviceStatus, :
- Datetime, :
- Int64Bit, :
- PreseemStatus, :
- Int64Bit, :
- Int, :
- InventoryItemDeviceStatus, :
- Int, :
- Datetime, :
- String, :
- InventoryItemStatus, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): InventoryItemConnection!
- # The mode that an inventory item is deployed in.
- #
- # 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.
- # inventory_model_id: The ID of an `InventoryModel`.
- # name: A descriptive name.
- # network_monitoring_template_id: The ID of a
- # `NetworkMonitoringTemplate`.
- # 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, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DeploymentTypeConnection!
- # A generic inventory item.
- #
- # 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.
- # genericinventoryitemable_id: The type of entity that owns this
- # generic `InventoryItem`.
- # genericinventoryitemable_type: The ID of the entity that owns
- # this generic `InventoryItem`.
- # inventory_model_id: The ID of an `InventoryModel`.
- # quantity: The quantity for this service.
- # 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, :
- InventoryitemableType, :
- Int64Bit, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GenericInventoryItemConnection!
- # A log of an action taken against a set of generic inventory items.
- #
- # 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.
- # action: The action that was performed.
- # genericinventoryitemactionloggable_id: The ID of the entity
- # that this `GenericInventoryItemActionLog` is for.
- # genericinventoryitemactionloggable_type: The type of entity
- # that this `GenericInventoryItemActionLog` is for.
- # inventory_model_id: The ID of an `InventoryModel`.
- # purchase_price: The purchase price of this item.
- # quantity: The quantity for this service.
- # 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, :
- GenericInventoryItemActionLogAction, :
- Int64Bit, :
- InventoryitemableType, :
- Int64Bit, :
- Float, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GenericInventoryItemActionLogConnection!
- # An entity which maps an inventory model field to a vendor specific integration
- # field type (ie serial number)
- #
- # 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.
- # integration_field_type: The vendor specific type for field.
- # integrationconfigurable_id: The ID of the configuration entity
- # which owns this mapping.
- # integrationconfigurable_type: The type of the configuration
- # entity which owns this mapping.
- # inventory_model_field_id: The ID of an `InventoryModelField`.
- # inventory_model_id: The ID of an `InventoryModel`.
- # 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, :
- IntegrationFieldType, :
- Int64Bit, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): IntegrationFieldMappingConnection!
- # Defines the minimum and maximum of an inventory level for all locations per
- # inventory model.
- #
- # 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.
- # inventory_model_id: The ID of an `InventoryModel`.
- # maximum: Maximum value
- # minimum: Minimum value
- # 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, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GlobalInventoryModelMinMaxConnection!
- # Defines the minimum and maximum of an inventory level per location per inventory
- # model.
- #
- # 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.
- # inventory_location_id: The ID of an `InventoryLocation`.
- # inventory_model_id: The ID of an `InventoryModel`.
- # maximum: Maximum value
- # minimum: Minimum value
- # 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, :
- Int64Bit, :
- Int, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): InventoryModelMinMaxConnection!
- # An alerting rotation.
- #
- # 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.
- # all_accounts: Whether to include all account equipment in this
- # rotation.
- # all_inventory_models: Whether to include all inventory models
- # in this rotation.
- # all_network_sites: Whether to include all network site
- # equipment in this rotation.
- # down_time_in_minutes_before_alerting: The number of minutes a
- # device can be in a down state before generating alert.
- # down_time_in_minutes_before_repeat: The number of minutes a
- # device can remain in a down state before sending a repeat alert.
- # enabled: Whether or not this is enabled.
- # infinite_repetitions: Whether this repeats forever or not.
- # name: A descriptive name.
- # repetitions: The number of times this repeats.
- # start: The start.
- # warning_time_in_minutes_before_alerting: The number of minutes
- # a device can be in a warning state before generating alert.
- # warning_time_in_minutes_before_repeat: The number of minutes a
- # device can remain in a warning state before sending a repeat alert.
- # weeks_between_repetitions: The number of weeks between
- # repetitions.
- # 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, :
- Int, :
- Int, :
- Boolean, :
- Boolean, :
- String, :
- Int, :
- Date, :
- Int, :
- Int, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AlertingRotationConnection!
- }
link Require by
- DeploymentTypeThe mode that an inventory item is deployed in.
- GenericInventoryItemA generic inventory item.
- GenericInventoryItemActionLogA log of an action taken against a set of generic inventory items.
- GlobalInventoryModelMinMaxDefines the minimum and maximum of an inventory level for all locations per inventory model.
- IntegrationFieldMappingAn entity which maps an inventory model field to a vendor specific integration field type (ie serial number)
- InventoryItemAn inventory item.
- InventoryModelConnectionThe connection wrapper around the `InventoryModelConnection` type.
- InventoryModelFieldA field on an inventory model.
- InventoryModelMinMaxDefines the minimum and maximum of an inventory level per location per inventory model.
- Mutationnull