A.4. 예
A.4.1. cURL이 있는 GET 요청
예 A.1. GET
요청
다음
GET
요청은 vms
컬렉션의 가상 시스템을 나열합니다. GET
요청에는 본문이 포함되어 있지 않습니다.
GET /ovirt-engine/api/vms HTTP/1.1 Accept: application/xml
메서드(
GET
), 헤더(Accept: application/xml
) 및 URI(https://[ECDHEM-Host]:443/ovirt-engine/api/vms
)를 다음 cURL 명령에 조정합니다.
$ curl -X GET -H "Accept: application/xml" -u [USER:PASS] --cacert [CERT] https://[RHEVM-Host]:443/ovirt-engine/api/vms
vms
컬렉션의 XML 표현이 표시됩니다.