Server IP Justification

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Returned Data)
(Returned Data)
Line 24: Line 24:
 
[
 
[
 
     {
 
     {
         "request_id": This is the uniuqe ID of the request
+
         "request_id": This is the uniuqe ID of the request ,
 
         "client_id": ,
 
         "client_id": ,
 
         "justification_id": ,
 
         "justification_id": ,

Revision as of 23:28, 30 September 2013

IP Justification is used for all requests for additional IPs.

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": ,
    }

]
Personal tools