Source assignments
Get all source assignments (ver 2024-09-20)
Restricted!This operation is currently in beta-test and as such it is subject to change.
Returns all Sources assigned to Reservations. Each reservation can have multiple sources. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/sourceAssignments/getAll/2024-09-20
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token.
ReservationIds
array of string
optional, max 100 items
Unique identifiers of Reservation
.
Limitation
required
Limitation on the quantity of data returned and optional Cursor for the starting point of data.
Response
SourceAssignments
array of Source assignments (ver 2024-09-20)
required
Assignments between Reservation
and Source
.
Cursor
string
optional
Opaque pagination cursor which can be used in Limitation
to fetch newer source assignments.
Source assignments (ver 2024-09-20)
Id
string
required
Unique identifier of the source assignment.
ReservationId
string
required
Unique identifier of the Reservation
.
SourceId
string
required
Unique identifier of the Source
.
IsPrimary
boolean
required
Specifies whether the source is primary for the Reservation
.
Get all source assignments
Returns all Sources assigned to a Reservation group. Each reservation group can have multiple sources. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/sourceAssignments/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token.
ReservationGroupIds
array of string
optional, max 1000 items
Unique identifiers of the Reservation group
.
UpdatedUtc
optional, max length 3 months
Interval of Reservation group
last update date and time.
Limitation
required
Limitation on the quantity of data returned and optional Cursor for the starting point of data.
Response
SourceAssignments
array of Source assignment
required
Assignments between reservation group and sources.
Cursor
string
required
Unique identifier of the last and hence oldest source assignment returned. This can be used in Limitation
in a subsequent request to fetch the next batch of older source assignments.
Source assignment
Id
string
required
Unique identifier of the source assignement.
Last updated