Get All Product By Product Slug And Release Id

Get All Product By Product Slug And Release Id

List product files associated with the specified release

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

product_slug

integer
release_id
Required

release_id


Responses
200

if the release is found

Returns ProductFilesReleaseResponse 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"
        }
    },
    "product_files": [
        {
            "_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"
                }
            },
            "aws_object_key": "string",
            "file_type": "string",
            "file_version": "string",
            "id": 0,
            "md5": "string",
            "name": "string",
            "sha256": "string"
        }
    ]
}
_links
Optional

_links

product_files
Optional

Product Files


404

if the product or release cannot be found

Operation doesn't return any data structure