Skip to main content

Get Available Bandwidths

GET 

/networking/vxc_bandwidths

Get a list of available bandwidths for VXC creation

Request

Query Parameters

    filter[site_id] string

    The id of the site you want to filter on

    filter[cloud_provider] string

    The cloud provider you want to filter on

    filter[cloud_region] string

    The cloud region you want to filter on

    filter[local] boolean

    Whether you want to see only local regions

Responses

200: Successful response

Schema

    data

    object[]

  • Array [

  • site_id stringrequired

    The id of the site

    cloud_provider stringrequired

    Cloud provider

    cloud_region stringrequired

    Cloud region

    local booleanrequired

    Whether the cloud region is local to the site or not

    bandwidths

    object[]

    required

  • Array [

  • bandwidth_mbps numberrequired

    Bandwidth in Mbps

    currency stringrequired

    Currency the price is listed in

    amount numberrequired

    Amount the VXC will cost

  • ]

  • record_type stringrequired

    The type of record being returned. This will always be vxc_bandwidth.

  • ]

  • meta

    object

    total_pages double

    Total number of pages based on pagination settings

    total_results double

    Total number of results

    page_number double

    Current Page based on pagination settings (included when defaults are used.)

    page_size double

    Number of results to return per page based on pagination settings (included when defaults are used.)

401: Authentication error

Schema

    errors

    object[]

  • Array [

  • code string

    an application-specific error code, expressed as a stringified integer.

    title string

    a short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization. Do not include punctuation in the title.

    detail string

    a human-readable explanation specific to this occurrence of the problem. Like title, this field’s value can be localized.

    pointer string

    JSON pointer to the field which is causing the error.

  • ]

403: Authorization error

Schema

    errors

    object[]

  • Array [

  • code string

    an application-specific error code, expressed as a stringified integer.

    title string

    a short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization. Do not include punctuation in the title.

    detail string

    a human-readable explanation specific to this occurrence of the problem. Like title, this field’s value can be localized.

    pointer string

    JSON pointer to the field which is causing the error.

  • ]

Loading...