Skip to main content
Platform Operations/Platform Federation

HandleLegacyResourceCallback

Handle the legacy cluster-group resource callback path. No authentication required from the downstream platform; groupId is retained only for compatibility and audit context.

POST/api/v1/federation/cluster-groups/{groupId}/callbacks/{platformId}

Operation ID

HandleLegacyResourceCallback

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • groupId
    StringRequired

    ID of the cluster group this callback belongs to

  • platformId
    StringRequired

    ID of the platform sending the callback

Body Fields

  • payload
    ObjectRequired

    Raw resource change payload from the downstream platform

    Example: (nested object)

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.