Get Dependency Specifier

Get Dependency Specifier

Returns the release dependency specifiers for a release in the format 1.1.1 1.2.* and ~> 1.2.2

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

product_slug

integer
release_id
Required

release_id


Responses
200

on success

Returns DependencySpecifierResponse 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"
        }
    },
    "dependency_specifiers": [
        {
            "_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"
            },
            "specifier": "string"
        }
    ],
    "error": "string"
}
_links
Optional

_links

dependency_specifiers
Optional

List of Dependency Specifiers

string
error
Optional

error


404

if the product or release cannot be found

Operation doesn't return any data structure