Get Dependencies

Get Dependencies

Also includes dependencies that match any of the release's dependency specifiers

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

product_slug

integer
release_id
Required

release_id


Responses
200

on success

Returns DependenciesResponse 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"
        }
    },
    "dependencies": [
        {
            "release": {
                "_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"
                    }
                },
                "id": 0,
                "product": {
                    "id": 0,
                    "name": "string",
                    "slug": "string"
                },
                "version": "string"
            }
        }
    ]
}
_links
Optional

_links

dependencies
Optional

dependencies


404

if the product or release cannot be found

Operation doesn't return any data structure