Get All Eulas
No authentication required.
Request
URI
GET
https://{api_host}/api/v2/eulas
COPY
Responses
200
successful
Returns
EulaDetailsResponse
of type(s)
application/json
{
"_links": {
"artifact_references": {
"href": "string"
},
"download": {
"href": "string"
},
"eula_acceptance": {
"href": "string"
},
"file_groups": {
"href": "string"
},
"product_files": {
"href": "string"
},
"releases": {
"href": "string"
},
"self": {
"href": "string"
},
"user_groups": {
"href": "string"
}
},
"eulas": [
{
"_links": {
"artifact_references": {
"href": "string"
},
"download": {
"href": "string"
},
"eula_acceptance": {
"href": "string"
},
"file_groups": {
"href": "string"
},
"product_files": {
"href": "string"
},
"releases": {
"href": "string"
},
"self": {
"href": "string"
},
"user_groups": {
"href": "string"
}
},
"archived_at": "string",
"content": "string",
"id": 0,
"name": "string",
"slug": "string"
}
]
}
object
_links
Optional
_links
array of
object
eulas
Optional
eulas
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/eulas
All Tanzu Apis Operations
GET
Validate Access Token
POST
Generate Access Token
GET
Get All Eulas
GET
Get Eula By Id
GET
Get Product By Product Slug
GET
Get All Products
GET
Get All Releases
GET
Get Specific Release
GET
Get Artifact References
GET
Get Dependencies
GET
Get Dependency Specifier
GET
Get File Groups
POST
Accept Eula
GET
Get All Product By Product Slug And Release Id
GET
Get All Products Release File Details
GET
Generate Download Link Get
POST
Generate Download Link Post
GET
Get Upgrade Path Specifiers
POST
Get Upgrade Path Specifiers 1
GET
Get Upgrade Paths
GET
Get Release Types
GET
Get Versions