How to list images:
How to list all images in your Nutanix cluster – sondermann.cloud
With UUID of image use the command: nuclei image.get UUID
nutanix@NTNX-XXXXXXXXX-A-CVM:200.86.244.111:~$ nuclei image.get 1509d273-7e69-44df-8e75-54918a5d2083
2023/05/23 19:21:34 Connected to 200.86.244.111:9876
2023/05/23 19:21:34 Authenticating connection 0x0
2023/05/23 19:21:34 nuclei is attempting to connect to Zookeeper
2023/05/23 19:21:34 Authenticated: id=0x2882b85260892ac, timeout=20000
api_version: ‘3.1’
metadata:
categories: {}
categories_mapping: {}
creation_time: ‘2023-05-23T19:05:48Z’
kind: image
last_update_time: ‘2023-05-23T19:05:48Z’
spec_version: 0
uuid: 1509d273-7e69-44df-8e75-54918a5d2083
spec:
description: Imagem ISO do DVD de instalação do Centos 7.9
name: CentOS_7-9
resources:
architecture: X86_64
image_type: ISO_IMAGE
source_uri: file://1509d273-7e69-44df-8e75-54918a5d2083
status:
description: Imagem ISO do DVD de instalação do Centos 7.9
name:CentOS_7-9
resources:
architecture: X86_64
image_type: ISO_IMAGE
retrieval_uri_list:
– https://127.0.0.1:9440/api/nutanix/v3/images/1509d273-7e69-44df-8e75-54918a5d2083/file
size_bytes: 4712300544
source_uri: file://1509d273-7e69-44df-8e75-54918a5d2083
state: COMPLETE
nutanix@NTNX-XXXXXXXXX-A-CVM:200.86.244.111:~$
Leave a Reply