REST Resource: inventorySourceGroups.assignedInventorySources

  • Display & Video 360 API v2 is no longer in use.

  • An AssignedInventorySource resource represents the connection between a specific inventory source and an inventory source group.

  • This resource allows for managing the assignment through creation, deletion, bulk edits, and listing of inventory sources within a group.

  • Each AssignedInventorySource has a unique ID, the targeted inventory source's ID, and a resource name.

Resource: AssignedInventorySource

An assignment between a targetable inventory source and an inventory source group.

JSON representation
{
  "name": string,
  "assignedInventorySourceId": string,
  "inventorySourceId": string
}
Fields
name

string

Output only. The resource name of the assigned inventory source.

assignedInventorySourceId

string (int64 format)

Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts.

inventorySourceId

string

Required. The ID of the inventory source entity being targeted.

Methods

bulkEdit

Bulk edits multiple assignments between inventory sources and a single inventory source group.

create

Creates an assignment between an inventory source and an inventory source group.

delete

Deletes the assignment between an inventory source and an inventory source group.

list

Lists inventory sources assigned to an inventory source group.