CreatePlatform
Create a new federation platform with connection credentials and feature flags.
POST
/api/v1/platformsOperation ID
CreatePlatformSince
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 new platform
Example: prod-zstack-01
productTypeStringRequiredProduct type identifier (e.g. zstack, vmware)
Example: zstack
hostIpStringRequiredIP address of the platform host
Example: 192.168.1.100
hostPortIntegerRequiredPort number of the platform API endpoint
Example: 8080
usernameStringRequiredUsername for initial credential negotiation
Example: admin
