-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new `e` command that enables us to run the DataPower `exec` command that calls and runs a configuration script.
- Loading branch information
1 parent
d641bd9
commit bf00bcc
Showing
13 changed files
with
257 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"_links": { | ||
"self": { | ||
"href": "/mgmt/actionqueue/tmp" | ||
} | ||
}, | ||
"error": [ | ||
"Bad request.", | ||
"Unable to execute local:/config-err.cfg - must be text file.", | ||
" exec config:/matko23.cfg" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> | ||
<env:Body> | ||
<dp:response xmlns:dp="http://www.datapower.com/schemas/management"> | ||
<dp:timestamp>2023-05-17T05:07:12-04:00</dp:timestamp> | ||
<dp:result> | ||
<error-log> | ||
<dp:log-event level="error">Unable to execute local:/config-err.cfg - must be text file.</dp:log-event> | ||
</error-log> | ||
</dp:result> | ||
</dp:response> | ||
</env:Body> | ||
</env:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"_links": { | ||
"self": { | ||
"href": "/mgmt/actionqueue/tmp" | ||
}, | ||
"doc": { | ||
"href": "/mgmt/docs/actionqueue" | ||
} | ||
}, | ||
"ExecConfig": "Operation completed.", | ||
"script-log": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> | ||
<env:Body> | ||
<dp:response xmlns:dp="http://www.datapower.com/schemas/management"> | ||
<dp:timestamp>2023-05-17T05:07:29-04:00</dp:timestamp> | ||
<dp:result>OK</dp:result> | ||
</dp:response> | ||
</env:Body> | ||
</env:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters