Function script_vars

Source
pub fn script_vars(
    service: &ZapService,
    scriptname: String,
) -> Result<Value, ZapApiError>
Expand description

Gets all the variables (key/value pairs) of the given script. Returns an API error (DOES_NOT_EXIST) if no script with the given name exists.