Get Source Item Eula
Get the reference to the EULA for a version of a SourceItem with given identifier from the given CatalogContentSource.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/catalogContentSources/{catalogContentSourceId}/sourceItems/{sourceItemIdWithVersion}/eula
COPY
Path Parameters
string
sourceItemIdWithVersion
Required
URN of the item with version in the format (urn:vcloud:sourceItems:
string
catalogContentSourceId
Required
catalogContentSourceId
Responses
200
OK
Returns
SourceItemEula
of type(s)
application/json;version=39.1
{
"eulaLink": "string"
}
string
eulaLink
Optional
Link to a EULA.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/catalogContentSources/{catalogContentSourceId}/sourceItems/{sourceItemIdWithVersion}/eula
Availability
Added in 40.0.0-alpha
Catalog Content Sources Operations
GET
Query Catalog Content Sources
POST
Create Catalog Content Source
GET
Get Catalog Content Source
PUT
Update Catalog Content Source
DELETE
Delete Catalog Content Source
POST
Sync Catalog Content Source
GET
Query Source Items
GET
Get Source Item
GET
Get Source Item Eula
GET
Query Access Control Grants
POST
Create Access Control Grant
PUT
Update Access Control Grants
GET
Get Access Control Grant
PUT
Update Access Control Grant
DELETE
Remove Access Control Grant