Get CCR Remote synced integrations status

GET /api/fleet/remote_synced_integrations/status

[Required authorization] Route required privileges: fleet-settings-read AND integrations-read.

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • custom_assets object
      Hide custom_assets attribute Show custom_assets attribute object
      • * object Additional properties

        Additional properties are NOT allowed.

        Hide * attributes Show * attributes object
        • error string
        • is_deleted boolean
        • name string Required
        • package_name string Required
        • package_version string Required
        • sync_status string Required

          Values are completed, synchronizing, failed, or warning.

        • type string Required
    • error string
    • integrations array[object] Required
      Hide integrations attributes Show integrations attributes object
      • error string
      • id string
      • install_status object Required

        Additional properties are NOT allowed.

        Hide install_status attributes Show install_status attributes object
        • main string Required
        • remote string
      • package_name string
      • package_version string
      • sync_status string Required

        Values are completed, synchronizing, failed, or warning.

      • updated_at string
      • warning object

        Additional properties are NOT allowed.

        Hide warning attributes Show warning attributes object
        • message string
        • title string Required
    • warning object

      Additional properties are NOT allowed.

      Hide warning attributes Show warning attributes object
      • message string
      • title string Required
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/remote_synced_integrations/status
curl \
 --request GET 'http://localhost:5601/api/fleet/remote_synced_integrations/status' \
 --header "Authorization: $API_KEY"