Skip to content

Commit

Permalink
API docs: Indentation fix in get config example (#26916)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw authored Mar 6, 2025
1 parent 4c5aa74 commit f229230
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -919,32 +919,32 @@ None.
}
},
"license": {
"tier": "premium",
"organization": "fleet",
"device_count": 500000,
"expiration": "2031-10-16T00:00:00Z",
"note": ""
},
"tier": "premium",
"organization": "fleet",
"device_count": 500000,
"expiration": "2031-10-16T00:00:00Z",
"note": ""
},
"logging": {
"debug": false,
"json": false,
"result": {
"plugin": "firehose",
"config": {
"region": "us-east-1",
"status_stream": "",
"result_stream": "result-topic"
}
},
"status": {
"plugin": "filesystem",
"config": {
"status_log_file": "foo_status",
"result_log_file": "",
"enable_log_rotation": false,
"enable_log_compression": false
}
"debug": false,
"json": false,
"result": {
"plugin": "firehose",
"config": {
"region": "us-east-1",
"status_stream": "",
"result_stream": "result-topic"
}
},
"status": {
"plugin": "filesystem",
"config": {
"status_log_file": "foo_status",
"result_log_file": "",
"enable_log_rotation": false,
"enable_log_compression": false
}
}
},
"vulnerability_settings": {
"databases_path": ""
Expand Down

0 comments on commit f229230

Please sign in to comment.