GET v1/core/CAN/reverseIPLookup?canName={canName}&clientIP={clientIP}
Returns a resourceID and Time to Live for a given CAN and Client IP combo. Time to live is 2 days converted to seconds. i.e : 172800
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
canName |
Define this parameter in the request URI. |
|
clientIP |
Define this parameter in the request URI. |
Response Information
The related ResourceID and TimeToLive (seconds)
Response body formats
application/json, text/json
Sample:
{ "Success": true, "Data": { "ResourceID": "62d5ef22-0726-4ab7-b866-3f098f3d4559", "TimeToLive": 1 }, "ErrorCode": 2, "ErrorDescription": "sample string 3", "Meta": "sample string 4" }
text/javascript
Sample:
{"Success":true,"Data":{"ResourceID":"62d5ef22-0726-4ab7-b866-3f098f3d4559","TimeToLive":1},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}
application/xml, text/xml
Sample:
<PBNBReturnOfReverseIPLookupCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models"> <Data> <ResourceID>62d5ef22-0726-4ab7-b866-3f098f3d4559</ResourceID> <TimeToLive>1</TimeToLive> </Data> <ErrorCode>2</ErrorCode> <ErrorDescription>sample string 3</ErrorDescription> <Meta>sample string 4</Meta> <Success>true</Success> </PBNBReturnOfReverseIPLookupCA1DLPoZ>
application/bson
Sample:
� Success Data 6 ResourceID "��b&�J�f? �=EYTimeToLive ErrorCode ErrorDescription sample string 3 Meta sample string 4