List Licenses
List Licenses
path Parameters
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
query Parameters
page | integer >= 1 Default: 1 Page number of the results to fetch |
per_page | integer [ 1 .. 100 ] Default: 30 Results per page |
order_id | string <uuid> Order ID |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Responses
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "page": 1,
- "per_page": 30,
- "total_count": 2,
- "licenses": [
- {
- "id": "10888274-393c-4c62-8bdc-b818f94f0d86",
- "name": "Sample License",
- "status": "Active",
- "type": "Hypervisor",
- "order_id": "ce8421bb-3d1f-4776-992c-788880083142",
- "plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
- "plan_name_ja": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "plan_name_en": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "number_of_standalone_keys": 2,
- "offer_start_date": "2022-07-14",
- "deletion_date": null,
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-07-01T14:15:22Z",
- "keys": [
- {
- "id": "3d39d83d-0fe5-4815-ba21-e09abae26a29",
- "key_type_id": "2d577d56-7fee-4519-b834-3ab16921ff45",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "e8b9853b-fb86-4392-aca4-73857c2b8d1e",
- "key_type_id": "14dba235-0572-420e-aaf4-71a923dad80e",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "25fecb0a-8aba-4797-ac73-0f11970301f1",
- "key_type_id": "d088a07f-4e68-4f39-8ed0-8e588b3e56ea",
- "name": "Backup Socket Key",
- "version": "18.0",
- "value": "Sample Value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "6fa8f7c6-4084-4b0b-900e-9d408c618ae8",
- "key_type_id": "8976060c-251b-4874-bf9c-7c65a3ccfdc2",
- "name": "RHA Socket Key",
- "version": "16.5",
- "value": "Sample Value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}
]
}, - {
- "id": "6e5ecdf9-730a-8fca-01b1-362eca3f40a4",
- "name": "Sample License",
- "status": "Deleted",
- "type": "Virtual Server",
- "order_id": "499c5338-2ba9-4103-a57b-f0865ecc4015",
- "plan_id": "13c2cbc9-02f5-4bd7-b065-34a06e9666f1",
- "plan_name_ja": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "plan_name_en": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "number_of_standalone_keys": null,
- "offer_start_date": "2022-07-14",
- "deletion_date": "2022-08-23",
- "created_at": "2022-07-14T14:15:22Z",
- "updated_at": "2022-08-23T14:15:22Z",
- "keys": [
- {
- "id": "1ccf5faf-df3d-489d-940c-24f270957c08",
- "key_type_id": "6c866070-63b4-4cba-9973-78ace4b6a545",
- "name": "UDP Server Key",
- "version": "8.0",
- "value": "Sample value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": "2022-08-23T14:15:22Z"
}, - {
- "id": "a4f09bd9-0325-42d9-88ab-68bd7259b6f2",
- "key_type_id": "04637cf7-9298-458c-9afb-201f294cec72",
- "name": "UDP Standalone Key",
- "version": "8.0",
- "value": "Sample Value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": "2022-08-23T14:15:22Z"
}
]
}
]
}
Create License
Create License
path Parameters
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Request Body schema: application/json
license required | object |
Responses
Created
Accepted
Bad Request
Unauthorized
Forbidden
Internal Server Error
Request samples
- Payload
{- "license": {
- "name": "Sample License",
- "region": "jp1",
- "type": "Hypervisor",
- "plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
- "number_of_standalone_keys": 2,
- "email_address": "user1@example.com",
- "company_name": "Sample Company Name"
}
}
Response samples
- 201
- 202
- 400
- 401
- 403
- 500
{- "license": {
- "id": "2b16cd51-f110-433d-a956-300ba66ffd40",
- "name": "Sample License",
- "status": "Active",
- "type": "Hypervisor",
- "order_id": "ce8421bb-3d1f-4776-992c-788880083142",
- "plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
- "plan_name_ja": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "plan_name_en": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "number_of_standalone_keys": 2,
- "offer_start_date": "2022-07-01",
- "deletion_date": null,
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-07-01T14:15:22Z",
- "keys": [
- {
- "id": "3d39d83d-0fe5-4815-ba21-e09abae26a29",
- "key_type_id": "712ac3bb-ab4c-4a8f-9746-a2ef7bc99d54",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value 1",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "e8b9853b-fb86-4392-aca4-73857c2b8d1e",
- "key_type_id": "8658cdbb-7bb6-4cd3-8ce8-36187cfcd3b5",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value 2",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "25fecb0a-8aba-4797-ac73-0f11970301f1",
- "key_type_id": "5cd4e508-c8fa-434e-b88b-af060c8960e5",
- "name": "Backup Socket Key",
- "version": "18.0",
- "value": "Sample value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "6fa8f7c6-4084-4b0b-900e-9d408c618ae8",
- "key_type_id": "7a56620d-aff3-413f-982e-7289481dc9c3",
- "name": "RHA Socket Key",
- "version": "16.5",
- "value": "Sample Value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}
]
}
}
Update License
Update License
path Parameters
license_id required | string <uuid> License ID |
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Request Body schema: application/json
license required | object |
Responses
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Request samples
- Payload
{- "license": {
- "name": "Sample License"
}
}
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "license": {
- "id": "2b16cd51-f110-433d-a956-300ba66ffd40",
- "name": "Sample License",
- "status": "Active",
- "type": "Hypervisor",
- "order_id": "ce8421bb-3d1f-4776-992c-788880083142",
- "plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
- "plan_name_ja": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "plan_name_en": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "number_of_standalone_keys": 2,
- "offer_start_date": "2022-07-01",
- "deletion_date": null,
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-07-01T14:15:22Z",
- "keys": [
- {
- "id": "3d39d83d-0fe5-4815-ba21-e09abae26a29",
- "key_type_id": "712ac3bb-ab4c-4a8f-9746-a2ef7bc99d54",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value 1",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "e8b9853b-fb86-4392-aca4-73857c2b8d1e",
- "key_type_id": "8658cdbb-7bb6-4cd3-8ce8-36187cfcd3b5",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value 2",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "25fecb0a-8aba-4797-ac73-0f11970301f1",
- "key_type_id": "5cd4e508-c8fa-434e-b88b-af060c8960e5",
- "name": "Backup Socket Key",
- "version": "18.0",
- "value": "Sample value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "6fa8f7c6-4084-4b0b-900e-9d408c618ae8",
- "key_type_id": "7a56620d-aff3-413f-982e-7289481dc9c3",
- "name": "RHA Socket Key",
- "version": "16.5",
- "value": "Sample Value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}
]
}
}
Delete License
Delete License
path Parameters
license_id required | string <uuid> License ID |
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Responses
Accepted
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Response samples
- 202
- 400
- 401
- 403
- 404
- 500
{- "license": {
- "id": "6e5ecdf9-730a-8fca-01b1-362eca3f40a4",
- "name": "Sample License",
- "status": "Deleted",
- "type": "Virtual Server",
- "order_id": "499c5338-2ba9-4103-a57b-f0865ecc4015",
- "plan_id": "13c2cbc9-02f5-4bd7-b065-34a06e9666f1",
- "plan_name_ja": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "plan_name_en": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "number_of_standalone_keys": null,
- "offer_start_date": "2022-07-14",
- "deletion_date": "2022-08-23",
- "created_at": "2022-07-14T14:15:22Z",
- "updated_at": "2022-08-23T14:15:22Z",
- "keys": [
- {
- "id": "1ccf5faf-df3d-489d-940c-24f270957c08",
- "key_type_id": "acfe42cf-25ae-470d-9493-641bcc164f0c",
- "name": "UDP Server Key",
- "version": "8.0",
- "value": "Sample value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": "2022-08-23T14:15:22Z"
}, - {
- "id": "a4f09bd9-0325-42d9-88ab-68bd7259b6f2",
- "key_type_id": "6a5c2ce4-9af3-4d44-9cf7-6c044f710604",
- "name": "UDP Standalone Key",
- "version": "8.0",
- "value": "Sample Value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": "2022-08-23T14:15:22Z"
}
]
}
}
Show License
Show License
path Parameters
license_id required | string <uuid> License ID |
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Responses
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "license": {
- "id": "6e5ecdf9-730a-8fca-01b1-362eca3f40a4",
- "name": "Sample License",
- "status": "Deleted",
- "type": "Virtual Server",
- "order_id": "499c5338-2ba9-4103-a57b-f0865ecc4015",
- "plan_id": "13c2cbc9-02f5-4bd7-b065-34a06e9666f1",
- "plan_name_ja": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "plan_name_en": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "number_of_standalone_keys": null,
- "offer_start_date": "2022-07-14",
- "deletion_date": "2022-08-23",
- "created_at": "2022-07-14T14:15:22Z",
- "updated_at": "2022-08-23T14:15:22Z",
- "keys": [
- {
- "id": "1ccf5faf-df3d-489d-940c-24f270957c08",
- "key_type_id": "acfe42cf-25ae-470d-9493-641bcc164f0c",
- "name": "UDP Server Key",
- "version": "8.0",
- "value": "Sample value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": "2022-08-23T14:15:22Z"
}, - {
- "id": "a4f09bd9-0325-42d9-88ab-68bd7259b6f2",
- "key_type_id": "6a5c2ce4-9af3-4d44-9cf7-6c044f710604",
- "name": "UDP Standalone Key",
- "version": "8.0",
- "value": "Sample Value",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": "2022-08-23T14:15:22Z"
}
]
}
}
Issue License Key
Issue License Key
path Parameters
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
license_id required | string <uuid> License ID |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Request Body schema: application/json
license | object |
Responses
Created
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Request samples
- Payload
{- "license": {
- "key_type_id": "6fa8f7c6-4084-4b0b-900e-9d408c618ae8"
}
}
Response samples
- 201
- 400
- 401
- 403
- 404
- 500
{- "license": {
- "id": "2b16cd51-f110-433d-a956-300ba66ffd40",
- "name": "Sample License",
- "status": "Active",
- "type": "Hypervisor",
- "order_id": "ce8421bb-3d1f-4776-992c-788880083142",
- "plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
- "plan_name_ja": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "plan_name_en": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "number_of_standalone_keys": 2,
- "offer_start_date": "2022-07-01",
- "deletion_date": null,
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-07-01T14:15:22Z",
- "keys": [
- {
- "id": "3d39d83d-0fe5-4815-ba21-e09abae26a29",
- "key_type_id": "712ac3bb-ab4c-4a8f-9746-a2ef7bc99d54",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value 1",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "e8b9853b-fb86-4392-aca4-73857c2b8d1e",
- "key_type_id": "8658cdbb-7bb6-4cd3-8ce8-36187cfcd3b5",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "value": "Sample Value 2",
- "is_additional_component": false,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "25fecb0a-8aba-4797-ac73-0f11970301f1",
- "key_type_id": "5cd4e508-c8fa-434e-b88b-af060c8960e5",
- "name": "Backup Socket Key",
- "version": "18.0",
- "value": "Sample value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}, - {
- "id": "6fa8f7c6-4084-4b0b-900e-9d408c618ae8",
- "key_type_id": "7a56620d-aff3-413f-982e-7289481dc9c3",
- "name": "RHA Socket Key",
- "version": "16.5",
- "value": "Sample Value",
- "is_additional_component": true,
- "activated_at": "2022-07-14T14:15:22Z",
- "deactivated_at": null
}
]
}
}
List Plans
List Plans
path Parameters
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
query Parameters
page | integer >= 1 Default: 1 Page number of the results to fetch |
per_page | integer [ 1 .. 100 ] Default: 30 Results per page |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Responses
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
Response samples
- 200
- 400
- 401
- 403
- 500
{- "page": 1,
- "per_page": 30,
- "total_count": 2,
- "plans": [
- {
- "id": "00713021-9aea-41da-9a88-87760c08fa72",
- "name_en": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "name_ja": "Arcserve Unified Data Protection (UDP) 9.0 Premium Plus Edition",
- "status": "Active",
- "type": "Baremetal Server / Hypervisor",
- "version": "9.0",
- "is_premium_plus": true,
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-08-09T14:15:22Z",
- "keys": [
- {
- "key_type_id": "3d39d83d-0fe5-4815-ba21-e09abae26a29",
- "name": "UDP Standalone Key",
- "version": "9.0",
- "is_additional_component": false,
- "number_of_keys": 2
}, - {
- "key_type_id": "25fecb0a-8aba-4797-ac73-0f11970301f1",
- "name": "Backup Socket Key",
- "version": "18.0",
- "is_additional_component": true,
- "number_of_keys": 1
}, - {
- "key_type_id": "6fa8f7c6-4084-4b0b-900e-9d408c618ae8",
- "name": "RHA Socket Key",
- "version": "16.5",
- "is_additional_component": true,
- "number_of_keys": 1
}
]
}, - {
- "id": "13c2cbc9-02f5-4bd7-b065-34a06e9666f1",
- "name_en": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "name_ja": "Arcserve Unified Data Protection (UDP) ~8.0 Advanced Edition",
- "status": "Active",
- "type": "Virtual Server",
- "version": "8.0",
- "is_premium_plus": false,
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-08-09T14:15:22Z",
- "keys": [
- {
- "key_type_id": "1ccf5faf-df3d-489d-940c-24f270957c08",
- "name": "UDP Server Key",
- "version": "8.0",
- "is_additional_component": false,
- "number_of_keys": 1
}, - {
- "key_type_id": "a4f09bd9-0325-42d9-88ab-68bd7259b6f2",
- "name": "UDP Standalone Key",
- "version": "8.0",
- "is_additional_component": false,
- "number_of_keys": 1
}
]
}
]
}
List Orders
List Orders
path Parameters
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
query Parameters
page | integer >= 1 Default: 1 Page number of the results to fetch |
per_page | integer [ 1 .. 100 ] Default: 30 Results per page |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Responses
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
Response samples
- 200
- 400
- 401
- 403
- 500
{- "page": 1,
- "per_page": 30,
- "total_count": 2,
- "orders": [
- {
- "id": "f0ffe061-07d5-454f-958b-9a22a3e12a99",
- "tenant_id": "c9a8c3e852f64840a67528d259880bad",
- "workspace_id": "ws0000588582",
- "region": "jp1",
- "email_address": "user1@example.com",
- "company_name": "Sample Company",
- "version": "8.0",
- "is_deleted": false,
- "arcserve_order_id": "Sample Order ID",
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-08-09T14:15:22Z"
}, - {
- "id": "6c4971b6-b0cb-447e-b506-fe3e4186e90c",
- "tenant_id": "c9a8c3e852f64840a67528d259880bad",
- "workspace_id": "ws0000588582",
- "region": "jp1",
- "email_address": "user1@example.com",
- "company_name": "Sample Company",
- "version": "9.0",
- "is_deleted": true,
- "arcserve_order_id": "Sample Order ID",
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-08-09T14:15:22Z"
}
]
}
Show Order
Show Order
path Parameters
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
order_id required | string <uuid> Order ID |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Responses
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Response samples
- 200
- 400
- 401
- 403
- 404
- 500
{- "order": {
- "id": "0ddaeffb-93e9-4b4f-aacd-543472ad206c",
- "tenant_id": "c9a8c3e852f64840a67528d259880bad",
- "workspace_id": "ws0000588582",
- "region": "jp1",
- "email_address": "user1@example.com",
- "company_name": "Sample Company",
- "version": "9.0",
- "is_deleted": false,
- "arcserve_order_id": "Sample Order ID",
- "created_at": "2022-07-01T14:15:22Z",
- "updated_at": "2022-08-09T14:15:22Z"
}
}
List Regions
List Regions
path Parameters
tenant_id required | string ^[0-9a-f]{32}$ Example: cab37c0a5c40450d9038463783b7d53e Tenant ID in gl1 region |
header Parameters
X-Auth-Token required | string Example: e1b37cb197d84e69af37264fc0f167a33 Authentication token generated by Keystone |
Responses
OK
Unauthorized
Forbidden
Internal Server Error
Response samples
- 200
- 401
- 403
- 500
{- "regions": [
- "jp1",
- "jp2",
- "jp3",
- "jp4",
- "jp5",
- "jp6",
- "jp7",
- "jp8"
]
}