Server IP Justification

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Path)
 
(9 intermediate revisions by one user not shown)
Line 1: Line 1:
IP Justification is used for all requests for additional IPs.
+
IP Justification is used for all requests for additional IPs. This Call returns all information on pending and existing IP Justification requests.
  
 
==Path==
 
==Path==
 
*/server/ip/justification/{$serverid}
 
*/server/ip/justification/{$serverid}
 +
 +
==Method==
 +
*[[glossary#get|GET]]
 +
 +
==Availability==
 +
*[[servers#Dedicated Server|Dedicated Server]]
 +
*[[servers#Dynamic Server|Dynamic Server]]
 +
*[[servers#Private Cloud|Private Cloud]]
 +
*[[servers#Public Cloud|Public Cloud]]
 +
 +
==Required Data Parameters==
 +
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
 +
 +
==Optional Data Parameters==
 +
*None
 +
 +
==Returned Data==
 +
application/json
 +
<pre>
 +
[
 +
    {
 +
        "request_id": This is the uniuqe ID of the request ,
 +
        "client_id": ,
 +
        "justification_id": ,
 +
        "notes": ,
 +
        "ip_amount": ,
 +
        "ticket_id": ,
 +
        "created_on": ,
 +
        "request_status": ,
 +
        "justification_name": ,
 +
        "ip_range": ,
 +
        "request_items": [ { "ip_address":, "notes":  } , ]
 +
    } ,
 +
 +
]
 +
</pre>

Latest revision as of 15:26, 1 October 2013

IP Justification is used for all requests for additional IPs. This Call returns all information on pending and existing IP Justification requests.

Contents

Path

  • /server/ip/justification/{$serverid}

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.

Optional Data Parameters

  • None

Returned Data

application/json

[
    {
        "request_id": This is the uniuqe ID of the request ,
        "client_id": ,
        "justification_id": ,
        "notes": ,
        "ip_amount": ,
        "ticket_id": ,
        "created_on": ,
        "request_status": ,
        "justification_name": ,
        "ip_range": ,
        "request_items": [ { "ip_address":, "notes":  } , ]
    } ,

]
Personal tools