RegisterComponent
Register a new lifecycle-managed component with the control plane
POST
/api/v1/lifecycle/componentsOperation ID
RegisterComponentSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable name for the component being registered
Example: zcf-core
categoryStringRequiredComponent category
Example: zcf
versionStringRequiredVersion of the component being registered
Example: 1.2.0
releaseStringRequiredRelease of the component being registered
Example: 221
endpointStringRequiredNetwork endpoint where the component is reachable
Example: https://zcf-core.svc.cluster.local:8080
