[RESTful Web-service Documentation]
go top

host-info

returns information about the host

Parameter

non

User-Authentication

not required

Endpoint

http://rest.panthermedia.net/host-info

Sample Request

POST http://rest.panthermedia.net/host-info
Accept-Version: 1.0
Content-Type: application/x-www-form-urlencoded
api_key=a5e770dadd779347e0fdd4db91ad883d0592aaca031e2c81234f3cb8008fdd1f&access_key=96c35a3d110cf36709968972e38fb8e9879d656f&timestamp=Thu,%2026Jul%202012%2014:53:44%20UTC&nonce=Im%20ar%20andomS%20tring&algo=sha1

Sample Answer


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rsp stat="ok">
    <Description>PantherMedia RESTful API</Description>
    <Ip>194.97.151.193</Ip>
    <Port>80</Port>
    <Hostname>rest.panthermedia.net</Hostname>
    <Protocol>HTTP/1.1</Protocol>
    <Software>Apache/2.2.16</Software>
    <Date-Local>2012-07-30 12:39:31</Date-Local>
    <Date-UTC>Mon, 30 Jul 2012 10:39:31 UTC</Date-UTC>
</rsp>