For the complete documentation index, see llms.txt. This page is also available as Markdown.

ASN Boot Configuration

Manage ASN boot configuration

Get boot configuration

get

Returns the boot configuration for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Responses
200

Boot configuration retrieved successfully.

No content

get/bootconfig/{applianceId}

No content

Update boot configuration

post

Update the boot configuration for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Body
objectOptional
Responses
200

Boot configuration updated successfully.

No content

post/bootconfig/{applianceId}

No content

Get boot status

get

Returns the boot status for the specified appliance.

Path parameters
applianceIdstringRequired

Appliance identifier

Responses
200

Boot status retrieved successfully.

No content

get/bootStatus/{applianceId}

No content

Last updated