This is the monitoring REST API definition and documentation of the PDFreactor Web Service. To use the monitoring API, an adminKey has to be configured on the server.
Retrieves information about the PDFreactor Web Service that is currently running.
Operation successful
The client failed an authorization check, e.g. because a supplied admin key was invalid.
The PDFreactor Web Service is not available.
{- "name": "string",
- "id": "string",
- "state": "string",
- "server": {
- "availableMemory": 0,
- "dockerLabel": "string",
- "environmentVariables": {
- "property1": "string",
- "property2": "string"
}, - "maxMemory": 0,
- "numberOfCpuCores": 0,
- "systemProperties": {
- "property1": "string",
- "property2": "string"
}, - "usedMemory": 0
}, - "plugins": [
- {
- "id": "string",
- "version": "string",
- "vendor": "string",
- "type": "string",
- "interface": "string",
- "used": true
}
], - "parameters": [
- {
- "name": "string",
- "value": "string",
- "values": [
- "string"
]
}
], - "version": {
- "build": 0,
- "label": "string",
- "major": 0,
- "micro": 0,
- "minor": 0,
- "revision": "string"
}, - "date": "2024-06-12T13:11:07Z",
- "supportsRestart": true
}
Retrieves information about the conversions on the server.
Operation successful
The client failed an authorization check, e.g. because a supplied admin key was invalid.
The PDFreactor Web Service is not available.
{- "failedConversions": 0,
- "finishedConversions": 0,
- "queuedConversions": {
- "amount": 0,
- "conversions": [
- {
- "contentType": "string",
- "conversionTime": 0,
- "endData": "2024-06-12T13:11:07Z",
- "error": "string",
- "id": "string",
- "numberOfPages": 0,
- "numberOfPagesLiteral": 0,
- "requestDate": "2024-06-12T13:11:07Z",
- "size": [
- 0
], - "startDate": "2024-06-12T13:11:07Z",
- "succes": true,
- "sync": true
}
], - "serviceId": "string"
}, - "runningConversions": {
- "amount": 0,
- "conversions": [
- {
- "contentType": "string",
- "conversionTime": 0,
- "endData": "2024-06-12T13:11:07Z",
- "error": "string",
- "id": "string",
- "numberOfPages": 0,
- "numberOfPagesLiteral": 0,
- "requestDate": "2024-06-12T13:11:07Z",
- "size": [
- 0
], - "startDate": "2024-06-12T13:11:07Z",
- "succes": true,
- "sync": true
}
], - "serviceId": "string"
}, - "serviceId": "string"
}
Retrieves information about the running conversions on the server.
Operation successful
The client failed an authorization check, e.g. because a supplied admin key was invalid.
The PDFreactor Web Service is not available.
{- "amount": 0,
- "conversions": [
- {
- "contentType": "string",
- "conversionTime": 0,
- "endData": "2024-06-12T13:11:07Z",
- "error": "string",
- "id": "string",
- "numberOfPages": 0,
- "numberOfPagesLiteral": 0,
- "requestDate": "2024-06-12T13:11:07Z",
- "size": [
- 0
], - "startDate": "2024-06-12T13:11:07Z",
- "succes": true,
- "sync": true
}
], - "serviceId": "string"
}
Retrieves information about the queued conversions on the server.
Operation successful
The client failed an authorization check, e.g. because a supplied admin key was invalid.
The PDFreactor Web Service is not available.
{- "amount": 0,
- "conversions": [
- {
- "contentType": "string",
- "conversionTime": 0,
- "endData": "2024-06-12T13:11:07Z",
- "error": "string",
- "id": "string",
- "numberOfPages": 0,
- "numberOfPagesLiteral": 0,
- "requestDate": "2024-06-12T13:11:07Z",
- "size": [
- 0
], - "startDate": "2024-06-12T13:11:07Z",
- "succes": true,
- "sync": true
}
], - "serviceId": "string"
}
Retrieves information about the finished conversions on the server.
Operation successful
The client failed an authorization check, e.g. because a supplied admin key was invalid.
The PDFreactor Web Service is not available.
Retrieves information about the successfully finished conversions on the server.
Operation successful
The client failed an authorization check, e.g. because a supplied admin key was invalid.
The PDFreactor Web Service is not available.
Retrieves information about the erroneously finished conversions on the server.
Operation successful
The client failed an authorization check, e.g. because a supplied admin key was invalid.
The PDFreactor Web Service is not available.