Synchronous Actions - Alfresco Search Services - 2.0 - 2.0 - Ready - Alfresco - external - Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Administer/SOLR-Admin-REST-API/Synchronous-Actions - 2025-04-04

Alfresco Search Services

Platform
Alfresco
Product
Alfresco Search Services
Release
2.0
License

The execution of the action is performed as part of the request handling. An action.status value is included in the response that indicates if the action has been performed successfully or not. If the action fails, an additional errorMessage value is included in the response.

Generic success response:

{
  "responseHeader": {
    "QTime": 1,
    "status": 0
  },
  "action": {
    "status": "success"
  }
}

Generic error response:

{
   "responseHeader": {
      "QTime": 1,
      "status": 0
  },
  "action": {
    "errorMessage": "Core alfresco has NOT been created as storeRef param is required",
    "status": "error"
  }
}