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": "453936a1-1274-4a94-98e6-6f08a760aff1",
"TimeToLive": 1
},
"ErrorCode": 2,
"ErrorDescription": "sample string 3",
"Meta": "sample string 4"
}
text/javascript
Sample:
{"Success":true,"Data":{"ResourceID":"453936a1-1274-4a94-98e6-6f08a760aff1","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>453936a1-1274-4a94-98e6-6f08a760aff1</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 �69Et�J��o�`��TimeToLive ErrorCode ErrorDescription sample string 3 Meta sample string 4