ProviderStatus

ProviderStatus
Provider Status

The comprehensive status of the provider, including both connection status and provider realization workflow status.

JSON Example
{
    "provider_id": "string",
    "connection_status": {
        "message": "string",
        "state": "string"
    },
    "workflow_results": {
        "display_name": "string",
        "type": "string",
        "start_time": 0,
        "end_time": 0,
        "state": "string",
        "phase": "string",
        "jobs": [
            {
                "id": 0,
                "display_name": "string",
                "details": "string",
                "start_time": 0,
                "end_time": 0,
                "state": "string"
            }
        ]
    }
}
string
provider_id
Optional

The ID of the provider.

connection_status
Optional

The provider connection status.

workflow_results
Optional

The security service workflow results.