Skip to main content
GET
Reference under review. This endpoint is part of the platform health/discovery surface (Kubernetes-aware). It is an admin / operations endpoint, not a public integration API. For supported integration patterns, see Consuming FlowX from external apps.
The Force Platform Rescan API endpoint allows you to trigger an immediate rescan of the FlowX platform to discover new or updated services, configurations, and components. This is particularly useful when you’ve deployed new services or made configuration changes that need to be immediately recognized by the platform.
This endpoint performs a comprehensive scan of the platform infrastructure and may take some time to complete depending on your platform size and complexity.

Endpoint

baseUrl
string
required
The base URL of your FlowX platform instance

Headers

Authorization
string
required
Bearer token for API authentication. Format: Bearer YOUR_API_TOKEN
Cache-Control
string
default:"no-cache"
Controls caching behavior. Recommended to use no-cache to ensure fresh discovery results
Accept
string
default:"*/*"
Specifies the media types that are acceptable for the response
User-Agent
string
Identifies the client application making the request
Accept-Encoding
string
default:"gzip, deflate, br"
Specifies the content encoding that the client can understand

Response

scanTimestamp
string
ISO 8601 formatted timestamp of when the platform rescan was completed
totalServices
integer
Total number of services discovered during the rescan
healthyServices
integer
Number of services that are currently healthy and operational
unhealthyServices
integer
Number of services that are experiencing issues or are unreachable
services
object
Detailed information about all discovered FlowX platform services
infrastructure
object
Information about underlying infrastructure components
externalIntegrations
object
Status of external system integrations
summary
object
Summary information about the rescan operation

Error Responses

Usage Examples

Basic Platform Rescan

When to Use Force Rescan

After deploying new servicesUse force rescan when you’ve deployed new microservices or updated existing ones to ensure the platform recognizes all available endpoints and configurations.
Last modified on May 12, 2026