Add License (for Arcserve UDP)¶
Overview¶
Add License
Classification¶
- Post
API Operation Object¶
- Proposal (License)
Synchronous / Asynchronous¶
- Synchronous
Request¶
HTTP Request Method¶
- POST
HTTP Request Path¶
{api_endpoint}/v1/proposal/arcserve/add/{tenant_id}/{OrderId}
HTTP Request Body¶
Format¶
{
"Language": 1,
"Licenses": [
{
"LiceseId": 1,
"QuantityWin": 2,
"QuantityLin": 2
},
<<repeat>>
]
}
Request Parameter¶
name | style | format | description | required/optional |
---|---|---|---|---|
tenant_id | URL | String (UUID) | Tenant which the user have role. | required |
OrderId | URL | String | OrderId to identify this proposal | required |
token_id | Header | String (token_id) | - | required |
Language | Body | int | Choose 'language_id' below | required |
LicenseId | Body | int | ID of License | required |
QuantityWin | Body | int | Total quantity of Windows OS of this License | required : QuantityInputPattern of this License is 1 or 3 |
QuantityLin | Body | int | Total quantity of Linux OS of this License | required : QuantityInputPattern of this License is 2 or 3 |
language_id | Language |
---|---|
1 | Japanese |
2 | English |