blob: 7d887b526574a6c3f1401a69b1a217b9379256e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
.. _vyos.rest.vyos_httpapi:
**************
vyos.rest.vyos
**************
**VyOS REST API**
.. contents::
:local:
:depth: 1
Synopsis
--------
- HTTPAPI plugin for interacting with VyOS REST API.
Parameters
----------
.. raw:: html
<table border=0 cellpadding=0 class="documentation-table">
<tr>
<th colspan="1">Parameter</th>
<th>Choices/<font color="blue">Defaults</font></th>
<th>Configuration</th>
<th width="100%">Comments</th>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>api_key</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
</td>
<td>
</td>
<td>
<div> ini entries:
<p>[httpapi]<br>api_key = VALUE</p>
</div>
<div>env:ANSIBLE_HTTPAPI_API_KEY</div>
<div>var: ansible_httpapi_api_key</div>
</td>
<td>
<div>VyOS API key</div>
</td>
</tr>
</table>
<br/>
Status
------
Authors
~~~~~~~
- Evgeny Molotkov (@eomnom62)
.. hint::
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.
|