Check the status Of A download for Customer Support Portal
Check the status of a download for Customer Support Portal
Check the status of a download for Customer Support Portal
Request
URI
GET
https://{opsmanager-installation}/api/v0/pivotal_network/downloads/{download_id}
COPY
Path Parameters
number
download_id
Required
download_id
Responses
200
OK
Returns
PivNetDownloadStatus
of type(s)
application/json
{
"download": {
"id": "number",
"status": "string",
"product_identifier": "string",
"product_version": "string",
"bytes_downloaded": "number",
"total_bytes": "number"
}
}
download
Optional
download
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/pivotal_network/downloads/{download_id}
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