Server IP Justification

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Returned Data)
(Returned Data)
Line 35: Line 35:
 
         "ip_range": ,
 
         "ip_range": ,
 
         "request_items": [
 
         "request_items": [
                                      {
+
                                    {
                                          "ip_address": ,
+
                                        "ip_address": ,
                                          "notes": ,
+
                                        "notes": ,
                                      } ,
+
                                    } ,
  
 
                                   ]
 
                                   ]

Revision as of 23:33, 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": ,
        "request_status": ,
        "justification_name": ,
        "ip_range": ,
        "request_items": [
                                    {
                                        "ip_address": ,
                                        "notes": ,
                                    } ,

                                  ]
    } ,

]
Personal tools