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: landscape/explanation/glossary/distribution.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,6 @@ The following is a list of example Landscape API methods that need a distributio
9
9
10
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
11
12
-
-**Reporting Methods**: These methods allow you to do reporting on selections of computers. They usually take the distribution as a query parameter. For example, here's how to use the `GetCSVComplianceData` method:
13
-
```shell
14
-
```
15
-
In this case, you reference the distribution by its version number. Read about [reporting API methods](https://ubuntu.com/landscape/docs/api-reporting) for more information.
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.
16
13
17
-
- **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 with either the version number or the code name. Here's an example of the `AddTagsToComputers` method:
The command above references the distribution with the version number. You can modify it to use the code name if you prefer. Read [Computers](https://ubuntu.com/landscape/docs/api-computers) for more information.
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