- Get error groups
- Get unresolved messages by error group/message type including message body
- It is possibile to copy and paste the output into excel
- Download code
- Open a cmd instance in the project folder
- run ->
npm install(you need node.js to be installed on your machine) - run ->
webpack(before deploying the website)
{
"description":"The management backend for the Particular Service Platform",
"endpoints_error_url":"http://localhost:33333/api/endpoints/{name}/errors/{?page,per_page,direction,sort}",
"endpoints_message_search_url":"http://localhost:33333/api/endpoints/{name}/messages/search/{keyword}/{?page,per_page,direction,sort}",
"endpoints_messages_url":"http://localhost:33333/api/endpoints/{name}/messages/{?page,per_page,direction,sort}",
"endpoints_url":"http://localhost:33333/api/endpoints",
"errors_url":"http://localhost:33333/api/errors/{?page,per_page,direction,sort}",
"configuration":"http://localhost:33333/api/configuration",
"message_search_url":"http://localhost:33333/api/messages/search/{keyword}/{?page,per_page,direction,sort}",
"license_status":"valid",
"license_details":"http://localhost:33333/api/license",
"name":"ServiceControl",
"sagas_url":"http://localhost:33333/api/sagas"
}