You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/download/commercial.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,15 @@ Commercial customers can use Chef's Commercial API to download Chef software pac
14
14
15
15
## Install script
16
16
17
-
You can also use an install script from the API to download and install Chef packages. See the [Chef install script documentation](/chef_install_script/) for more information.
17
+
You can use an install script from the API to download and install Chef packages. For more information, see the [Chef install script documentation](/chef_install_script/).
18
18
19
19
## License
20
20
21
-
You must use a license ID to download packages and review metadata with this API.
21
+
To download packages and review metadata with this API, you need a license ID.
22
22
23
-
You can get your license ID from the [Chef Downloads portal](https://chef.io/downloads),
24
-
or [contact Chef](https://www.chef.io/contact-us) if you don't already have one.
23
+
You can get your license ID from the [Chef Downloads portal](https://chef.io/downloads), or [contact Chef](https://www.chef.io/contact-us) if you don't have one.
25
24
26
-
See [Chef's licensing documentation]({{< relref "licensing" >}}) for more information on the Chef license.
25
+
For more information, see [Chef's licensing documentation]({{< relref "licensing" >}}).
27
26
28
27
## Endpoints
29
28
@@ -38,50 +37,49 @@ The Chef Commercial Download API has the following endpoints:
38
37
-`/metadata`
39
38
-`/download`
40
39
41
-
See the [parameters section](#parameters) below to understand the query strings used in the following endpoint descriptions.
40
+
For details about query strings, see the [parameters section](#parameters).
42
41
43
42
### architectures
44
43
45
-
The `architectures` endpoint returns a valid list of architecture that Chef products are built for.
46
-
Any of these architectures can be used in the `m`[query string](#parameters) value in various endpoints below.
44
+
The `architectures` endpoint returns a list of valid architectures for Chef products. You can use any of these architectures as the `m`[query string](#parameters) value in the endpoints below.
The `platforms` endpoint returns a list of valid platform keys along with full friendly names. Any of these platform keys can be used in the `p`[query string](#parameters) value in various endpoints below.
52
+
The `platforms` endpoint returns a list of valid platform keys and friendly names. You can use any of these platform keys as the `p`[query string](#parameters) value in the endpoints below.
55
53
56
54
```plain
57
55
https://chefdownload-commercial.chef.io/platforms
58
56
```
59
57
60
58
### products
61
59
62
-
The `products` endpoint returns a list of valid product keys. In the following endpoints, you can replace the `<PRODUCT>`string with a product key in the response of this endpoint.
60
+
The `products` endpoint returns a list of valid product keys. In the endpoints below, replace `<PRODUCT>` with a product key from this response.
0 commit comments