Skip to main content
Version: v41

logconf_collectors

Response object for logconf collectors.

countinteger
items object[]
  • Array [
  • idstring<uuid>
    namestring
    typestring

    Possible values: [AWS, AZURE, GOOGLE]

    enabledboolean
    updatedstring<date-time>
    status_code;string

    Possible values: [OK, NOK, DISABLED, ``]

    status_textstring
    aws_log_regionstring
    iam_access_key_idstring
    iam_secret_access_keystring
    iam_session_tokenstring
    azure_event_hubs_namespacestring
    azure_resource_group_namestring
    azure_subscription_idstring
    azure_event_hub_namestring
    azure_tenant_idstring
    azure_client_idstring
    azure_client_secretstring
    azure_sas_connection_stringstring
  • ]
  • logconf_collectors
    {
    "count": 0,
    "items": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "type": "AWS",
    "enabled": true,
    "updated": "2024-07-29T15:51:28.071Z",
    "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"
    }
    ]
    }