Connectors

List Connectors

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int32OptionalDefault: 100
page_tokenstring · nullableOptional
statusstring[] · nullableOptional
Responses
chevron-right
200

OK

application/json
get
/api/admin/v3/connectors
200

OK

Get Connector

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

OK

application/json
idstringRequired

Unique identifier of the connector

namestringRequired

Unique, alphanumeric, user-friendly name used to identify the connector

statusstringRequired

Operational state of the connector: CONNECTED or DISCONNECTED

versionstringRequired

Version of the Apono connector currently in use

last_connectedall of · nullableOptional

Timestamp of the most recent successful connector connection, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

is_latest_versionbooleanRequired

Indicates whether the most current version of the Apono connector is in use

cloud_provider_typestringRequired

Cloud provider to which the connector grants Apono access

get
/api/admin/v3/connectors/{id}
200

OK

Update Connector

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringRequired

Unique, alphanumeric, user-friendly name used to identify the connector

Responses
chevron-right
200

OK

application/json
idstringRequired

Unique identifier of the connector

namestringRequired

Unique, alphanumeric, user-friendly name used to identify the connector

statusstringRequired

Operational state of the connector: CONNECTED or DISCONNECTED

versionstringRequired

Version of the Apono connector currently in use

last_connectedall of · nullableOptional

Timestamp of the most recent successful connector connection, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

is_latest_versionbooleanRequired

Indicates whether the most current version of the Apono connector is in use

cloud_provider_typestringRequired

Cloud provider to which the connector grants Apono access

put
/api/admin/v3/connectors/{id}
200

OK

Delete Connector

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
delete
/api/admin/v3/connectors/{id}
204

No Content

No content

list connectors

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

OK

application/json
connector_idstringRequired
last_connectedall of · nullableOptional
number · doubleOptionalExample: {seconds}.{nanos}
statusstringRequired
get
/api/v2/connectors
200

OK

Last updated

Was this helpful?