interface GetScriptsRequest {
    labelContains?: string;
    labelNames?: any;
    limit?: number;
    name?: string;
    offset?: number;
}

Properties

labelContains?: string

A part of the label name. Returns scripts that have a label that contains the specified phrase.

labelNames?: any

A list of label names. Only returns scripts that have all the specified labels. To retrieve a script, each name you pass in labelNames must exactly match the label for a script.

limit?: number

The maximum number of scripts to return. Default is 100.

name?: string

The name of the script.

offset?: number

The offset for pagination. Specifies the number of records to skip in the result.

MMNEPVFCICPMFPCPTTAAATR