Get the script list
Parameters: |
|
---|---|
Return: | List of every scripts. |
Return type: |
Return a script.
Parameters: |
|
---|---|
Return type: |
Create pyscripts script.
Parameters: |
|
---|---|
Return type: |
Update pyscripts script.
Parameters: |
|
---|---|
Return type: |
Delete the script.
Parameters: |
|
---|
Type describing a script.
Data samples:
{
"checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"data": "return 0",
"name": "policy1",
"script_id": "bc05108d-f515-4984-8077-de319cbf35aa"
}
<value>
<script_id>bc05108d-f515-4984-8077-de319cbf35aa</script_id>
<name>policy1</name>
<data>return 0</data>
<checksum>da39a3ee5e6b4b0d3255bfef95601890afd80709</checksum>
</value>
Type: | unicode |
---|
Checksum of the script data.
Type: | unicode |
---|
Data of the script.
Type: | unicode |
---|
Name of the script.
Type: | uuid |
---|
UUID of the script.
Type describing a list of scripts.
Data samples:
{
"scripts": [
{
"checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"data": "return 0",
"name": "policy1",
"script_id": "bc05108d-f515-4984-8077-de319cbf35aa"
}
]
}
<value>
<scripts>
<item>
<script_id>bc05108d-f515-4984-8077-de319cbf35aa</script_id>
<name>policy1</name>
<data>return 0</data>
<checksum>da39a3ee5e6b4b0d3255bfef95601890afd80709</checksum>
</item>
</scripts>
</value>
Type: | list(Script) |
---|
List of scripts.