-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathget.ipam.vlan_groups.available_vlans.yaml
35 lines (35 loc) · 1.31 KB
/
get.ipam.vlan_groups.available_vlans.yaml
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
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Get a VLAN object."
enabled: true
entry_point: run.py
name: get.ipam.vlan_groups.available_vlans
parameters:
endpoint_uri:
default: "/ipam/vlan-groups/{{ id }}/available-vlans/"
immutable: true
type: string
http_verb:
default: get
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
id:
required: false
type: integer
description: "Id"
save_in_key_store:
type: boolean
default: false
description: Save the result of the action as a json object in the st2 key store. Used when the expected result from Netbox is very large and the result will be piped to another action. You must also specify a save_in_key_store_keyname and an optional save_in_key_store_ttl.
save_in_key_store_key_name:
type: string
description: Name of the key to store the json result value in the st2 key store. Must be used with save_in_key_store and optionally save_in_key_store_ttl.
save_in_key_store_ttl:
type: integer
default: 60
description: TTL (seconds) of the saved json result in the st2 key store. Defaults to 60 seconds. Must be used with save_in_key_store and save_in_key_store_key_name.
runner_type: python-script