Get All Products Release File Details

Get All Products Release File Details

Authentication required

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

product_slug

integer
release_id
Required

release_id

integer
id
Required

id

Header Parameters
string
Authorization
Optional

Authorization


Responses
200

if the product file is found

Returns ProductsReleaseResponse of type(s) application/json
{
    "product_file": {
        "_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",
        "description": "string",
        "docs_url": "string",
        "file_transfer_status": "string",
        "file_type": "string",
        "file_version": "string",
        "id": 0,
        "included_files": [
            "string"
        ],
        "md5": "string",
        "name": "string",
        "ready_to_serve": false,
        "released_at": "string",
        "sha256": "string",
        "size": 0,
        "system_requirements": [
            "string"
        ]
    }
}
product_file
Optional

Product File Details


404

if the product, release, or the product file cannot be found

Operation doesn't return any data structure