GET /api/compute_resources
모든 컴퓨터 리소스 목록 나열

Params

Param Name Description
location_id
Optional

위치 별 범위

Validations:

  • Must be Integer

organization_id
Optional

조직 별 범위

Validations:

  • Must be Integer

search
Optional

필터 결과

Validations:

  • Must be String

order
Optional

결과 정렬

Validations:

  • Must be String

page
Optional

페이지네이션 결과

Validations:

  • Must be String

per_page
Optional

요청 당 항목 수

Validations:

  • Must be String


GET /api/compute_resources/:id
컴퓨터 리소스 표시

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /api/compute_resources
컴퓨터 리소스 생성

Params

Param Name Description
compute_resource
Required

Validations:

  • Must be a Hash

compute_resource[name]
Required

Validations:

  • Must be String

compute_resource[provider]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

공급자에 Libvirt, Ovirt, EC2, Vmware, Openstack, Rackspace, GCE이(가) 포함되어 있습니다

Validations:

  • Must be String

compute_resource[url]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Libvirt, oVirt 및 OpenStack의 URL

Validations:

  • Must be String

compute_resource[description]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Must be String

compute_resource[user]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

oVirt, EC2, VMware, OpenStack의 사용자 이름. EC2의 액세스 키.

Validations:

  • Must be String

compute_resource[password]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

oVirt, EC2, VMware, OpenStack의 암호. EC2의 비밀 키

Validations:

  • Must be String

compute_resource[uuid]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Deprecated, please use datacenter

Validations:

  • Must be String

compute_resource[datacenter]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

oVirt, VMware Datacenter의 경우

Validations:

  • Must be String

compute_resource[region]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

EC2의 경우에만

Validations:

  • Must be String

compute_resource[tenant]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

OpenStack만 해당

Validations:

  • Must be String

compute_resource[server]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

VMware의 경우

Validations:

  • Must be String

compute_resource[set_console_password]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Libvirt 및 VMware만 해당

Validations:

  • Must be 'true' or 'false' or '1' or '0'

compute_resource[display_type]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

for Libvirt only

Validations:

  • Must be one of: VNC, SPICE.

compute_resource[location_ids]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

지정된 ID로 위치를 변경합니다

Validations:

  • Must be an array of any type

compute_resource[organization_ids]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

지정된 ID로 조직을 변경합니다

Validations:

  • Must be an array of any type


PUT /api/compute_resources/:id
컴퓨터 리소스 업데이트

Params

Param Name Description
id
Required

Validations:

  • Must be String

compute_resource
Required

Validations:

  • Must be a Hash

compute_resource[name]
Optional

Validations:

  • Must be String

compute_resource[provider]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

공급자에 Libvirt, Ovirt, EC2, Vmware, Openstack, Rackspace, GCE이(가) 포함되어 있습니다

Validations:

  • Must be String

compute_resource[url]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Libvirt, oVirt 및 OpenStack의 URL

Validations:

  • Must be String

compute_resource[description]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Must be String

compute_resource[user]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

oVirt, EC2, VMware, OpenStack의 사용자 이름. EC2의 액세스 키.

Validations:

  • Must be String

compute_resource[password]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

oVirt, EC2, VMware, OpenStack의 암호. EC2의 비밀 키

Validations:

  • Must be String

compute_resource[uuid]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Deprecated, please use datacenter

Validations:

  • Must be String

compute_resource[datacenter]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

oVirt, VMware Datacenter의 경우

Validations:

  • Must be String

compute_resource[region]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

EC2의 경우에만

Validations:

  • Must be String

compute_resource[tenant]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

OpenStack만 해당

Validations:

  • Must be String

compute_resource[server]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

VMware의 경우

Validations:

  • Must be String

compute_resource[set_console_password]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

Libvirt 및 VMware만 해당

Validations:

  • Must be 'true' or 'false' or '1' or '0'

compute_resource[display_type]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

for Libvirt only

Validations:

  • Must be one of: VNC, SPICE.

compute_resource[location_ids]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

지정된 ID로 위치를 변경합니다

Validations:

  • Must be an array of any type

compute_resource[organization_ids]
Optional , <span class="translation_missing" title="translation missing: ko.apipie.nil_allowed">Nil Allowed</span>

지정된 ID로 조직을 변경합니다

Validations:

  • Must be an array of any type


DELETE /api/compute_resources/:id
컴퓨터 리소스 삭제

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/compute_resources/:id/available_images
컴퓨터 리소스에 대해 사용 가능한 이미지 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/compute_resources/:id/available_clusters
컴퓨터 리소스에 대해 사용 가능한 클러스터 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/compute_resources/:id/available_flavors
컴퓨터 리소스에 대해 사용 가능한 종류 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/compute_resources/:id/available_folders
컴퓨터 리소스에 대해 사용 가능한 폴더 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/compute_resources/:id/available_zones
컴퓨터 리소스에 대해 사용 가능한 영역 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/compute_resources/:id/available_networks
컴퓨터 리소스에 대해 사용 가능한 네트워크 나열

GET /api/compute_resources/:id/available_clusters/:cluster_id/available_networks
컴퓨터 리소스 클러스터에 대해 사용 가능한 네트워크 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

cluster_id
Optional

Validations:

  • Must be String


GET /api/compute_resources/:id/available_clusters/:cluster_id/available_resource_pools
컴퓨터 리소스 클러스터의 리소스 풀 목록 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

cluster_id
Required

Validations:

  • Must be String


GET /api/compute_resources/:id/available_storage_domains
컴퓨터 리소스의 스토리지 도메인 목록 나열

GET /api/compute_resources/:id/available_storage_domains/:storage_domain
지정된 스토리지 도메인에 대한 속성 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

storage_domain
Optional

Validations:

  • Must be String


GET /api/compute_resources/:id/available_storage_pods
컴퓨터 리소스의 스토리지 포드 나열

GET /api/compute_resources/:id/available_storage_pods/:storage_pod
지정된 스토리지 포드에 대한 속성 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

storage_pod
Optional

Validations:

  • Must be String


GET /api/compute_resources/:id/available_security_groups
컴퓨터 리소스에 대해 사용 가능한 보안 그룹 나열

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


PUT /api/compute_resources/:id/associate
VM을 호스트에 연결

Params

Param Name Description
id
Required

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.