Upload Product Version Catalog
Upload product version catalog. Make sure product version is a valid one.
{
"version": 0,
"sequenceNumber": 0,
"creationTime": "string",
"publishedTime": "string",
"patches": {
"patches": [
{
"productVersion": "string",
"artifacts": {
"bundles": [
{
"id": "string",
"type": "string",
"name": "string"
}
]
}
}
]
}
}
Product Version catalog version supported by VCF
Product Version catalog sequence number which signifies an update in the product version catalog
Creation time for the Product Version catalog e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
Time of publish of the Product Version catalog e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format
Patches used for the product version catalog
Accepted
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/v1/product-version-catalog