Skip to content

Commit 41da4e2

Browse files
authored
Merge pull request #480 from pvretano/issue-273
Add link for log files and update status info.
2 parents 00a89a6 + bc2febb commit 41da4e2

19 files changed

+113
-50
lines changed

core/recommendations/core/PER_additional-status-codes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/additional-status-codes
56
label:: /per/core/additional-status-codes
67
78
Servers MAY support other capabilities of the HTTP protocol and, therefore,
89
MAY return other status codes than those listed in <<status_codes>>, too.
9-
====
10+
====

core/recommendations/core/PER_alternative-process-description.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/alternative-process-description
56
label:: /per/core/alternative-process-description
67
78
Servers MAY support alternative means of describing the inputs and outputs of a process.
8-
====
9+
====

core/recommendations/core/PER_alternative-process-paths.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/alternative-process-paths
56
label:: /per/core/alternative-process-paths
67
78
Servers MAY support alternative API paths.
8-
====
9+
====

core/recommendations/core/PER_api-definition-uri.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/api-definition-uri
56
label:: /per/core/api-definition-uri
67
78
The API definition is metadata about the capabilities provided by an API implementation instance and strictly speaking is not part of the API itself, but the definition MAY be hosted as a sub-resource to the base path of the API, for example, at path `/api`. There is no need to include the path of the API definition in the API definition itself.

core/recommendations/core/PER_job-results-success-async-many-other-formats.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/job-results-async-many-other-formats
56
label:: /per/core/job-results-async-many-other-formats
7+
68
[.component,class=conditions]
79
--
810
. The <<sc_execution_mode,negotiated execution mode>> is asynchronous.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[per_core_job-status]]
2+
[permission]
3+
====
4+
[%metadata]
5+
identifier:: /per/core/job-status
6+
label:: /per/core/job-status
7+
8+
[.component,class=part]
9+
--
10+
Servers MAY, via the `request` field, include the request that was submitted to the server resulting in the creation of this job. The initiating request MAY be encoded inline in the job status information or MAY be referenced via a link.
11+
--
12+
13+
[.component,class=part]
14+
--
15+
Servers MAY, via the `message` field, include additional human-readable context information about the job.
16+
--
17+
18+
====

core/recommendations/core/PER_process-execute-input-inline-bbox.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/process-execute-input-inline-bbox
56
label:: /per/core/process-execute-input-inline-bbox
67
78
Servers MAY copy the contents of <<bbox-schema,bbox.yaml>> into another file and adjust the `default` and `enum` values as required.

core/recommendations/core/PER_process-execute-multiple-output-pkg.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
====
44
[%metadata]
55
identifier:: /per/core/process-execute-multiple-output-pkg
6+
label:: /per/core/process-execute-multiple-output-pkg
67
78
A server MAY, through content negotiation, respond with something other than that specified by requirement <<req_core_process-execute-sync-many-json,/req/core/process-execute-sync-many-json>>. A server MAY, for example, respond with a https://www.iso.org/standard/60101.html[ZIP] file or a https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html[multi-part MIME] document containing all the requested output values.
89
====

core/recommendations/core/PER_process-execute-success-sync-many-other-formats.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/process-execute-sync-many-other-formats
56
label:: /per/core/process-execute-sync-many-other-formats
7+
68
[.component,class=conditions]
79
--
810
. The <<sc_execution_mode,negotiated execution mode>> is synchronous.

core/recommendations/core/PER_process-execute-sync-job.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
[permission]
33
====
44
[%metadata]
5+
identifier:: /per/core/process-execute-sync-job
56
label:: /per/core/process-execute-sync-job
67
78
Servers MAY support the creation of a job for synchronously executed processes.
8-
====
9+
====

0 commit comments

Comments
 (0)