Skip to main content

List disk IO profiles

GET 

/organizations/organization/disk_io_profiles

Return a list of all disk IO profiles available to this organization

Request

Query Parameters

    organization[id] string

    The organization to find disk IO profiles for.

    All 'organization[]' params are mutually exclusive, only one can be provided.

    organization[sub_domain] string

    The organization to find disk IO profiles for.

    All 'organization[]' params are mutually exclusive, only one can be provided.

    page integer

    Possible values: >= 1

    Default value: 1

    The page number to request. If not provided, the first page will be returned.

    per_page integer

    Possible values: >= 1

    Default value: 30

    The number of items to return per page. If not provided, the default value will be used.

Responses

Return a list of all disk IO profiles available to this organization

Schema

    pagination

    object

    required

    current_page integer

    The current page

    total_pages integernullable

    The total number of pages

    total integernullable

    The total number of items across all pages

    per_page integer

    The number of items per page

    large_set boolean

    Is this a large set and therefore the total number of records cannot be returned?

    disk_io_profiles

    object[]

    required

    The list of disk IO profiles

  • Array [

  • id string
    name string
    permalink string
    speed_in_mb integernullable
    iops integernullable
  • ]

Loading...