List
Get Cloud Connection list
Path Parameters
- accountId int64 required
- projectId string required
Query Parameters
- sortBy string
Default value:
name
- sortOrder string
Default value:
asc
- name string
- cloudType string
- status string
- connectivityStatus string
- tags string[]
- filterCondition string
Default value:
OR
Header Parameters
- Range string
Default value:
items=1-20
Responses
- 200
- 401
- 403
- 404
- 409
- 412
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- accountId int64
- projectId int64
- organizationId string
- id int64
- name string
- description string
- cloudType string
- status string
- connectivityStatus string
- lockStatus string
- operationalRegions string[]
- servicesToInclude string[]
tags object
property name*
string- createdAt date-time
- updatedAt date-time
- lastSync date-time
[
{
"accountId": 0,
"projectId": 0,
"organizationId": "string",
"id": 0,
"name": "string",
"description": "string",
"cloudType": "string",
"status": "string",
"connectivityStatus": "string",
"lockStatus": "string",
"operationalRegions": [
"string"
],
"servicesToInclude": [
"string"
],
"tags": {},
"createdAt": "2025-06-20",
"updatedAt": "2025-06-20",
"lastSync": "2025-06-20"
}
]
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Conflict
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Precondition Failed
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Loading...