Platform Operations/Platforms
POSTPlatformSince 1.0SynchronousAuth Required
ValidatePlatform
Validate platform connection parameters before creating a platform record.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
nameStringRequiredHuman-readable name for the platform being validated
Example: prod-zstack-01
productTypeStringRequiredProduct type identifier for validation
Example: zstack
hostIpStringRequiredIP address to validate connectivity against
Example: 192.168.1.100
hostPortIntegerRequiredPort number to validate connectivity against
Example: 8080
usernameStringRequiredUsername credential for validation
Example: admin
Responses
Endpoint
POST/api/v1/platforms/validate
/api/v1/platforms/validate
Request Example
curl -X POST '{host}/api/v1/platforms/validate' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"key": "value"}'
Response Example
200{
"message": "Platform configuration is valid"
}Change History
This API has no change history records yet.
