Skip to content

16 files changed

+70
-113
lines changed

source/core/api.txt

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,9 @@ The response entity contains three fields:
313313
* - ``totalCount``
314314
- Total number of items in the entire result set.
315315

316-
.. example::
317-
318-
If a project has a total of 57 hosts, and you make a request
319-
with ``pageNum=6`` and ``itemsPerPage=10``, then
320-
``totalCount`` is **57**.
316+
For example, if a project has a total of 57 hosts, and you make a request
317+
with ``pageNum=6`` and ``itemsPerPage=10``, then
318+
``totalCount`` is **57**.
321319

322320
* - ``results``
323321
- Result set, which is an array of entity documents.
@@ -484,22 +482,18 @@ Responses utilize the standard |http| response codes, including:
484482
Keep in mind that each resource may only support a subset of
485483
|http| methods.
486484

487-
.. example::
488-
489-
You are not allowed to ``DELETE`` the
490-
:doc:`root </reference/api/root>` resource.
485+
For example, you are not allowed to ``DELETE`` the
486+
:doc:`root </reference/api/root>` resource.
491487

492488
* - 409
493489
- Conflict
494490
- This is typically the response to a request to create or modify
495491
a property of an entity that is unique when an existing entity
496492
already exists with the same value for that property.
497493

498-
.. example::
499-
500-
If you attempt to
501-
:doc:`create a project </reference/api/groups/create-one-group>`
502-
with the same name as an existing project, the request fails.
494+
For example, if you attempt to
495+
:doc:`create a project </reference/api/groups/create-one-group>`
496+
with the same name as an existing project, the request fails.
503497

504498
* - 5xx
505499
- Various server errors

source/includes/api/list-tables/agent-api-keys-response-documents.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
- string
1616
- Agent API Key.
1717

18-
.. note::
19-
20-
After creating this Agent API Key, subsequent requests
21-
return the last four characters of Agent API Keys.
18+
After creating this Agent API Key, subsequent requests
19+
return the last four characters of Agent API Keys.
2220

2321
* - desc
2422
- string

source/includes/api/list-tables/alerts/alert-response-elements.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@
6868
- string
6969
- Units for the value. Value depends on the type of metric.
7070

71-
.. example::
72-
73-
A metric that measures memory consumption would have a byte
74-
measurement, while a metric that measures time would have a
75-
time unit.
71+
For example, a metric that measures memory consumption would have a byte
72+
measurement, while a metric that measures time would have a
73+
time unit.
7674

7775
|mms| can return:
7876

source/includes/api/list-tables/alerts/response-elements.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@
6868
- string
6969
- Units for the value. Value depends on the type of metric.
7070

71-
.. example::
72-
73-
A metric that measures memory consumption would have a byte
74-
measurement, while a metric that measures time would have a
75-
time unit.
71+
For example, a metric that measures memory consumption would have a byte
72+
measurement, while a metric that measures time would have a
73+
time unit.
7674

7775
|mms| can return:
7876

source/includes/api/list-tables/apiKeys-projects-response-values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- Redacted Private key for this Organization |api| key assigned to
2222
this Project.
2323

24-
.. note:: This key displays unredacted when first created.
24+
**This key displays unredacted when first created.**
2525

2626
* - ``publicKey``
2727
- string

source/includes/api/list-tables/events/responses/orgs-cloud.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
- string
5757
- Relevant units for the value.
5858

59-
.. example::
60-
61-
A metric that measures memory consumption would have a byte measurement, while a metric that measures time would have a time unit.
59+
For example, a metric that measures memory consumption would have
60+
a byte measurement, while a metric that measures time would have
61+
a time unit.
6262

6363
Accepted values are:
6464

source/includes/api/list-tables/events/responses/projects-cloud.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
- string
5757
- Relevant units for the value.
5858

59-
.. example::
60-
61-
A metric that measures memory consumption would have a byte measurement, while a metric that measures time would have a time unit.
59+
For example, a metric that measures memory consumption would have a byte measurement, while a metric that measures time would have a time unit.
6260

6361
Accepted values are:
6462

source/includes/api/list-tables/snapshot-schedule/requests-cloud.rst

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@
2828
- Number of days to retain daily snapshots. You can set a value
2929
between ``1`` and ``365``, inclusive.
3030

31-
.. note::
32-
33-
Setting ``dailySnapshotRetentionDays`` to ``0`` disables this
34-
rule.
31+
Setting ``dailySnapshotRetentionDays`` to ``0`` disables this
32+
rule.
3533

3634
* - ``fullIncrementalDayOfWeek``
3735
- string
@@ -57,9 +55,8 @@
5755
- Number of months to retain monthly snapshots. You can set a
5856
value between ``1`` and ``36``, inclusive.
5957

60-
.. note::
61-
62-
Setting ``monthlySnapshotRetentionMonths`` to ``0`` disables this rule.
58+
Setting ``monthlySnapshotRetentionMonths`` to ``0`` disables this
59+
rule.
6360

6461
* - ``snapshotIntervalHours``
6562
- number
@@ -79,8 +76,6 @@
7976
- Number of weeks to retain weekly snapshots. You can set a value
8077
between ``1`` and ``52``, inclusive.
8178

82-
.. note::
83-
84-
Setting ``weeklySnapshotRetentionWeeks`` to ``0`` disables
85-
this rule.
79+
Setting ``weeklySnapshotRetentionWeeks`` to ``0`` disables this
80+
rule.
8681

source/includes/api/list-tables/snapshot-schedule/responses-cloud.rst

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@
2424
- Number of days to retain daily snapshots. |mms| may return
2525
values between ``1`` and ``365``, inclusive.
2626

27-
.. note::
28-
29-
Setting ``dailySnapshotRetentionDays`` to ``0`` disables this
30-
rule.
27+
Setting ``dailySnapshotRetentionDays`` to ``0`` disables this
28+
rule.
3129

3230
* - ``fullIncrementalDayOfWeek``
3331
- string
@@ -49,9 +47,8 @@
4947
- Number of months to retain monthly snapshots. |mms| may return
5048
values between ``1`` and ``36``, inclusive.
5149

52-
.. note::
53-
54-
Setting ``monthlySnapshotRetentionMonths`` to ``0`` disables this rule.
50+
Setting ``monthlySnapshotRetentionMonths`` to ``0`` disables this
51+
rule.
5552

5653
* - ``pointInTimeWindowHours``
5754
- number
@@ -73,7 +70,5 @@
7370
- Number of weeks to retain weekly snapshots. |mms| may return
7471
values between ``1`` and ``52``, inclusive.
7572

76-
.. note::
77-
78-
Setting ``weeklySnapshotRetentionWeeks`` to ``0`` disables
79-
this rule.
73+
Setting ``weeklySnapshotRetentionWeeks`` to ``0`` disables this
74+
rule.

source/includes/extracts-monitor-chart-controls.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ content: |
2424
2525
To reset to the originally selected range (zoom out), double-click the chart.
2626
27-
.. note::
28-
29-
When you zoom in on a period of time, the
30-
:guilabel:`Current Display` date range in the chart control
31-
section automatically updates to reflect the selected period.
27+
When you zoom in on a period of time, the
28+
:guilabel:`Current Display` date range in the chart control
29+
section automatically updates to reflect the selected period.
3230
3331
---
3432
ref: monitor-chart-controls-point

0 commit comments

Comments
 (0)