UNPKG

5.43 kBMarkdownView Raw
1# Untitled object in Raw Request Schema
2
3```txt
4https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers
5```
6
7The headers of the request made to OpenWhisk (or Simulator)
8
9
10| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
11| :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ------------------------------------------------------------------------- |
12| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [rawrequest.schema.json\*](rawrequest.schema.json "open original schema") |
13
14## headers Type
15
16`object` ([Details](rawrequest-definitions-rawrequest-properties-headers.md))
17
18# undefined Properties
19
20| Property | Type | Required | Nullable | Defined by |
21| :------------------------------------------------------ | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
22| [x-openwhisk-activation-id](#x-openwhisk-activation-id) | `string` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-openwhisk-activation-id.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-openwhisk-activation-id") |
23| [x-request-id](#x-request-id) | `string` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-request-id.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-request-id") |
24| [x-cdn-request-id](#x-cdn-request-id) | `string` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-cdn-request-id.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-cdn-request-id") |
25| [x-backend-name](#x-backend-name) | `string` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-backend-name.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-backend-name") |
26| Additional Properties | `string` | Optional | cannot be null | [Raw Request](rawrequest-definitions-rawrequest-properties-headers-additionalproperties.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/additionalProperties") |
27
28## x-openwhisk-activation-id
29
30OpenWhisk Activation ID
31
32
33`x-openwhisk-activation-id`
34
35- is optional
36- Type: `string`
37- cannot be null
38- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-openwhisk-activation-id.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-openwhisk-activation-id")
39
40### x-openwhisk-activation-id Type
41
42`string`
43
44## x-request-id
45
46Request ID generated by OpenWhisk
47
48
49`x-request-id`
50
51- is optional
52- Type: `string`
53- cannot be null
54- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-request-id.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-request-id")
55
56### x-request-id Type
57
58`string`
59
60## x-cdn-request-id
61
62Request ID generated by the CDN
63
64
65`x-cdn-request-id`
66
67- is optional
68- Type: `string`
69- cannot be null
70- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-cdn-request-id.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-cdn-request-id")
71
72### x-cdn-request-id Type
73
74`string`
75
76## x-backend-name
77
78Name of the Backend handling the request.
79
80
81`x-backend-name`
82
83- is optional
84- Type: `string`
85- cannot be null
86- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-headers-properties-x-backend-name.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/properties/x-backend-name")
87
88### x-backend-name Type
89
90`string`
91
92## Additional Properties
93
94Additional properties are allowed, as long as they follow this schema:
95
96
97
98
99- is optional
100- Type: `string`
101- cannot be null
102- defined in: [Raw Request](rawrequest-definitions-rawrequest-properties-headers-additionalproperties.md "https://ns.adobe.com/helix/pipeline/rawrequest#/definitions/rawrequest/properties/headers/additionalProperties")
103
104### additionalProperties Type
105
106`string`