Get the script list
no_data (bool
) – Set to True to remove script data from output.
List of every scripts.
ScriptCollection
Return a script.
script_id (uuid
) – UUID of the script to filter on.
Script
Create pyscripts script.
script_data (Script
) – Informations about the script to create.
Script
Update pyscripts script.
script_id (uuid
) – UUID of the script to update.
script_data (Script
) – Script data to update.
Script
Delete the script.
script_id (uuid
) – UUID of the script to delete.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.