Get all serviceStatuses for services with registered status type endpoints.
This API returns minimal status information (service id/name/type, last updated timestamp, not available flag and the status endpoint URL). This API does not make a call to the status endpoint URL to populate more details... for that functionality, see /services/status/current
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
successful operation
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"unregisterDenied": false,
"lastUpdated": "string",
"statusEndPointUrl": "string",
"serviceStatus": {
"serviceInitializationStatus": "string",
"startedTime": "string",
"defaultServiceEndpointType": "string",
"solutionUser": "string",
"sslCertificateInfo": {
"notValidBefore": "string",
"identityCertificateExists": false,
"issuerName": "string",
"notValidAfter": "string",
"thumbprint": "string",
"principalName": "string"
},
"errorMessage": "string",
"initialized": false,
"serviceName": "string",
"identityCertificateInfo": {
"notValidBefore": "string",
"identityCertificateExists": false,
"issuerName": "string",
"notValidAfter": "string",
"thumbprint": "string",
"principalName": "string"
},
"serviceRegistrationId": "string"
},
"sslTrust": "string",
"serviceTypeId": "string",
"serviceId": "string",
"serviceName": "string",
"notAvailable": false
}
],
"first": false,
"totalElements": 0
}
number
size
last
numberOfElements
totalPages
first
totalElements