Getting information about existing registries
Find out how to get:
Getting a list of registries in a folder
CLI
API
If you don't have the Nebius Israel command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
Get a list of registries in the default folder:
yc container registry list
Result:
+----------------------+--------+----------------------+
| ID | NAME | FOLDER ID |
+----------------------+--------+----------------------+
| crpd50616s9a2t7gr8mi | my-reg | b1g88tflru0ek1omtsu0 |
+----------------------+--------+----------------------+
Getting detailed information about a registry
To access a registry, use the id
or name
parameters from the previous item.
CLI
API
If you don't have the Nebius Israel command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
Get detailed information about the registry:
yc container registry get my-reg
Result:
id: crpd50616s9a2t7gr8mi
folder_id: b1g88tflru0ek1omtsu0
name: my-reg
status: ACTIVE
created_at: "2019-01-09T14:34:06.601Z"