GET /api/configuration/archiveId
Description
Get the archive id of the API Server's currently loaded Deployment Archive.
The same information can be retrieved from the Node Manager's Deployment API method GET /api/deployment/domain/deployments.
This API method resides in the API Servers, therefore it must be invoked via the Routing API in the Admin Node Manager, e.g. https://localhost:8090/api/router/service/instance-1/api/configuration/archiveId.
Resource URL
https://localhost:8090/api/router/service/{serviceID}/api/configuration/archiveId
Parameters
Response Codes
| Response Code | Description |
|---|---|
| 200 | The response contains the archive id. |
Example Request and Response
GET https://localhost:8090/api/router/service/instance-1/api/configuration/archiveId
HTTP 1.1 200 OK
{
"result": "05e8d765-0a64-4977-aa50-c42449c8a7ab"
}