Provision a Cloud Router via the API

Before you begin

Ensure you have a bearer token authorizing all your API calls. For information on authorizing calls, see one of the following pages:

API reference

Parameters and attributes

To provision a Cloud Router, you will need the following information:

  • Header row
    • Parameter
    • Required
    • Description
  • Row 1
    • account_uuid
      string
    • Yes
    • Billing account ID (see below).
  • Row 1
    • name
      string
    • Yes
    • Brief description of the connection.
  • Row 1
    • capacity
      string

    • Yes

    • The total capacity for this Cloud Router. You can later upgrade if you decide you need more capacity.

      Your options are 100Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, 10Gbps, 20Gbps, 30Gbps, 40Gbps, 50Gbps, 60Gbps, 80Gbps, 100Gbps, >100Gbps.

  • Row 1
    • asn
      integer

    • No

    • The ASN of the Cloud Router.

      This can be the PacketFabric public ASN 4556 (default) or a private ASN from 64512 - 65534. Defaults to 4556 if unspecified.

  • Row 1
    • regions
      array of strings

    • No

    • Use ["US"] for North America and ["UK"] for EMEA. For transatlantic, use ["US", "UK"].

      The default is US.

  • Row 1
    • published_quote_line_uuid
      string
    • No
    • The UUID of the published quote line with which this connection should be associated.

Find the billing account ID

For information on finding your billing account ID, see Get the Account UUID.

Provision a Cloud Router

Postman
cURL
Requests