Get the script list
no_data (bool
) – Set to True to remove script data from output.
List of every scripts.
Return a script.
script_id (uuid
) – UUID of the script to filter on.
Create pyscripts script.
Update pyscripts script.
Delete the script.
script_id (uuid
) – UUID of the script to delete.
Type describing a script.
Data samples:
{
"checksum": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e",
"data": "return 0",
"name": "policy1",
"script_id": "bc05108d-f515-4984-8077-de319cbf35aa"
}
b'<value>\n <script_id>bc05108d-f515-4984-8077-de319cbf35aa</script_id>\n <name>policy1</name>\n <data>return 0</data>\n <checksum>cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e</checksum>\n</value>'
Checksum of the script data.
Data of the script.
Name of the script.
UUID of the script.
Type describing a list of scripts.
Data samples:
{
"scripts": [
{
"checksum": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e",
"data": "return 0",
"name": "policy1",
"script_id": "bc05108d-f515-4984-8077-de319cbf35aa"
}
]
}
b'<value>\n <scripts>\n <item>\n <script_id>bc05108d-f515-4984-8077-de319cbf35aa</script_id>\n <name>policy1</name>\n <data>return 0</data>\n <checksum>cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e</checksum>\n </item>\n </scripts>\n</value>'
List of scripts.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.