Hello,
When attempting to authenticate to the Centreon server API with the REST API, I receive the following error message in response:
{
"code": "42S02",
"message": "An error has occurred in a repository"
}
The request was sent to the correct endpoint with the correct credentials (when I enter incorrect credentials, I get the credentials error).
{
"security": {
"credentials": {
"login": "{{username}}",
"password": "{{password}}"
}
}
}
endpoint: https://{{server}}/centreon/api/v2/login
Is this problem known ? Any idea to solve this ?
By the way, I can’t find any related logs to this in my /var/log/centreon/ folder
I only have access logs (the request is received and processed).
Centreon 21.10.4 |
Thank you for your help!