Retrieve an Instance
Returns a representation of the specified instance.
Path Parameters
- instance_id string required
Performs the operation on the instance with the specified ID.
- 200
- default
Success
- application/api.clumio.ec2-mssql-instance=v1+json
- Schema
- Example (from schema)
Schema
_embedded object
_links object
- account_native_id string
The AWS-assigned ID of the account associated with the EC2 instance of the MSSQL instance.
- aws_region string
The AWS region associated with the EC2 instance of the MSSQL instance.
- environment_id string
The Clumio-assigned ID of the AWS environment associated with the EC2 MSSQL instance.
- has_associated_availability_group boolean
The boolean value represents if availability group is present in the instance.
- host_connection_id string
The Clumio-assigned ID of the host connection containing the given mssql instance.
- host_endpoint string
The user-provided endpoint of the host containing the given database.
- host_id string
The Clumio-assigned ID of the host, containing the instance.
- id string
The Clumio-assigned ID of the Instance.
- name string
The Microsoft SQL assigned name of the instance.
- organizational_unit_id string
The Clumio-assigned ID of the organizational unit associated with the instance.
- product_version string
Product Version of the instance.
protection_info object
- server_name string
The Microsoft SQL assigned server name of the instance.
- status string
The status of the Instance, Possible values include 'active' and 'inactive'.
{
"_embedded": {},
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"read-policy-definition": {
"href": "string",
"templated": true,
"type": "string"
}
},
"account_native_id": "string",
"aws_region": "string",
"environment_id": "string",
"has_associated_availability_group": true,
"host_connection_id": "string",
"host_endpoint": "string",
"host_id": "string",
"id": "string",
"name": "string",
"organizational_unit_id": "string",
"product_version": "string",
"protection_info": {
"inheriting_entity_id": "string",
"inheriting_entity_type": "string",
"policy_id": "string"
},
"server_name": "string",
"status": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /datasources/aws/ec2-mssql/instances/:instance_id
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/instances/:instance_id' \
-H 'Accept: application/api.clumio.ec2-mssql-instance=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/instances/:instance_id' \
-H 'Accept: application/api.clumio.ec2-mssql-instance=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/instances/:instance_id' \
-H 'Accept: application/api.clumio.ec2-mssql-instance=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/instances/:instance_id' \
-H 'Accept: application/api.clumio.ec2-mssql-instance=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/instances/:instance_id' \
-H 'Accept: application/api.clumio.ec2-mssql-instance=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/instances/:instance_id' \
-H 'Accept: application/api.clumio.ec2-mssql-instance=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/aws/ec2-mssql/instances/:instance_id' \
-H 'Accept: application/api.clumio.ec2-mssql-instance=v1+json' \
-H 'Authorization: Bearer <TOKEN>'