/role-store/api/v1/logconf/collectors
Get logconf collectors.
Authorization
string
required
OAuth2 token
Successful response, returns logconf collectors.
{
"count": 123,
"items": [
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"type": "AWS",
"enabled": true,
"updated": "2023-06-07T17:32:28Z",
"status_code;": "OK",
"status_text": "string",
"aws_log_region": "string",
"iam_access_key_id": "string",
"iam_secret_access_key": "string",
"iam_session_token": "string",
"azure_event_hubs_namespace": "string",
"azure_resource_group_name": "string",
"azure_subscription_id": "string",
"azure_event_hub_name": "string",
"azure_tenant_id": "string",
"azure_client_id": "string",
"azure_client_secret": "string",
"azure_sas_connection_string": "string"
}
]
}
/role-store/api/v1/logconf/collectors
Create logconf collector.
id
string
name
string
type
string
enabled
boolean
updated
string
status_code;
string
status_text
string
aws_log_region
string
iam_access_key_id
string
iam_secret_access_key
string
iam_session_token
string
azure_event_hubs_namespace
string
azure_resource_group_name
string
azure_subscription_id
string
azure_event_hub_name
string
azure_tenant_id
string
azure_client_id
string
azure_client_secret
string
azure_sas_connection_string
string
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"type": "AWS",
"enabled": true,
"updated": "2023-06-07T17:32:28Z",
"status_code;": "OK",
"status_text": "string",
"aws_log_region": "string",
"iam_access_key_id": "string",
"iam_secret_access_key": "string",
"iam_session_token": "string",
"azure_event_hubs_namespace": "string",
"azure_resource_group_name": "string",
"azure_subscription_id": "string",
"azure_event_hub_name": "string",
"azure_tenant_id": "string",
"azure_client_id": "string",
"azure_client_secret": "string",
"azure_sas_connection_string": "string"
}
Successful response, logconf collector created.
{
"id": "string"
}
/role-store/api/v1/logconf/collectors/{collector_id}
Get logconf collector.
collector_id
string
required
Successful response, returns found logconf collector.
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"type": "AWS",
"enabled": true,
"updated": "2023-06-07T17:32:28Z",
"status_code;": "OK",
"status_text": "string",
"aws_log_region": "string",
"iam_access_key_id": "string",
"iam_secret_access_key": "string",
"iam_session_token": "string",
"azure_event_hubs_namespace": "string",
"azure_resource_group_name": "string",
"azure_subscription_id": "string",
"azure_event_hub_name": "string",
"azure_tenant_id": "string",
"azure_client_id": "string",
"azure_client_secret": "string",
"azure_sas_connection_string": "string"
}
/role-store/api/v1/logconf/collectors/{collector_id}
Update logconf collector.
id
string
name
string
type
string
enabled
boolean
updated
string
status_code;
string
status_text
string
aws_log_region
string
iam_access_key_id
string
iam_secret_access_key
string
iam_session_token
string
azure_event_hubs_namespace
string
azure_resource_group_name
string
azure_subscription_id
string
azure_event_hub_name
string
azure_tenant_id
string
azure_client_id
string
azure_client_secret
string
azure_sas_connection_string
string
{
"id": "5bf77342-221c-11ee-be56-0242ac120002",
"name": "string",
"type": "AWS",
"enabled": true,
"updated": "2023-06-07T17:32:28Z",
"status_code;": "OK",
"status_text": "string",
"aws_log_region": "string",
"iam_access_key_id": "string",
"iam_secret_access_key": "string",
"iam_session_token": "string",
"azure_event_hubs_namespace": "string",
"azure_resource_group_name": "string",
"azure_subscription_id": "string",
"azure_event_hub_name": "string",
"azure_tenant_id": "string",
"azure_client_id": "string",
"azure_client_secret": "string",
"azure_sas_connection_string": "string"
}
Successful response, logconf collector updated.
{
"id": "string"
}
/role-store/api/v1/logconf/collectors/{collector_id}
Delete logconf collector.
collector_id
string
required
Successfully removed logconf collector.
Empty response
Was this page helpful?