Checking for product updates
Checking for product updates
Will not have any valuable information unless you have configured a Tanzu API Token from the Customer Support Portal.
Request
URI
GET
https://{opsmanager-installation}/api/v0/pivotal_network/available_product_updates
COPY
Request Body
{
"product_name": "string"
}
string
product_name
Optional
product_name
Responses
200
OK
{
"versions": [
"string"
]
}
array of
string
versions
Optional
versions
400
Setup is not completed
Returns
RequireSetupCompleted
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
404
Not Found
Returns
NestedErrorsResponseVariant
of type(s)
application/json
{
"errors": {
"errors": [
"string"
]
}
}
object
errors
Optional
errors
422
Unable to connect to Customer Support Portal
Returns
NestedErrorsResponseVariant
of type(s)
application/json
"NestedErrorsResponseVariant Object"
object
errors
Optional
errors
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/pivotal_network/available_product_updates
Customer Support Portal Operations
GET
Checking for product updates
GET
Check the status Of A download for Customer Support Portal
GET
Download A given product with version from Customer Support Portal
GET
Fetching EULA content for A given product
Deprecated
PUT
Accepting EULA for A given product
Deprecated
DELETE
Removing the Tanzu API Token
PUT
Adding Or updating the Tanzu API Token
GET
Checking for stemcell updates