Skip to content

Commit 07a5e3b

Browse files
authored
Merge pull request #47 from StackStorm-Exchange/dev
Updated spec as per v3.7.3
2 parents d43c734 + bf633a8 commit 07a5e3b

18 files changed

+51
-7
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.4.1
4+
5+
- Updated spec as per v3.7.3
6+
37
## 3.4.0
48

59
- Updated spec as per v3.7.1

actions/get.dcim.platforms.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ parameters:
1717
default: true
1818
immutable: true
1919
type: boolean
20+
available_for_device_type:
21+
required: false
22+
type: string
23+
description: "Available_for_device_type"
2024
config_template_id:
2125
required: false
2226
type: array

actions/patch.core.data_sources.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ parameters:
4949
required: false
5050
type: string
5151
description: "Patterns (one per line) matching files to ignore when syncing"
52+
custom_fields:
53+
required: false
54+
type: object
55+
description: "Custom fields"
5256
id:
5357
required: true
5458
type: integer

actions/patch.ipam.ip_ranges.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ parameters:
6464
mark_utilized:
6565
required: false
6666
type: boolean
67-
description: "Treat as 100% utilized"
67+
description: "Treat as fully utilized"
6868
id:
6969
required: true
7070
type: integer

actions/patch.ipam.prefixes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ parameters:
5757
mark_utilized:
5858
required: false
5959
type: boolean
60-
description: "Treat as 100% utilized"
60+
description: "Treat as fully utilized"
6161
description:
6262
required: false
6363
type: string

actions/patch.users.users.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ parameters:
4949
required: false
5050
type: string
5151
description: "Date joined"
52+
last_login:
53+
required: false
54+
type: string
55+
description: "Last login"
5256
groups:
5357
required: false
5458
type: array

actions/patch.virtualization.virtual_machines.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ parameters:
8282
required: false
8383
type: string
8484
description: "Comments"
85+
config_template:
86+
required: false
87+
type: integer
88+
description: "Config template"
8589
local_context_data:
8690
required: false
8791
type: object

actions/post.core.data_sources.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@ parameters:
4949
required: false
5050
type: string
5151
description: "Patterns (one per line) matching files to ignore when syncing"
52+
custom_fields:
53+
required: false
54+
type: object
55+
description: "Custom fields"
5256
runner_type: python-script

actions/post.ipam.ip_ranges.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ parameters:
6464
mark_utilized:
6565
required: false
6666
type: boolean
67-
description: "Treat as 100% utilized"
67+
description: "Treat as fully utilized"
6868
runner_type: python-script

actions/post.ipam.prefixes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ parameters:
5757
mark_utilized:
5858
required: false
5959
type: boolean
60-
description: "Treat as 100% utilized"
60+
description: "Treat as fully utilized"
6161
description:
6262
required: false
6363
type: string

0 commit comments

Comments
 (0)