Get Artifact References

Get Artifact References

List artifact references associated with the specified release

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

product_slug

integer
release_id
Required

release_id


Responses
200

if the release is found

Returns ArtifactReferenceResponse of type(s) application/json
{
    "artifact_references": [
        {}
    ]
}
array of object
artifact_references
Optional

artifact_references


404

if the product or release cannot be found

Operation doesn't return any data structure