curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/parsing-rules/rule-groups/v1/{group_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"creator": "<string>",
"description": "<string>",
"enabled": true,
"hidden": true,
"name": "<string>",
"order": 123,
"ruleMatchers": [
{
"applicationName": {
"value": "<string>"
}
}
],
"ruleSubgroups": [
{
"enabled": true,
"order": 123,
"rules": [
{
"description": "<string>",
"enabled": true,
"name": "<string>",
"order": 123,
"parameters": {
"jsonExtractParameters": {
"destinationFieldText": "<string>",
"destinationFieldType": "DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED",
"rule": "<string>"
}
},
"sourceField": "<string>"
}
]
}
],
"teamId": {
"id": 123
}
}
'{
"ruleGroup": {
"creator": "<string>",
"description": "<string>",
"enabled": true,
"hidden": true,
"id": "<string>",
"name": "<string>",
"order": 123,
"ruleMatchers": [
{
"applicationName": {
"value": "<string>"
}
}
],
"ruleSubgroups": [
{
"enabled": true,
"id": "<string>",
"order": 123,
"rules": [
{
"description": "<string>",
"enabled": true,
"id": "<string>",
"name": "<string>",
"order": 123,
"parameters": {
"jsonExtractParameters": {
"destinationFieldText": "<string>",
"destinationFieldType": "DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED",
"rule": "<string>"
}
},
"sourceField": "<string>"
}
]
}
]
}
}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/parsing-rules/rule-groups/v1/{group_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"creator": "<string>",
"description": "<string>",
"enabled": true,
"hidden": true,
"name": "<string>",
"order": 123,
"ruleMatchers": [
{
"applicationName": {
"value": "<string>"
}
}
],
"ruleSubgroups": [
{
"enabled": true,
"order": 123,
"rules": [
{
"description": "<string>",
"enabled": true,
"name": "<string>",
"order": 123,
"parameters": {
"jsonExtractParameters": {
"destinationFieldText": "<string>",
"destinationFieldType": "DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED",
"rule": "<string>"
}
},
"sourceField": "<string>"
}
]
}
],
"teamId": {
"id": 123
}
}
'{
"ruleGroup": {
"creator": "<string>",
"description": "<string>",
"enabled": true,
"hidden": true,
"id": "<string>",
"name": "<string>",
"order": 123,
"ruleMatchers": [
{
"applicationName": {
"value": "<string>"
}
}
],
"ruleSubgroups": [
{
"enabled": true,
"id": "<string>",
"order": 123,
"rules": [
{
"description": "<string>",
"enabled": true,
"id": "<string>",
"name": "<string>",
"order": 123,
"parameters": {
"jsonExtractParameters": {
"destinationFieldText": "<string>",
"destinationFieldType": "DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED",
"rule": "<string>"
}
},
"sourceField": "<string>"
}
]
}
]
}
}API key authentication
Show child attributes
Was this page helpful?