Skip to content

Commit 3eecd96

Browse files
authored
Merge pull request #1464 from redis/api-fixes
CAPI doc typos and fixes
2 parents 00a0fb2 + 555eecf commit 3eecd96

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/operate/rc/api/examples/audit-system-logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
Title: Audit using Service Log
2+
Title: Audit using System Log
33
alwaysopen: false
44
categories:
55
- docs
66
- operate
77
- rc
8-
description: Use the service log to track and audit actions performed in the account
8+
description: Use the system log to track and audit actions performed in the account.
99
weight: 60
1010
---
11-
Service logs collect and report actions performed on various entities in your Redis Cloud subscription. These entities include the account itself, users, API Keys, subscriptions, databases, accounts, payment methods, and more. For each entity, various lifecycle events are logged in the system log.
11+
System logs collect and report actions performed on various entities in your Redis Cloud subscription. These entities include the account itself, users, API Keys, subscriptions, databases, accounts, payment methods, and more. For each entity, various lifecycle events are logged in the system log.
1212

1313
To view the log, sign in to the [Redis Cloud console](https://cloud.redis.io/) and then select **Logs** from the main menu.
1414

@@ -18,7 +18,7 @@ To learn more, see [System logs]({{< relref "/operate/rc/logs-reports/system-log
1818

1919
## Get system logs via REST API
2020

21-
The REST API operation for querying the system service log is [`GET /logs`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountSystemLogs" >}}).
21+
The REST API operation for querying the system log is [`GET /logs`]({{< relref "/operate/rc/api/api-reference#tag/Account/operation/getAccountSystemLogs" >}}).
2222

2323
The `/logs` API operation accepts the following parameters:
2424

content/operate/rc/api/get-started/process-lifecycle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: API requests follow specific lifecycle phases and states, based on
1010
linkTitle: API request lifecycle
1111
weight: 60
1212
---
13-
Redis Cloud owners and viewers can leverage a RESTful API that permits operations against a variety of resources, including subscriptions, databases, and related infrastructure.
13+
Redis Cloud owners and viewers can leverage a REST API that permits operations against a variety of resources, including subscriptions, databases, and related infrastructure.
1414

1515
[Once it's enabled]({{< relref "/operate/rc/api/get-started/enable-the-api.md" >}}), you can use the REST API to create, update, and delete subscriptions, databases, and other entities.
1616

@@ -28,11 +28,11 @@ During this phase, the request is received, evaluated, planned, and executed.
2828

2929
### Use tasks to track requests
3030

31-
Many operations are asychronous, including CREATE, UPDATE, and DELETE operations. The response objects for such operations provide a `taskId` identifier that lets you track the progress of the underlying operation.
31+
The response objects for all asynchronous operations provide a `taskId` identifier that lets you track the progress of the underlying operation.
3232

3333
You can query the `taskId` to track the state of a specific task using [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}).
3434

35-
You can also query the state of all active tasks or recently completed tasks in your account using [`GET /tasks`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getAllTasks" >}})
35+
You can also query the state of all active tasks or recently completed tasks in your account using [`GET /tasks`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getAllTasks" >}}).
3636

3737
### Task process states
3838

0 commit comments

Comments
 (0)