-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
prio:normalnormal priority, can be taken up after high priority issues are addressednormal priority, can be taken up after high priority issues are addressedstatus:newThis tag is attached to a new issue during creation onlyThis tag is attached to a new issue during creation onlytype:bugThis tag is attached to 'bug' issue during creationThis tag is attached to 'bug' issue during creation
Description
Reproduction:
- GET on Managers collection,
- Choose a Manager that was discovered by any plugin (for example GRF),
- GET on chosen Manager
Response:
{
"error": {
"code": "Base.1.6.1.GeneralError",
"message": "An error has occurred. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"@odata.type": "#Message.v1_0_8.Message",
"MessageId": "Base.1.6.1.ResourceNotFound",
"Message": "The requested resource of type Plugin named Manager was not found. error while trying to fetch plugin data: no data with the with key Manager found",
"Severity": "Critical",
"MessageArgs": [
"Plugin",
"Manager"
],
"Resolution": "Provide a valid resource identifier and resubmit the request."
}
]
}
}
Log message:
time="2021-05-20T11:38:33+02:00" level=error msg="unable to get manager details : error while trying to fetch plugin data: no data with the with key Manager found"
Metadata
Metadata
Assignees
Labels
prio:normalnormal priority, can be taken up after high priority issues are addressednormal priority, can be taken up after high priority issues are addressedstatus:newThis tag is attached to a new issue during creation onlyThis tag is attached to a new issue during creation onlytype:bugThis tag is attached to 'bug' issue during creationThis tag is attached to 'bug' issue during creation