Resource Center/Bare Metal Management (Plus)/Bare Metal Management Operations
POSTBare Metal Management OperationsSince 3.1.1SynchronousAuth Required
CheckBaremetalChassisConfigFile
CheckBaremetalChassisConfigFile
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
paramsObjectRequiredRequest body parameter object.
baremetalChassisInfoStringRequiredThe base64-encoded configuration file of bare metal chassis.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
POST/v1/baremetal/chassis/from-file/check
/v1/baremetal/chassis/from-file/check
Request Example
curl -X POST 'http://{host}/v1/baremetal/chassis/from-file/check' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"baremetalChassisInfo":"<baremetalChassisInfo>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{}Change History
This API has no change history records yet.
