Get File Groups

Get File Groups

List file groups on a release

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

product_slug

integer
release_id
Required

release_id


Responses
200

on success

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

_links

array of object
file_groups
Optional

file_groups


404

if the product or release cannot be found

Operation doesn't return any data structure