- List asset types
- Retrieves information for assets
- List assets with information about related properties
- Retrieves information for a specific asset identified by its ID
- Create an asset
- Update an asset entirely (all the attributes at the same time)
- Update an asset partially (just some attributes)
- Attach a file (binary, multipart upload) to one or more CIs.
- Get a list of Chromebooks
- Get a specific Chromebook by its ID
- Retrieves a list of cloud assets (AWS, Azure, GCP)
- Retrieves a specific cloud asset by ID
- List computers
- Retrieve a computer
- Retrieve a computer's remote desktop integrations
- Retrieves information for cost centers
- Retrieves information for a specific cost center identified by its ID
- Creates a new cost center
- Replaces or updates the information for a specific cost center identified by its ID
- Partially updates the information for a specific cost center identified by its ID, without affecting the entire entity
- Deletes the specified cost center identified by its ID
- Retrieves a list of custom fields values
- Retrieves detailed information about the custom field value or values and associated configuration item
- Upserts (set-if-missing, update-if-present) the value of a custom field for a specific configuration item. The composite key (`custom_field_id` + `ci_id`) identifies the entry — there is no standalone record ID. The response echoes the request fields but does not return an identifier usable with `get_custom_field_values_ci`; to re-read the value, call `list_custom_field_values_cis` and filter by `custom_field_id` and `ci_id`.
- Sets multiple values on a custom field configured to allow multiple values. ⚠ Prerequisite: the target custom field MUST be configured with "allow multiple values" in the InvGate admin console — otherwise the endpoint returns HTTP 400 "This field does not allow for multiple values." Account-level configuration, not a connector feature flag.
- Retrieves information for custom fields settings
- Retrieves a list of database systems (Database Instances and Databases)
- Retrieves a specific database system by its ID
- Retrieves financial information for assets
- Retrieves detailed financial information for assets
- Retrieves financial information for a specific asset
- Updates the financial information for a specific asset
- Partially update the financial information for a specific asset, without impacting the entire resource
- Retrieves information for manufacturers
- Retrieves information for a specific manufacturer identified by its ID
- Retrieves information for persons
- Retrieves detailed information for people
- Retrieves information for a specific person identified by its ID
- Creates a new person
- Replaces or updates the properties for a specific person identified by its ID
- Partially updates the properties for a specific person identified by its ID, without affecting the entire entity
- Deletes the specified person identified by its ID
- Retrieves purchase orders
- Retrieves a specific purchase order identified by its ID
- Creates a new purchase order
- List servers
- Retrieve a server
- Retrieve a server's remote desktop integrations
- Lists tags
- Retrieves a tag
- Creates a tag
- Assigns tags to CIs
- Unassigns tags to CIs
- Retrieves contact information for a vendor identified by its ID
- Retrieves information for vendors
- Retrieves information for a specific vendor identified by its ID
- Retrieves information for a specific contact from a vendor identified by its ID
- Creates a new vendor
- Creates a new contact for a vendor
- Replaces or updates the information for a specific vendor identified by its ID
- Partially updates the information for a specific vendor identified by its ID, without affecting the entire entity
- Updates a contact for a vendor, identified by its ID
- Deletes the specified vendor identified by its ID
- Deletes a contact for a vendor, identified by its ID
No matching actions