Get All Releases

Get All Releases

optional 'limit' query parameter is (must be a positive integer) specifies the maximum number of releases to return

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

product_slug

Query Parameters
integer
limit
Optional

limit


Responses
200

if releases are found

Returns GetAllReleasesResponse 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"
        }
    },
    "error": "string",
    "releases": [
        {
            "_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"
                }
            },
            "availability": "string",
            "became_ga_at": "string",
            "content_protection": false,
            "description": "string",
            "eccn": "string",
            "end_of_availability_date": "string",
            "end_of_guidance_date": "string",
            "end_of_support_date": "string",
            "eula": {
                "_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"
                    }
                },
                "archived_at": "string",
                "content": "string",
                "id": 0,
                "name": "string",
                "slug": "string"
            },
            "first_attachment_timestamp": "string",
            "id": 0,
            "last_attachment_timestamp": "string",
            "license_exception": "string",
            "network_infrastructure": false,
            "no_encryption_functionality": false,
            "other_functionality_provided": false,
            "proprietary_encryption_reviewed": false,
            "release_date": "string",
            "release_notes_url": "string",
            "release_type": "string",
            "securing_data_at_rest": false,
            "security_communication_protocols": false,
            "software_files_updated_at": "string",
            "updated_at": "string",
            "user_authentication": false,
            "version": "string"
        }
    ]
}
_links
Optional

_links

string
error
Optional

error

releases
Optional

releases


400

if invalid argument is passed as query parameter for limit

Operation doesn't return any data structure

404

if the product cannot be found

Operation doesn't return any data structure