Server IP Justification Request

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
  
 
==Method==
 
==Method==
*[[glossary#get|GET]]
+
*[[glossary#get|POST]]
  
 
==Availability==
 
==Availability==
Line 16: Line 16:
 
==Required Data Parameters==
 
==Required Data Parameters==
 
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
 
*{$serverid}: The server ID that is returned when using the [[Server List|list]] command.
 +
 +
application/json:
 +
*[[glossary#get|POST]] parameters:
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==

Revision as of 23:40, 30 September 2013

Creates a new IP Justification Request for adding additional ip address to the server.


Contents

Path

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

Method

Availability

Required Data Parameters

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

application/json:

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