Save Manifest

Save Manifest

Save/Load manifest. Make sure manifest is a valid one. If manifest already exists, it gets overridden.

Request
URI
POST
https://sfo-vcf01.rainpole.io//v1/manifests
COPY
Request Body

manifest

Manifest of type(s) application/json
Required
{
    "creationTime": "string",
    "publishedDate": "string",
    "recalledBundles": [
        {
            "recalledBundleIds": [
                "string"
            ],
            "replacementBundleIds": [
                "string"
            ],
            "replacementBundleStatus": "One among: NONE, PENDING, READY"
        }
    ],
    "releases": [
        {
            "bom": [
                {
                    "additionalMetadata": "string",
                    "name": "string",
                    "publicName": "string",
                    "releaseURL": {
                        "authority": "string",
                        "defaultPort": 0,
                        "file": "string",
                        "host": "string",
                        "path": "string",
                        "port": 0,
                        "protocol": "string",
                        "query": "string",
                        "ref": "string",
                        "userInfo": "string"
                    },
                    "version": "string"
                }
            ],
            "description": "string",
            "eol": "string",
            "isApplicable": false,
            "minCompatibleVcfVersion": "string",
            "notApplicableReason": "string",
            "patchBundles": [
                {
                    "bundleElements": [
                        "string"
                    ],
                    "bundleId": "string",
                    "bundleType": "string",
                    "cumulativeFromVcfVersion": "string"
                }
            ],
            "product": "string",
            "releaseDate": "string",
            "sku": [
                {
                    "bom": [
                        {
                            "additionalMetadata": "string",
                            "name": "string",
                            "publicName": "string",
                            "releaseURL": {
                                "authority": "string",
                                "defaultPort": 0,
                                "file": "string",
                                "host": "string",
                                "path": "string",
                                "port": 0,
                                "protocol": "string",
                                "query": "string",
                                "ref": "string",
                                "userInfo": "string"
                            },
                            "version": "string"
                        }
                    ],
                    "description": "string",
                    "name": "string",
                    "skuSpecificPatchBundles": [
                        {
                            "bundleElements": [
                                "string"
                            ],
                            "bundleId": "string",
                            "bundleType": "string",
                            "cumulativeFromVcfVersion": "string"
                        }
                    ]
                }
            ],
            "updates": [
                {
                    "baseProductVersion": "string",
                    "description": "string",
                    "id": "string",
                    "productName": "string",
                    "releaseDate": "string",
                    "releaseUpdateURL": {
                        "authority": "string",
                        "defaultPort": 0,
                        "file": "string",
                        "host": "string",
                        "path": "string",
                        "port": 0,
                        "protocol": "string",
                        "query": "string",
                        "ref": "string",
                        "userInfo": "string"
                    }
                }
            ],
            "version": "string"
        }
    ],
    "sequenceNumber": 0,
    "version": 0
}
string
creationTime
Required

Creation time for the manifest e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

string
publishedDate
Required

Date of publish of the manifest e.g. 2020-06-08T02:20:15.844Z, in yyyy-MM-dd'T'HH:mm:ss[.SSS]XXX ISO 8601 format

recalledBundles
Optional

Collection of bundles that are recalled and thier replacements, if applicable

array of Release
releases
Required

Releases of VCF in the ascending order of product version

integer As int32 As int32
sequenceNumber
Required

Manifest sequence number which signifies an update in manifest

integer As int32 As int32
version
Required

Manifest version supported by VCF

Responses
202

Accepted

Operation doesn't return any data structure

400

Bad Request

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


500

Internal Server Error

Returns Error of type(s) application/json
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message