Get Specific Release

Get Specific Release

Returns a specific release associated with the specified product

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

product_slug

integer
release_id
Required

release_id


Responses
200

if the release is found

Returns GetSpecificReleaseResponse 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"
        }
    },
    "artifact_references": [
        "string"
    ],
    "availability": "string",
    "content_protection": false,
    "description": "string",
    "eccn": "string",
    "end_of_availability_date": "string",
    "end_of_guidance_date": "string",
    "end_of_support_date": "string",
    "error": "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"
    },
    "file_groups": [
        "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,
    "product_files": [
        {
            "_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",
            "file_type": "string",
            "file_version": "string",
            "id": 0,
            "md5": "string",
            "name": "string",
            "sha256": "string"
        }
    ],
    "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

array of string
artifact_references
Optional

artifact_references

string
availability
Optional

availability

boolean
content_protection
Optional

content_protection

string
description
Optional

description

string
eccn
Optional

eccn

string
end_of_availability_date
Optional

end_of_availability_date

string
end_of_guidance_date
Optional

end_of_guidance_date

string
end_of_support_date
Optional

end_of_support_date

string
error
Optional

error

eula
Optional

eula

array of string
file_groups
Optional

file_groups

string
first_attachment_timestamp
Optional

first_attachment_timestamp

integer As int32 As int32
id
Optional

id

string
last_attachment_timestamp
Optional

last_attachment_timestamp

string
license_exception
Optional

license_exception

boolean
network_infrastructure
Optional

network_infrastructure

boolean
no_encryption_functionality
Optional

no_encryption_functionality

boolean
other_functionality_provided
Optional

other_functionality_provided

product_files
Optional

product_files

boolean
proprietary_encryption_reviewed
Optional

proprietary_encryption_reviewed

string
release_date
Optional

release_date

string
release_notes_url
Optional

release_notes_url

string
release_type
Optional

release_type

boolean
securing_data_at_rest
Optional

securing_data_at_rest

boolean
security_communication_protocols
Optional

security_communication_protocols

string
software_files_updated_at
Optional

software_files_updated_at

string
updated_at
Optional

updated_at

boolean
user_authentication
Optional

user_authentication

string
version
Optional

version


404

if the product or release cannot be found

Operation doesn't return any data structure