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": "a70ab9ba-62f1-407a-8233-aec4bd53b58e",
"TimeToLive": 1
},
"ErrorCode": 2,
"ErrorDescription": "sample string 3",
"Meta": "sample string 4"
}
text/javascript
Sample:
{"Success":true,"Data":{"ResourceID":"a70ab9ba-62f1-407a-8233-aec4bd53b58e","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>a70ab9ba-62f1-407a-8233-aec4bd53b58e</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 �� ��bz@�3�ĽS��TimeToLive ErrorCode ErrorDescription sample string 3 Meta sample string 4