Yandex Cloud Registry API, REST: Artifact.Get
Returns the specified artifact resource.
To get the list of available artifact resources, make RegistryService.ListArtifacts method call.
HTTP request
GET https://registry.api.cloud.yandex.net/cloud-registry/v1/artifacts/{artifactId}
Path parameters
Field |
Description |
artifactId |
string Required field. ID of the artifact resource to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"path": "string",
"name": "string",
"kind": "string",
"status": "string",
"createdAt": "string",
"modifiedAt": "string"
}
A Artifact resource.
Field |
Description |
id |
string Output only. ID of the artifact. |
path |
string Path where the artifact is located. |
name |
string Name of the artifact. |
kind |
enum (Kind) Kind of the artifact.
|
status |
enum (Status) Output only. Status of the artifact.
|
createdAt |
string (date-time) Output only. Creation timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |
modifiedAt |
string (date-time) Output only. Modification timestamp in RFC3339 String in RFC3339 To work with values in this field, use the APIs described in the |