Skip to content

Commit f06c537

Browse files
Update Index (GHA)
1 parent 3a5a097 commit f06c537

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

v1/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"generated_ts": 1770299420,
3+
"generated_ts": 1770309407,
44
"hash": "62b7f35c9bd5ad19c530fb979b0b43ef"
55
},
66
"packs": {

v1/packs/cisco_ise/actions/pxgrid_node.get_by_name.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Retrieve Pxgrid Node by name",
2+
"description": "Delete the Pxgrid Node by name",
33
"enabled": true,
44
"entry_point": "action.py",
55
"name": "pxgrid_node.get_by_name",
@@ -29,8 +29,8 @@
2929
"type": "string"
3030
},
3131
"http_method": {
32-
"default": "GET",
33-
"description": "the HTTP Method to be used for this action",
32+
"default": "DELETE",
33+
"description": "The HTTP Method used for this action",
3434
"immutable": true,
3535
"required": true,
3636
"type": "string"

v1/packs/dimensiondata/actions/delete_vlan.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"description": "Get a VLAN",
2+
"description": "Delete a VLAN",
33
"enabled": true,
4-
"entry_point": "delete_vlan.py",
4+
"entry_point": "run_compute.py",
55
"name": "delete_vlan",
66
"parameters": {
77
"action": {

0 commit comments

Comments
 (0)