dell/OpenManage-Enterprise

Unable to use the Top filter with alerts?

Closed this issue ยท 1 comments

According to our documentation page 74 the top filter should be available on alerts. When providing the below URL (built according to the odata docs:

https://192.168.1.93/api/AlertService/Alerts$top=10

you receive the following error:

{
   "error":{
      "code":"Base.1.0.GeneralError",
      "message":"A general error has occurred. See ExtendedInfo for more information.",
      "@Message.ExtendedInfo":[
         {
            "MessageId":"CGEN1006",
            "RelatedProperties":[
               
            ],
            "Message":"Unable to complete the request because the resource URI does not exist or is not implemented.",
            "MessageArgs":[
               
            ],
            "Severity":"Critical",
            "Resolution":"Check the request resource URI. Refer to the OpenManage Enterprise-Modular User's Guide for more information about resource URI and its properties."
         }
      ]
   }
}

@RaajeevKalyan do you happen to know if I'm just being bad again?

Nevermind, I'm just bad at my job ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

Missing questionmark