ResourceInfoResponse

data class ResourceInfoResponse(val resource: Map<String, String>, val status: String, val sub: List<ResourceInfoResponse>, val time: String)

ResourceInfo represents the information/status of the associated resource.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specific details for the resource.

Link copied to clipboard

Overall health status. Overall status is derived based on the status of each sub level resources.

Link copied to clipboard

List of Info for the sub level resources.

Link copied to clipboard

The timestamp to collect the info. It is suggested to be set by the topmost level resource only.