Get list of files used to preload a tenant


This request returns a list of files that are used to preload a tenant.

Resource

GET /tenants/provisionin/files

Parameters

None

Payload

None

Response

Object Response <[String]>.

Contains a list of file names.

Context

Authorization

Master

Errors

Example

Request
GET https://xelion.nl/api/v1/master/tenants/provisioning/files
Response
{
    "object": [
        "xps6_init_de.dmp",
        "xps6_init_es.dmp",
        "xps6_init_nl.dmp",
        "xps6_init_uk.dmp"
    ],
    "links": [
        {
            "rel": "self",
            "href": "http://10.78.40.183:8080/api/v1/master/tenants/provisioning/files",
            "method": "GET"
        }
    ]
}