ServiceStatus

ServiceStatus
ServiceStatus
JSON Example
{
    "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
}
boolean
unregisterDenied
Optional

Indicates if it is forbidden to unregister the service. The list of forbidden services is defined in /etc/vcac/services-unregister.deny

string As date-time As date-time
lastUpdated
Optional

The last updated date.

string As url As url
statusEndPointUrl
Optional

The service status/health endpoint url where information about service status could be retrieved. No authentication is required.

serviceStatus
Optional

serviceStatus

string
sslTrust
Optional

The default ssl trust for a service.

string
serviceTypeId
Optional

The service type id. Generated based on the productId and typeId.

string As uuid As uuid
serviceId
Optional

The service id from the registration in the Component Registry.

string
serviceName
Optional

The name of the service.

boolean
notAvailable
Optional

Indicates whether the service is not currently available.