Skip to content

Commit e4ac217

Browse files
authored
Merge pull request #68 from ade555/landscape/distribution
Fix for issue #49
2 parents 27bebd6 + 5e03fc4 commit e4ac217

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Distribution
2+
3+
In Landscape, a **distribution** refers to the Ubuntu operating system. There are different ways to refer to the distribution depending on your use case.
4+
5+
There are some Landscape API methods and web portal features that require you to provide the distribution. For example, distributions are important if you want to mirror repositories via the web portal or API. For more information, see an [explanation of repository mirroring](https://ubuntu.com/landscape/docs/explanation-about-repository-mirroring).
6+
7+
## Example API methods that require a distribution
8+
The following is a list of example Landscape API methods that need a distribution:
9+
10+
- **Repositories**: These methods allow you to manage different repositories. For more information, see the [repository methods](https://ubuntu.com/landscape/docs/api-repositories)
11+
12+
- **Reporting Methods**: These methods allow you to do reporting on selections of computers. They usually take the distribution as a query parameter. Read about [reporting API methods](https://ubuntu.com/landscape/docs/api-reporting) for more information.
13+
14+
- **Computers**: The methods under Computers help you retrieve computers and do basic operations such as tagging on them. With these methods, you can reference the distribution by using either the version number or the code name. Read [about Computers](https://ubuntu.com/landscape/docs/api-computers) to learn how you can implement this method.

0 commit comments

Comments
 (0)