Rollback Agent current version
post
/ccadmin/v1/jsframeworkadmin/rollbackAgentVersion
Rolls the current Agent JavaScript framework back to the previous version.
This endpoint is only applicable if a previous version exists. To determine the current Agent framework status, use the Retrieve Current Agent Version endpoint.
Note:This endpoint is not supported in the Open Storefront Framework.
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Returned when the operation succeeds.
Root Schema : rollbackAgentCurrentVersion_200_response
Type:
Show Source
object
-
agentVersion(optional):
string
The Agent version that is currently running.
-
currentAgentVersion(optional):
string
The Agent version that is currently running.
-
lastAgentUpdate(optional):
string
A timestamp indicating when Agent was last updated.
-
overrideAgentVersion(optional):
string
The agent version that overrides the latest version.
-
previousAgentVersion(optional):
string
The previous version, if there is one.
-
success(optional):
boolean
Determines if the attempt to retrieve the Agent version was successful.
-
UpgradeMessage(optional):
string
Additional Info about the rollback. Usually indicates if the store is already on Previous Version.
Example Response (application/json)
{
"currentAgentVersion":"20.1.11-SNAPSHOT",
"lastAgentUpdate":"2020-04-27T11:16:45.619Z",
"previousAgentVersion":"",
"success":true,
"agentVersion":"20.1.11-SNAPSHOT",
"overrideAgentVersion":"",
"UpgradeMessage":"The application is already on the previous viewmodel version.",
"links":[
{
"rel":"self",
"href":"/jsframeworkadmin/rollbackAgentVersion"
}
]
}
Default Response
The following internal error codes are thrown by this API when the request fails in Commerce:
The error response:
Error Code | Description | Possible Fix |
---|---|---|
30101 | Unable to rollback to the previous version Storefront framework. | See returned error messages for more information. |
30103, 30106 | Unable to rollback to previous version. | There is no previous version so rollback cannot occur. |
30105 | Site not found. | Ensure you specify a valid site ID. |
96026, 96027 | Configuration issue. | See returned error messages for more information. |
The error response:
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code