14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.ml.getCategories({
|
|
job_id: "esxi_log",
|
|
page: {
|
|
size: 1,
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|