POST /_system/core/upgrade/{internal_ip}
Trigger RUAL Core system upgrade
Trigger RUAL Core system upgrade
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| versionrequired | object | ... and more |
{
"internal_ip": "10.0.4.19",
"message": "ok",
"status": "UPGRADE_REQUESTED"
}{
"code": 401,
"error": "INVALID_ACCESS_TOKEN"
}| Status | Error Code | Description |
|---|---|---|
401 | INVALID_ACCESS_TOKEN | Authentication required or invalid token |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
core_create | Required scope: core_create |
Back to System Upgrades Return to the System Upgrades category to view other endpoints All API Categories Browse all available API categories
