Manage ASN boot configuration
Returns the boot configuration for the specified appliance.
Appliance identifier
Boot configuration retrieved successfully.
No content
Appliance or boot configuration not found.
Unexpected error.
Update the boot configuration for the specified appliance.
Boot configuration updated successfully.
Invalid request or malformed payload.
Appliance not found.
Returns the boot status for the specified appliance.
Boot status retrieved successfully.
Appliance or boot status not found.
Last updated 2 months ago
GET /bootconfig/{applianceId} HTTP/1.1 Accept: */*
POST /bootconfig/{applianceId} HTTP/1.1 Content-Type: application/json Accept: */* Content-Length: 2 {}
GET /bootStatus/{applianceId} HTTP/1.1 Accept: */*