Get License Master (for Arcserve UDP)¶
Overview¶
Get License Master (for Arcserve UDP)
Classification¶
- Get
API Operation Object¶
- License
Synchronous / Asynchronous¶
- Synchronous
Request¶
HTTP Request Method¶
- GET
HTTP Request Path¶
{api_endpoint}/v1/master/arcserve/license/{tenant_id}/{product_id}/{license_id}
HTTP Request Body¶
- none
Request Parameter¶
name | style | format | description | required/optional |
---|---|---|---|---|
tenant_id | URL | String (UUID) | Tenant which the user have role. | required |
product_id | URL | int | ID of Product | required |
license_id | URL | int | ID of License | optional |
token_id | Header | String (token_id) | - | required |
language_id | Header | int | Choose 'language_id' below | required |
language_id | Language |
---|---|
1 | Japanese |
2 | English |
Response¶
HTTP Response Header¶
Format¶
HTTP/1.1 <response code> <message> (ex. 200 OK)
- <response_code>: see "HTTP Responses" section
- <message>: message based on the response code
HTTP Response Body¶
Format¶
{
"Licenses": [
{
"LicenseId": 1,
"ProductId": 1,
"LicenseName1": "for 仮想サーバー",
"LicenseName2": "",
"LicenseName3": "Windows",
"LicenseName1En": "for Virtual Server",
"LicenseName2En": "",
"LicenseName3En": "Windows",
"QuantityInputPattern": 1,
"KeyAdditionalFlag": false
},
<<repeat>>
]
}
Response Parameter¶
item | format | description |
---|---|---|
LicenseId | int | ID of License |
LicenseName1 | String | Name of License |
LicenseName2 | String | Name of License (Usage Type) |
LicenseName3 | String | Name of License (Agent OS) |
LicenseName1En | String | Name of License (English) |
LicenseName2En | String | Name of License (Usage Type) (English) |
LicenseName3En | String | Name of License (Agent OS) (English) |
QuantityInputPattern | int | Pattern of OS quantity input |
KeyAdditionalFlag | boolean | Internal Use |