- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
API failing for lease file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2019 07:06 AM
Hi I am using a API to download the lease history from DHCP server but due to the limitation of 1000 pages its getting failed, Can you please help me.
API:-
curl -k -u ipamdhcp:Enter@1234 -H 'content-type: application/json' -X POST "https://X.X.X.X/wapi/v2.9/fileop?_function=read" -d '{"_encoding":"XML","_object":"lease","_output_location":"LOCAL"}'
result:-
{ "Error": "AdmConProtoError: Result set too large (> 1000)",
"code": "Client.Ibap.Proto",
"text": "Result set too large (> 1000)"
}
Re: API failing for lease file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2019 01:41 AM
HI team,
Is there any API for fetching HDCP lease on date/ time basis? Please help me out on this. or on the below query.