-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpost.vpn.ipsec_policies.yaml
73 lines (72 loc) · 1.48 KB
/
post.vpn.ipsec_policies.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
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
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 4.0
description: "Post a list of IPSec policy objects."
enabled: true
entry_point: run.py
name: post.vpn.ipsec_policies
parameters:
endpoint_uri:
default: "/vpn/ipsec-policies/"
immutable: true
type: string
http_verb:
default: post
immutable: true
type: string
get_detail_route_eligible:
default: true
immutable: true
type: boolean
name:
required: false
type: string
description: "Name"
description:
required: false
type: string
description: "Description"
proposals:
required: false
type: array
description: "Proposals"
pfs_group:
required: false
type: integer
description: "Diffie-Hellman group for Perfect Forward Secrecy
* `1` - Group 1
* `2` - Group 2
* `5` - Group 5
* `14` - Group 14
* `15` - Group 15
* `16` - Group 16
* `17` - Group 17
* `18` - Group 18
* `19` - Group 19
* `20` - Group 20
* `21` - Group 21
* `22` - Group 22
* `23` - Group 23
* `24` - Group 24
* `25` - Group 25
* `26` - Group 26
* `27` - Group 27
* `28` - Group 28
* `29` - Group 29
* `30` - Group 30
* `31` - Group 31
* `32` - Group 32
* `33` - Group 33
* `34` - Group 34"
comments:
required: false
type: string
description: "Comments"
tags:
required: false
type: array
description: "Array of tag strings"
custom_fields:
required: false
type: object
description: "Custom fields"
runner_type: python-script