NVLink Domain
Power control NVLink Domains
Power control one or more NVLink Domains identified by UUID. Flow resolves each NVLink Domain to its member Racks and creates one task per Rack.
Supported power states: on, off, cycle, forceoff, forcecycle.
Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
patch/v2/org/{org}/nico/domain/nvlink/power
Request body
Example request
{
"siteId": "550e8400-e29b-41d4-a716-446655440000",
"domainIds": [
"650e8400-e29b-41d4-a716-446655440001",
"750e8400-e29b-41d4-a716-446655440002"
],
"state": "cycle"
}Response
OK
Example response
{
"taskIds": [
"550e8400-e29b-41d4-a716-446655440000"
]
}