List bridges
GET/api/v1/orgs/{orgId}/data-bridges
Return bridges with paging.
Query parameters:
filter: Optional name filter.skipCount: Number of items to skip.maxResultCount: Maximum number of items to return.sorting: Optional sort expression in the formPropertyName [ASC|DESC], for exampleName DESC. Multiple properties are comma-separated. Sortable fields:Name,IsEnabled,CreationTime,LastRuntimeStatus. Default order isName ASC. An unsupported sort field or direction returns400 Bad Request. Note:LastRuntimeStatussorts alphabetically by status name, not by lifecycle order. Each item'sruntimeStatusfield is one ofStopped,Starting,Running,Faulted,Stopping.
Request
Responses
- 200
- 400
- 401
- 403
OK
Invalid paging or filter values.
Authentication is missing or invalid.
The caller lacks the required role for this operation.