Hi,
I am trying to use the show host web api for the payload containing 10 host objects. The show host will return json object if the host object present, otherwise throws an exception. Show host api will be called one by one for 10 host objects, upto 8 objects i am getting object not found exception.
"code" : "generic_err_object_not_found",
"message" : "Requested object [h5.31.21.7] not found"
But for 9th and 10th object i am getting the Too many requests in a given amount of time.
"code" : "err_too_many_requests",
"message" : "Too many requests in a given amount of time".
I am accessing the web ui, through java code.