Server IP Justification

From INAP Dropzone API
Revision as of 23:32, 30 September 2013 by Marc Bollinger (Talk | contribs)
Jump to: navigation, search

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