Marketplace Integration Statuses
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-integration-statuses/ |
List integration statuses |
| GET | /api/marketplace-integration-statuses/{uuid}/ |
Retrieve an integration status |
List integration statuses
Returns a paginated list of integration statuses for offerings. This is used to monitor the connectivity and health of backend agents (e.g., site agents) associated with offerings.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_integration_statuses_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
agent_type |
string | Agent type |
customer_uuid |
string | Customer UUID |
o |
array | Ordering |
offering |
string | |
offering_slug |
array | Multiple values may be separated by commas. |
offering_uuid |
array | Multiple values may be separated by commas. |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
parent_offering_uuid |
string (uuid) | |
status |
array | Integration status |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
status |
string |
last_request_timestamp |
string (date-time) |
offering |
string (uri) |
url |
string (uri) |
Retrieve an integration status
Returns the details of a specific integration status, including the agent type, status, and last request timestamp.
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_integration_statuses_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type |
|---|---|
status |
string |
last_request_timestamp |
string (date-time) |
offering |
string (uri) |
url |
string (uri) |