-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathget.extras.custom_field_choice_sets.choices.yaml
35 lines (35 loc) · 1.38 KB
/
get.extras.custom_field_choice_sets.choices.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: "Provides an endpoint to iterate through each choice in a set."
enabled: true
entry_point: run.py
name: get.extras.custom_field_choice_sets.choices
parameters:
endpoint_uri:
default: "/extras/custom-field-choice-sets/{{ id }}/choices/"
immutable: true
type: string
http_verb:
default: get
immutable: true
type: string
get_detail_route_eligible:
default: false
immutable: true
type: boolean
id:
required: true
type: integer
description: "ID of the object."
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