Skip to content

Commit

Permalink
Merge pull request #47 from StackStorm-Exchange/dev
Browse files Browse the repository at this point in the history
Updated spec as per v3.7.3
  • Loading branch information
nzlosh authored Feb 22, 2024
2 parents d43c734 + bf633a8 commit 07a5e3b
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.4.1

- Updated spec as per v3.7.3

## 3.4.0

- Updated spec as per v3.7.1
Expand Down
4 changes: 4 additions & 0 deletions actions/get.dcim.platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ parameters:
default: true
immutable: true
type: boolean
available_for_device_type:
required: false
type: string
description: "Available_for_device_type"
config_template_id:
required: false
type: array
Expand Down
4 changes: 4 additions & 0 deletions actions/patch.core.data_sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ parameters:
required: false
type: string
description: "Patterns (one per line) matching files to ignore when syncing"
custom_fields:
required: false
type: object
description: "Custom fields"
id:
required: true
type: integer
Expand Down
2 changes: 1 addition & 1 deletion actions/patch.ipam.ip_ranges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ parameters:
mark_utilized:
required: false
type: boolean
description: "Treat as 100% utilized"
description: "Treat as fully utilized"
id:
required: true
type: integer
Expand Down
2 changes: 1 addition & 1 deletion actions/patch.ipam.prefixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parameters:
mark_utilized:
required: false
type: boolean
description: "Treat as 100% utilized"
description: "Treat as fully utilized"
description:
required: false
type: string
Expand Down
4 changes: 4 additions & 0 deletions actions/patch.users.users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ parameters:
required: false
type: string
description: "Date joined"
last_login:
required: false
type: string
description: "Last login"
groups:
required: false
type: array
Expand Down
4 changes: 4 additions & 0 deletions actions/patch.virtualization.virtual_machines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ parameters:
required: false
type: string
description: "Comments"
config_template:
required: false
type: integer
description: "Config template"
local_context_data:
required: false
type: object
Expand Down
4 changes: 4 additions & 0 deletions actions/post.core.data_sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ parameters:
required: false
type: string
description: "Patterns (one per line) matching files to ignore when syncing"
custom_fields:
required: false
type: object
description: "Custom fields"
runner_type: python-script
2 changes: 1 addition & 1 deletion actions/post.ipam.ip_ranges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ parameters:
mark_utilized:
required: false
type: boolean
description: "Treat as 100% utilized"
description: "Treat as fully utilized"
runner_type: python-script
2 changes: 1 addition & 1 deletion actions/post.ipam.prefixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parameters:
mark_utilized:
required: false
type: boolean
description: "Treat as 100% utilized"
description: "Treat as fully utilized"
description:
required: false
type: string
Expand Down
4 changes: 4 additions & 0 deletions actions/post.users.users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ parameters:
required: false
type: string
description: "Date joined"
last_login:
required: false
type: string
description: "Last login"
groups:
required: false
type: array
Expand Down
4 changes: 4 additions & 0 deletions actions/post.virtualization.virtual_machines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ parameters:
required: false
type: string
description: "Comments"
config_template:
required: false
type: integer
description: "Config template"
local_context_data:
required: false
type: object
Expand Down
4 changes: 4 additions & 0 deletions actions/put.core.data_sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ parameters:
required: false
type: string
description: "Patterns (one per line) matching files to ignore when syncing"
custom_fields:
required: false
type: object
description: "Custom fields"
id:
required: true
type: integer
Expand Down
2 changes: 1 addition & 1 deletion actions/put.ipam.ip_ranges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ parameters:
mark_utilized:
required: false
type: boolean
description: "Treat as 100% utilized"
description: "Treat as fully utilized"
id:
required: true
type: integer
Expand Down
2 changes: 1 addition & 1 deletion actions/put.ipam.prefixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parameters:
mark_utilized:
required: false
type: boolean
description: "Treat as 100% utilized"
description: "Treat as fully utilized"
description:
required: false
type: string
Expand Down
4 changes: 4 additions & 0 deletions actions/put.users.users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ parameters:
required: false
type: string
description: "Date joined"
last_login:
required: false
type: string
description: "Last login"
groups:
required: false
type: array
Expand Down
4 changes: 4 additions & 0 deletions actions/put.virtualization.virtual_machines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ parameters:
required: false
type: string
description: "Comments"
config_template:
required: false
type: integer
description: "Config template"
local_context_data:
required: false
type: object
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- networking
- ipam
- dcim
version: 3.4.0
version: 3.4.1
python_versions:
- "3"
author: John Anderson, Jefferson White
Expand Down

0 comments on commit 07a5e3b

Please sign in to comment.