serviceMeshDiagResponseData

serviceMeshDiagResponseData
serviceMeshDiagResponseData
JSON Example
{
    "diagId": "string",
    "serviceMeshId": "string",
    "applianceIds": [
        "string"
    ],
    "startTime": 0,
    "endTime": 0,
    "status": "string",
    "message": "string",
    "triggeredBy": "string",
    "reason": "string",
    "details": {}
}
string
diagId
Optional

diagId

string
serviceMeshId
Optional

serviceMeshId

array of string
applianceIds
Optional

If present, contains the applianceIds that are specifically mentioned to run diagnostics. If not present, the diagnostics represent the entire service mesh.

integer As int64 As int64
startTime
Optional

startTime

integer As int64 As int64
endTime
Optional

endTime

string
status
Optional

status

Possible values are : SUCCESS, FAILED,
string
message
Optional

message

string
triggeredBy
Optional

SYSTEM if auto triggered or the user name if manually tirggered.

string
reason
Optional

reason

object
details
Optional

will be part of the specific detailed diagnostic query. For summary, this field will not be present.