Arcserve UDP API (2.0.0)

Download OpenAPI specification:Download

Introduction

API Reference for Arcserve UDP Menu

Revision History

Date Version Detail
2026/05/26 2.1.0 Add bulk upgrade license Version
2025/04/21 2.0.0 Split endpoints by regions
2024/09/10 1.0.0 Initial Release

Authentication

Arcserve UDP

Arcserve UDP Menu

List Licenses

List Licenses

path Parameters
tenant_id
required
string ^[0-9a-f]{32}$
Example: cab37c0a5c40450d9038463783b7d53e

Tenant ID

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. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "page": 1,
  • "per_page": 30,
  • "total_count": 2,
  • "licenses":
    [
    ]
}

Create License

Create License

path Parameters
tenant_id
required
string ^[0-9a-f]{32}$
Example: cab37c0a5c40450d9038463783b7d53e

Tenant ID

header Parameters
X-Auth-Token
required
string
Example: e1b37cb197d84e69af37264fc0f167a33

Authentication token generated by Keystone. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Request Body schema: application/json
license
required
object

Responses

201

Created

202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

post/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

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

header Parameters
X-Auth-Token
required
string
Example: e1b37cb197d84e69af37264fc0f167a33

Authentication token generated by Keystone. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Request Body schema: application/json
license
required
object

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

patch/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}

Request samples

Content type
application/json
Example
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

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

header Parameters
X-Auth-Token
required
string
Example: e1b37cb197d84e69af37264fc0f167a33

Authentication token generated by Keystone. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Responses

202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

delete/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

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

header Parameters
X-Auth-Token
required
string
Example: e1b37cb197d84e69af37264fc0f167a33

Authentication token generated by Keystone. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

Issue License Key

Issue License Key

path Parameters
tenant_id
required
string ^[0-9a-f]{32}$
Example: cab37c0a5c40450d9038463783b7d53e

Tenant ID

license_id
required
string <uuid>

License ID

header Parameters
X-Auth-Token
required
string
Example: e1b37cb197d84e69af37264fc0f167a33

Authentication token generated by Keystone. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Request Body schema: application/json
license
object

Responses

201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/licenses/{license_id}/issue-key

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "license":
    {
    }
}

Bulk Upgrade License Version

Bulk Upgrade License Version

path Parameters
tenant_id
required
string
header Parameters
X-Auth-Token
required
string
Example: e1b37cb197d84e69af37264fc0f167a33

Authentication token generated by Keystone. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Request Body schema: application/json
license_ids
required
Array of strings <uuid> non-empty

Each license can only be upgraded starting from the day after you create license or upgrade license.

version
required
string

This field is specified a sequence of numbers with one decimal place in string format. (The range of numbers is 0.0 < version <= 99.9)

email_address
string <email> <= 254 characters

This parameter is required if upgrade version order does not exists in the same tenant.

company_name
string [ 1 .. 100 ] characters

This parameter is required if upgrade version order does not exists in the same tenant.

Responses

201

Created

202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/bulk-license-upgrade

Request samples

Content type
application/json
Example
Copy
Expand all Collapse all
{
  • "license_ids":
    [
    ],
  • "version": "9.0"
}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "licenses":
    [
    ]
}

List Plans

List Plans

path Parameters
tenant_id
required
string ^[0-9a-f]{32}$
Example: cab37c0a5c40450d9038463783b7d53e

Tenant ID

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. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

get/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/plans

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "page": 1,
  • "per_page": 30,
  • "total_count": 2,
  • "plans":
    [
    ]
}

List Orders

List Orders

path Parameters
tenant_id
required
string ^[0-9a-f]{32}$
Example: cab37c0a5c40450d9038463783b7d53e

Tenant ID

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. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

get/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "page": 1,
  • "per_page": 30,
  • "total_count": 4,
  • "orders":
    [
    ]
}

Show Order

Show Order

path Parameters
tenant_id
required
string ^[0-9a-f]{32}$
Example: cab37c0a5c40450d9038463783b7d53e

Tenant ID

order_id
required
string <uuid>

Order ID

header Parameters
X-Auth-Token
required
string
Example: e1b37cb197d84e69af37264fc0f167a33

Authentication token generated by Keystone. Details are provided on the next page. (https://sdpf.ntt.com/about-sss/api-references/first-step/)

Responses

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp1-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp2-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp3-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp4-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp5-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp6-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp7-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp8-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}
https://soy-jp9-ecl.api.ntt.com/v2/arcserve-udp/{tenant_id}/orders/{order_id}

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "order":
    {
    }
}