Skip to content

Commit 91d8e45

Browse files
simon-dewdgnicholson
authored andcommitted
DOC-13516: Update Morpheus REST API builds (#182)
* Update remote gradle builds for Morpheus * Fix template for additional properties name * Driveby: Analytics additional property names * Build output documentation
1 parent ea500be commit 91d8e45

32 files changed

Lines changed: 78 additions & 42 deletions

File tree

docs/modules/analytics-rest-admin/attachments/analytics-admin.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Analytics Administration REST APIs
4-
version: capella
4+
version: "8.0"
55
description: |
66
The Analytics Administration REST APIs are provided by the Analytics service.
77
These APIs enables you to manage and monitor the Analytics service.
@@ -606,6 +606,7 @@ components:
606606
landmark: 7
607607

608608
MutationsColl:
609+
x-additionalPropertiesName: scope
609610
type: object
610611
description: >
611612
An object containing one or more collection properties, one for each Analytics collection in the Analytics scope.
@@ -615,6 +616,7 @@ components:
615616
For example, `` `travel-sample`.inventory ``.
616617
title: Collections
617618
additionalProperties:
619+
x-additionalPropertiesName: collection
618620
type: integer
619621
description: >
620622
The number of mutations in the DCP queue that have not yet been ingested.

docs/modules/analytics-rest-admin/pages/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These APIs enables you to manage and monitor the Analytics service.
3333
[discrete#version]
3434
= Version information
3535
[%hardbreaks]
36-
__Version__ : capella
36+
__Version__ : 8.0
3737

3838
[discrete#host]
3939
= Host information
@@ -2016,7 +2016,7 @@ endif::model-descriptions[]
20162016
¦ Property ¦ ¦ Schema
20172017

20182018
2019-
2019+
*<scope>* +
20202020
_additional +
20212021
property_
20222022
@@ -2081,7 +2081,7 @@ endif::model-descriptions[]
20812081
¦ Property ¦ ¦ Schema
20822082

20832083
2084-
2084+
*<collection>* +
20852085
_additional +
20862086
property_
20872087

docs/modules/analytics-rest-config/attachments/analytics-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Analytics Configuration REST API
4-
version: capella
4+
version: "8.0"
55
description: |
66
The Analytics Configuration REST API is provided by the Analytics service.
77
This API enables you to configure Analytics nodes and clusters.

docs/modules/analytics-rest-config/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This API enables you to configure Analytics nodes and clusters.
3333
[discrete#version]
3434
= Version information
3535
[%hardbreaks]
36-
__Version__ : capella
36+
__Version__ : 8.0
3737

3838
[discrete#host]
3939
= Host information

docs/modules/analytics-rest-links/attachments/analytics-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Analytics Links REST API
4-
version: capella
4+
version: "8.0"
55
description: |-
66
The Analytics Links REST API is provided by the Analytics service.
77
This API enables you to manage the links to remote Couchbase clusters and external data sources.

docs/modules/analytics-rest-links/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This API enables you to manage the links to remote Couchbase clusters and extern
3232
[discrete#version]
3333
= Version information
3434
[%hardbreaks]
35-
__Version__ : capella
35+
__Version__ : 8.0
3636

3737
[discrete#host]
3838
= Host information

docs/modules/analytics-rest-service/attachments/analytics-service.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Analytics Service REST API
4-
version: capella
4+
version: "8.0"
55
description: |
66
The Analytics Service REST API is provided by the Analytics service.
77
This API enables you to run Analytics queries and set request-level parameters.
@@ -205,6 +205,7 @@ components:
205205
description: An array of positional parameter values.
206206
items: {}
207207
additionalProperties:
208+
x-additionalPropertiesName: '$identifier'
208209
description: A named parameter value.
209210

210211
# For the Query Parameters page

docs/modules/analytics-rest-service/pages/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This API enables you to run Analytics queries and set request-level parameters.
3333
[discrete#version]
3434
= Version information
3535
[%hardbreaks]
36-
__Version__ : capella
36+
__Version__ : 8.0
3737

3838
[discrete#host]
3939
= Host information
@@ -1271,7 +1271,7 @@ a¦ Any Type
12711271
array
12721272

12731273
1274-
1274+
*<$identifier>* +
12751275
_additional +
12761276
property_
12771277

docs/modules/analytics-rest-settings/attachments/analytics-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Analytics Settings REST API
4-
version: capella
4+
version: "8.0"
55
description: |
66
The Analytics Settings REST API is provided by the Analytics service.
77
This API enables you to view or set cluster-level Analytics settings.

docs/modules/analytics-rest-settings/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This API enables you to view or set cluster-level Analytics settings.
3333
[discrete#version]
3434
= Version information
3535
[%hardbreaks]
36-
__Version__ : capella
36+
__Version__ : 8.0
3737

3838
[discrete#host]
3939
= Host information

0 commit comments

Comments
 (0)