Quota Service

Overview

SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.

본 가이드는 Quota 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.

Version

Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.

VersionStatusNot Before
1.5CURRENT-
1.4SUPPORTED20270220
1.3SUPPORTED20261120
1.2SUPPORTED20261120
1.1SUPPORTED20261120
1.0SUPPORTED20261120

CLI Version History

1.5

Account Quota 조회 명령어와 Quota Request 조회 명령어 응답이 변경되었습니다.

CLI 변경사항

  • [변경] quota account-quota list - 응답 시, 아래와 같은 필드가 추가됩니다.
    • reclamation_period
  • [변경] quota account-quota show --account_quota_id {account_id} - 응답 시, 아래와 같은 필드가 추가됩니다.
    • reclamation_period
  • [변경] quota quota-request list - 응답 시, 아래와 같은 필드가 추가됩니다.
    • reduction
  • [변경] quota quota-request show --request_id {request_id} - 응답 시, 아래와 같은 필드가 추가됩니다.
    • reclamation_period

1.4

CLI 명령어 변경 사항이 없습니다.

1.3

CLI 명령어 변경 사항이 없습니다.

1.2

CLI 명령어 변경 사항이 없습니다.

1.1

Account Quota 조회 명령어 응답이 변경되었습니다.

CLI 변경사항

  • [변경] quota account-quota list - 응답 시, 아래와 같은 필드가 추가됩니다.
    • max_per_account
  • [변경] quota account-quota show --account_quota_id {account_id} - 응답 시, 아래와 같은 필드가 추가됩니다.
    • max_per_account

1.0

Quota Service CLI 출시되었습니다.

변경사항

  • [신규] quota account-quota list - ListAccountQuota 명령어가 추가되었습니다.
  • [신규] quota account-quota show --account_quota_id {account_id} - ShowAccountQuota 명령어가 추가되었습니다.
  • [신규] quota quota-request list - ListQuotaRequests 명령어가 추가되었습니다.
  • [신규] quota quota-request show --request_id {request_id} - ShowQuotaRequest 명령어가 추가되었습니다.

1 - CLIs

1.1 - ListAccountQuota

1.1.1 - 1.5

scp-cli quota account-quota list
[--size <value>]
[--page <value>]
[--sort <value>]
[--request_class <value>]
[--service <value>]
[--quota_item <value>]
[--description <value>]

Description

account quota 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.5-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
request_class
optional
stringRequest ClassAccount
service
optional
stringService NameIAM
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
description
optional
stringDescriptionVirtual Server disk max size

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reclamation_periodReclamation period for reduction30
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.1.2 - 1.4

scp-cli quota account-quota list
[--size <value>]
[--page <value>]
[--sort <value>]
[--request_class <value>]
[--service <value>]
[--quota_item <value>]
[--description <value>]

Description

account quota 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.420270220

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
request_class
optional
stringRequest ClassAccount
service
optional
stringService NameIAM
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
description
optional
stringDescriptionVirtual Server disk max size

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.1.3 - 1.3

scp-cli quota account-quota list
[--size <value>]
[--page <value>]
[--sort <value>]
[--request_class <value>]
[--service <value>]
[--quota_item <value>]
[--description <value>]

Description

account quota 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
request_class
optional
stringRequest ClassAccount
service
optional
stringService NameIAM
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
description
optional
stringDescriptionVirtual Server disk max size

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.1.4 - 1.2

scp-cli quota account-quota list
[--size <value>]
[--page <value>]
[--sort <value>]
[--request_class <value>]
[--service <value>]
[--quota_item <value>]
[--description <value>]

Description

account quota 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
request_class
optional
stringRequest ClassAccount
service
optional
stringService NameIAM
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
description
optional
stringDescriptionVirtual Server disk max size

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.1.5 - 1.1

scp-cli quota account-quota list
[--size <value>]
[--page <value>]
[--sort <value>]
[--request_class <value>]
[--service <value>]
[--quota_item <value>]
[--description <value>]

Description

account quota 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
request_class
optional
stringRequest ClassAccount
service
optional
stringService NameIAM
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
description
optional
stringDescriptionVirtual Server disk max size

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.1.6 - 1.0

scp-cli quota account-quota list
[--size <value>]
[--page <value>]
[--sort <value>]
[--request_class <value>]
[--service <value>]
[--quota_item <value>]
[--description <value>]

Description

account quota 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
request_class
optional
stringRequest ClassAccount
service
optional
stringService NameIAM
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
description
optional
stringDescriptionVirtual Server disk max size

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.2 - ListQuotaRequests

1.2.1 - 1.5

scp-cli quota quota-request list
[--size <value>]
[--page <value>]
[--sort <value>]
[--service <value>]
[--quota_item <value>]
[--requester <value>]
[--request_class <value>]
[--requested_start_at <value>]
[--requested_end_at <value>]
[--applied_start_at <value>]
[--applied_end_at <value>]
[--state <value>]

Description

quota request 목록 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.5-

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
service
optional
stringService NameVirtual Server
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
requester
optional
stringRequester Informationcloud.kim
request_class
optional
stringRequest ClassAccount
requested_start_at
optional
stringStart date of the request2024-05-01
requested_end_at
optional
stringEnd date of the request2024-05-31
applied_start_at
optional
stringStart date of the application2024-05-01
applied_end_at
optional
stringEnd date of the application2024-05-31
state
optional
stringRequest StateBEFORE_APPROVE

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
reductionReductionFalse
request_classRequest ClassAccount
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
serviceService NameVirtual Server
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.2.2 - 1.4

scp-cli quota quota-request list
[--size <value>]
[--page <value>]
[--sort <value>]
[--service <value>]
[--quota_item <value>]
[--requester <value>]
[--request_class <value>]
[--requested_start_at <value>]
[--requested_end_at <value>]
[--applied_start_at <value>]
[--applied_end_at <value>]
[--state <value>]

Description

quota request 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.420270220

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
service
optional
stringService NameVirtual Server
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
requester
optional
stringRequester Informationcloud.kim
request_class
optional
stringRequest ClassAccount
requested_start_at
optional
stringStart date of the request2024-05-01
requested_end_at
optional
stringEnd date of the request2024-05-31
applied_start_at
optional
stringStart date of the application2024-05-01
applied_end_at
optional
stringEnd date of the application2024-05-31
state
optional
stringRequest StateBEFORE_APPROVE

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
request_classRequest ClassAccount
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
serviceService NameVirtual Server
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.2.3 - 1.3

scp-cli quota quota-request list
[--size <value>]
[--page <value>]
[--sort <value>]
[--service <value>]
[--quota_item <value>]
[--requester <value>]
[--request_class <value>]
[--requested_start_at <value>]
[--requested_end_at <value>]
[--applied_start_at <value>]
[--applied_end_at <value>]
[--state <value>]

Description

quota request 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
service
optional
stringService NameVirtual Server
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
requester
optional
stringRequester Informationcloud.kim
request_class
optional
stringRequest ClassAccount
requested_start_at
optional
stringStart date of the request2024-05-01
requested_end_at
optional
stringEnd date of the request2024-05-31
applied_start_at
optional
stringStart date of the application2024-05-01
applied_end_at
optional
stringEnd date of the application2024-05-31
state
optional
stringRequest StateBEFORE_APPROVE

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
request_classRequest ClassAccount
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
serviceService NameVirtual Server
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.2.4 - 1.2

scp-cli quota quota-request list
[--size <value>]
[--page <value>]
[--sort <value>]
[--service <value>]
[--quota_item <value>]
[--requester <value>]
[--request_class <value>]
[--requested_start_at <value>]
[--requested_end_at <value>]
[--applied_start_at <value>]
[--applied_end_at <value>]
[--state <value>]

Description

quota request 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
service
optional
stringService NameVirtual Server
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
requester
optional
stringRequester Informationcloud.kim
request_class
optional
stringRequest ClassAccount
requested_start_at
optional
stringStart date of the request2024-05-01
requested_end_at
optional
stringEnd date of the request2024-05-31
applied_start_at
optional
stringStart date of the application2024-05-01
applied_end_at
optional
stringEnd date of the application2024-05-31
state
optional
stringRequest StateBEFORE_APPROVE

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
request_classRequest ClassAccount
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
serviceService NameVirtual Server
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.2.5 - 1.1

scp-cli quota quota-request list
[--size <value>]
[--page <value>]
[--sort <value>]
[--service <value>]
[--quota_item <value>]
[--requester <value>]
[--request_class <value>]
[--requested_start_at <value>]
[--requested_end_at <value>]
[--applied_start_at <value>]
[--applied_end_at <value>]
[--state <value>]

Description

quota request 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
service
optional
stringService NameVirtual Server
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
requester
optional
stringRequester Informationcloud.kim
request_class
optional
stringRequest ClassAccount
requested_start_at
optional
stringStart date of the request2024-05-01
requested_end_at
optional
stringEnd date of the request2024-05-31
applied_start_at
optional
stringStart date of the application2024-05-01
applied_end_at
optional
stringEnd date of the application2024-05-31
state
optional
stringRequest StateBEFORE_APPROVE

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
request_classRequest ClassAccount
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
serviceService NameVirtual Server
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.2.6 - 1.0

scp-cli quota quota-request list
[--size <value>]
[--page <value>]
[--sort <value>]
[--service <value>]
[--quota_item <value>]
[--requester <value>]
[--request_class <value>]
[--requested_start_at <value>]
[--requested_end_at <value>]
[--applied_start_at <value>]
[--applied_end_at <value>]
[--state <value>]

Description

quota request 목록 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261120

Parameters

NameTypeDescriptionExample
size
optional
integersize20
page
optional
integerpage0
sort
optional
stringsortcreated_at:desc
service
optional
stringService NameVirtual Server
quota_item
optional
stringQuota Item NameQUOTA.REQUEST.COUNT
requester
optional
stringRequester Informationcloud.kim
request_class
optional
stringRequest ClassAccount
requested_start_at
optional
stringStart date of the request2024-05-01
requested_end_at
optional
stringEnd date of the request2024-05-31
applied_start_at
optional
stringStart date of the application2024-05-01
applied_end_at
optional
stringEnd date of the application2024-05-31
state
optional
stringRequest StateBEFORE_APPROVE

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
request_classRequest ClassAccount
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
serviceService NameVirtual Server
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.3 - ShowAccountQuota

1.3.1 - 1.5

scp-cli quota account-quota show
--account_quota_id <value>

Description

account quota 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.5-

Parameters

NameTypeDescriptionExample
account_quota_id
required
stringAccount Quota ID138c2fc8c29a449dbfa8681f8f1d78e2

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reclamation_periodReclamation period for reduction30
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.3.2 - 1.4

scp-cli quota account-quota show
--account_quota_id <value>

Description

account quota 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.420270220

Parameters

NameTypeDescriptionExample
account_quota_id
required
stringAccount Quota ID138c2fc8c29a449dbfa8681f8f1d78e2

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.3.3 - 1.3

scp-cli quota account-quota show
--account_quota_id <value>

Description

account quota 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261120

Parameters

NameTypeDescriptionExample
account_quota_id
required
stringAccount Quota ID138c2fc8c29a449dbfa8681f8f1d78e2

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.3.4 - 1.2

scp-cli quota account-quota show
--account_quota_id <value>

Description

account quota 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220261120

Parameters

NameTypeDescriptionExample
account_quota_id
required
stringAccount Quota ID138c2fc8c29a449dbfa8681f8f1d78e2

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.3.5 - 1.1

scp-cli quota account-quota show
--account_quota_id <value>

Description

account quota 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261120

Parameters

NameTypeDescriptionExample
account_quota_id
required
stringAccount Quota ID138c2fc8c29a449dbfa8681f8f1d78e2

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
max_per_accountMax per Account Value1000
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.3.6 - 1.0

scp-cli quota account-quota show
--account_quota_id <value>

Description

account quota 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261120

Parameters

NameTypeDescriptionExample
account_quota_id
required
stringAccount Quota ID138c2fc8c29a449dbfa8681f8f1d78e2

Responses

NameDescriptionExample
idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_idUnique identifier for the account2b7ed60576ce404bbc734266ff1839a5
account_nameName of the accountExample Account
adjustableFlag indicating if additional quota is being requestedTrue
applied_valueModified quota value after changes200
approvalApprovalFalse
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial quota value allocated100
modified_at수정 시간2024-05-17T00:23:17Z
quota_itemSpecific quota item within the resourceQUOTA.REQUEST.COUNT
reductionReductionFalse
requestRequestFalse
request_classRequest ClassAccount
resource_typeType of the resourceaccount-quota
serviceName of the service to which quota appliesVirtual Server
srnService Resource Name for the quota itemsrn:s::1651c68f8c664df580b55fa12345678:::quota:account-quota/9b088c6bc57c4a50a4620fb312345678
unitUnit in which the quota value is measuredGB

1.4 - ShowQuotaRequest

1.4.1 - 1.5

scp-cli quota quota-request show
--request_id <value>

Description

quota request 상세 조회

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.5-

Parameters

NameTypeDescriptionExample
request_id
required
stringRequest ID0c2a06f2f06d42248a6bb88b1a78d4cc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_quota_idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
reclamation_periodReclamation period for reduction30
reductionReductionFalse
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.4.2 - 1.4

scp-cli quota quota-request show
--request_id <value>

Description

quota request 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.420270220

Parameters

NameTypeDescriptionExample
request_id
required
stringRequest ID0c2a06f2f06d42248a6bb88b1a78d4cc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_quota_idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
reductionReductionFalse
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.4.3 - 1.3

scp-cli quota quota-request show
--request_id <value>

Description

quota request 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.320261120

Parameters

NameTypeDescriptionExample
request_id
required
stringRequest ID0c2a06f2f06d42248a6bb88b1a78d4cc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_quota_idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
reductionReductionFalse
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.4.4 - 1.2

scp-cli quota quota-request show
--request_id <value>

Description

quota request 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.220261120

Parameters

NameTypeDescriptionExample
request_id
required
stringRequest ID0c2a06f2f06d42248a6bb88b1a78d4cc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_quota_idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
reductionReductionFalse
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.4.5 - 1.1

scp-cli quota quota-request show
--request_id <value>

Description

quota request 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.120261120

Parameters

NameTypeDescriptionExample
request_id
required
stringRequest ID0c2a06f2f06d42248a6bb88b1a78d4cc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_quota_idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
reductionReductionFalse
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB

1.4.6 - 1.0

scp-cli quota quota-request show
--request_id <value>

Description

quota request 상세 조회

상태 ACTIVE (SUPPORTED)

버전최소 지원 보장일
1.020261120

Parameters

NameTypeDescriptionExample
request_id
required
stringRequest ID0c2a06f2f06d42248a6bb88b1a78d4cc

Responses

NameDescriptionExample
idID0fdd87aab8cb46f59b7c1f81ed03fb3e
account_quota_idAccount Quota ID0fdd87aab8cb46f59b7c1f81ed03fb3e
applied_atApplied At2024-05-17T00:23:17Z
applied_valueApplied Value200
approval_messageRequest messageQuota increase request message.
class_valueValue associated with the request classGlobal
created_at생성 시간2024-05-17T00:23:17Z
created_by생성자90dddfc2b1e04edba54ba2b41539a9ac
descriptionDetailed description of the quota itemMaximum disk size for virtual servers in the account
free_rateFree Rate10
initial_valueInitial Value100
modified_at수정 시간2024-05-17T00:23:17Z
modified_by수정자90dddfc2b1e04edba54ba2b41539a9ac
quota_itemQuota Item NameQUOTA.REQUEST.COUNT
reductionReductionFalse
request_messageRequest messageQuota increase request message.
request_valueUser Request Value300
requesterRequestercloudkim
stateRequest StateBEFORE_APPROVE
unitUnit in which the quota value is measuredGB