Skip to main content

List EC2 MSSQL Hosts

Returns a list of EC2 MSSQL hosts

Query Parameters
  • limit int64

    Limits the size of the response on each page to the specified number of items.

  • start string

    Sets the page number used to browse the collection. Pages are indexed starting from 1 (i.e., ?start=1).

  • filter string

    Narrows down the results to only the items that satisfy the filter criteria. The following table lists the supported filter fields for this resource and the filter conditions that can be applied on those fields:

    FieldFilter ConditionDescription
    environment_id$eqThe Clumio-assigned ID of the AWS environment.
    id$eqFilter Host whose id is equal to the given string.
    name$containsFilter Host where given string is a substring of the name.
    protection_info.policy_id$eqFilter Host whose policy_id is equal to the given string.
    protection_status$eqFilter Host whose protection_status is equal to the given string.
    status$eqFilter Hosts whose status is equal to the given string.
    For more information about filtering, refer to the Filtering section of this guide.
  • embed string

    Embeds the details of an associated resource. Set the parameter to one of the following embeddable links to include additional details associated with the resource.

    Embeddable LinkDescription
    For more information about embedded links, refer to the Embedding Referenced Resources section of this guide.
Responses

Success


Schema
  • _embedded object

    Embedded responses related to the resource.

  • items object[]

    A collection of requested items.

  • _embedded object

    Embedded responses related to the resource.

  • _links object

    EC2MSSQLInvHostLinks contains links related to ec2 mssql host URLs to pages related to the resource.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • account_native_id string

    The AWS-assigned ID of the account associated with the EC2 instance of the MSSQL host.

  • aws_region string

    The AWS region associated with the EC2 instance of the MSSQL host.

  • connection_id string

    The Clumio-assigned ID of the host connection.

  • endpoint string

    The user-provided endpoint of the host containing the given database.

  • environment_id string

    The Clumio-assigned ID of the AWS environment associated with the EC2 MSSQL host.

  • has_associated_availability_group boolean

    Determines whether or not an availability group is present in the host.

  • id string

    The Clumio-assigned ID of the Host.

  • instance_count int64

    The number of instances present in the host.

  • is_part_of_fci boolean

    IsPartOfFCI is a boolean field representing if the Host is part of Failover Cluster

  • organizational_unit_id string

    The Clumio-assigned ID of the organizational unit associated with the host.

  • protection_info object

    The protection policy applied to this resource. If the resource is not protected, then this field has a value of null.

  • inheriting_entity_id string

    The ID of the entity from which protection was inherited. If protection was not inherited, then this field has a value of null.

  • inheriting_entity_type string

    The type of entity from which protection was inherited. If protection was not inherited, then this field has a value of null.
    Entities from which protection can be inherited include the following:

    Inheriting Entity TypeDetails
    aws_tagAWS tag.
  • policy_id string

    A system-generated ID assigned to the policy protecting this resource.

  • status string

    The status of the Host, Possible values include 'active' and 'inactive'.

  • _links object

    URLs to pages related to the resource.

  • _first object

    The HATEOAS link to the first page of results.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • _last object

    The HATEOAS link to the last page of results.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • _next object

    The HATEOAS link to the next page of results.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • _prev object

    The HATEOAS link to the previous page of results.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • current_count int64

    The number of items listed on the current page.

  • filter_applied string

    The filter used in the request. The filter includes both manually-specified and system-generated filters.

  • limit int64

    The maximum number of items displayed per page in the response.

  • start string

    The page number used to get this response. Pages are indexed starting from 1 (i.e., "start": "1").

  • total_count int64

    The total number of items, summed across all pages.

  • total_pages_count int64

    The total number of pages of results.

GET /datasources/aws/ec2-mssql/hosts    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
limit — query
start — query
filter — query
embed — query
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/hosts' \
-H 'Accept: application/api.clumio.ec2-mssql-hosts=v1+json' \
-H 'Authorization: Bearer <TOKEN>'