Get Upgrade Path Specifiers 1

Get Upgrade Path Specifiers 1

Returns the upgrade path specifiers for a release

Request
URI
POST
https://network.tanzu.vmware.com/api/v2/products/{product_slug}/releases/{release_id}/upgrade_path_specifiers
COPY
Path Parameters
string
product_slug
Required

product_slug

integer
release_id
Required

release_id


Responses
200

on success

Returns UpgradePathSpecifiersResponse 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"
        }
    },
    "upgrade_path_specifiers": [
        {}
    ]
}
_links
Optional

_links

array of object
upgrade_path_specifiers
Optional

upgrade_path_specifiers


404

if the upgrade path specifier cannot be found

Operation doesn't return any data structure