NormalizePod
Normalize a single raw pod spec into a canonical ZCF representation
POST
/api/v1/zaku/normalize/podOperation ID
NormalizePodSince
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
nameStringRequiredName of the pod
Example: nginx-deployment-abc123
namespaceStringRequiredKubernetes namespace of the pod
Example: default
labelsLinkedHashMapRequiredKey-value labels attached to this resource
Example: (nested object)
annotationsLinkedHashMapRequiredArbitrary key-value annotations for metadata
Example: (nested object)
containerCountIntegerRequiredNumber of containers in the pod
Example: 2
