Server IP Justification Update

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "Justification")
 
Line 1: Line 1:
 
Justification
 
Justification
 +
 +
==Path==
 +
*/server/ip/requests/{$serverid}
 +
 +
==Method==
 +
*[[glossary#get|POST]]
 +
 +
==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.
 +
 +
*[[glossary#get|POST]] parameters:
 +
 +
*{$ip_amount}: Valid ip amounts are 1,5,13, 29, 61, 125, and 253.
 +
*{$justification_id}: Valid values are: "1" - Webhosting, "2" - SSL, "3" - VOIP, "4" - Other
 +
 +
*{$notes}: Use this files to provide comments about how the IPs are going to be used, especially, if justification_id is 4 for Other.
 +
 +
application/json
 +
<pre>
 +
[
 +
    {
 +
        "ip_amount": ,
 +
        "justification_id": ,
 +
        "notes":     
 +
    } ,
 +
 +
]
 +
</pre>
 +
 +
==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>

Revision as of 15:30, 1 October 2013

Justification

Contents

Path

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

Method

Availability

Required Data Parameters

  • {$serverid}: The server ID that is returned when using the list command.
  • {$ip_amount}: Valid ip amounts are 1,5,13, 29, 61, 125, and 253.
  • {$justification_id}: Valid values are: "1" - Webhosting, "2" - SSL, "3" - VOIP, "4" - Other
  • {$notes}: Use this files to provide comments about how the IPs are going to be used, especially, if justification_id is 4 for Other.

application/json

[
    {
        "ip_amount": ,
        "justification_id": ,
        "notes":      
    } ,

]

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