ConnectResponseIsServiceAliveV1Response

  • data
    Type: array object[] · IsServiceAliveV1Response[]
    • requestTime
      Type: string
    • result
      Type: boolean
  • Data
    Type: array object[] · IsServiceAliveV1Response[]
    write-only
    • requestTime
      Type: string
    • result
      Type: boolean
  • errors
    Type: array object[] · ConnectError[]
    • code
      Type: string
    • Code
      Type: string
      write-only
    • detail
      Type: string
    • Detail
      Type: string
      write-only
    • id
      Type: string
    • ID
      Type: string
      write-only
    • status
      Type: string
    • Status
      Type: string
      write-only
    • title
      Type: string
    • Title
      Type: string
      write-only
  • Errors
    Type: array object[] · ConnectError[]
    write-only
    • code
      Type: string
    • Code
      Type: string
      write-only
    • detail
      Type: string
    • Detail
      Type: string
      write-only
    • id
      Type: string
    • ID
      Type: string
      write-only
    • status
      Type: string
    • Status
      Type: string
      write-only
    • title
      Type: string
    • Title
      Type: string
      write-only
  • requestId
    Type: string
  • RequestID
    Type: string
    write-only
  • success
    Type: boolean
  • Success
    Type: boolean
    write-only
  • timestamp
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • Timestamp
    Type: string Format: date-time
    write-only

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • type
    Type: string
  • Type
    Type: string
    write-only
Examples
{
  "requestId": "77e1c83b-7bb0-437b-bc50-a7a58e5660ac",
  "type": "IsServiceAliveV1Response",
  "timestamp": "2025-06-11T23:45:12Z",
  "success": true,
  "data": [
    {
      "result": true,
      "requestTime": "2025-06-11T23:45:12Z"
    }
  ],
  "errors": []
}