Skip to content

Commit 382b40a

Browse files
authored
DOC-13976: Improve Query REST API Examples (#649)
* Update links * Update includes
1 parent 56d57cc commit 382b40a

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

modules/n1ql/pages/n1ql-manage/monitoring-n1ql-query.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ If you're using the cbq shell or the Query REST API, the following statistics ar
12921292
----
12931293
====
12941294

1295-
For field names and meanings, see xref:n1ql-rest-query:index.adoc#Profile[Profile].
1295+
For field names and meanings, see xref:n1ql-rest-query:index.adoc#ResponseProfile[Profile].
12961296

12971297
[[plan]]
12981298
=== Profiling Details in System Catalogs
@@ -1440,7 +1440,7 @@ Getting the plan for a statement that you ran when the profile was set to `timin
14401440
----
14411441
====
14421442

1443-
For field names and meanings, see xref:n1ql-rest-query:index.adoc#Execution_Timings[Execution Timings].
1443+
For field names and meanings, see xref:n1ql-rest-query:index.adoc#ResponseProfileTiming[Execution Timings].
14441444

14451445
== Query Profiling Summary
14461446

modules/n1ql/pages/n1ql-manage/query-settings.adoc

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,29 @@ The table below contains details of all request-level parameters, along with exa
505505
.Request-Level Parameters
506506
include::n1ql-rest-query:index.adoc[tag=Request]
507507

508-
[[Credentials,Credentials]]
508+
[[RequestCredentials,Credentials]]
509509
**Credentials**
510-
include::n1ql-rest-query:index.adoc[tag=Credentials]
510+
include::n1ql-rest-query:index.adoc[tag=RequestCredentials]
511+
512+
[[RequestScanVector,Scan Vector]]
513+
**Scan Vector**
514+
include::n1ql-rest-query:index.adoc[tag=RequestScanVector]
515+
516+
[[RequestScanVectorFull,Full Scan Vector]]
517+
**Full Scan Vector**
518+
include::n1ql-rest-query:index.adoc[tag=RequestScanVectorFull]
519+
520+
[[RequestScanVectorSparse,Sparse Scan Vector]]
521+
**Sparse Scan Vector**
522+
include::n1ql-rest-query:index.adoc[tag=RequestScanVectorSparse]
523+
524+
[[RequestScanVectorValueGuard,Value-Guard Entry]]
525+
**Value-Guard Entry**
526+
include::n1ql-rest-query:index.adoc[tag=RequestScanVectorValueGuard]
527+
528+
[[RequestScanVectors,Scan Vectors]]
529+
**Scan Vectors**
530+
include::n1ql-rest-query:index.adoc[tag=RequestScanVectors]
511531

512532
[discrete,#transactional-scan-consistency]
513533
===== Transactional Scan Consistency

0 commit comments

Comments
 (0)