LoadTestRunListTestRunsQueryParamProperties interface

Proprietà

createdByTypes

Elenco separato da virgole del tipo di entità che hanno creato l'esecuzione del test.

executionFrom

Start DateTime(RFC 3339 literal format) of test-run execution time filter range .

executionTo

End DateTime(RFC 3339 literal format) of test-run execution time filter range.End DateTime(RFC 3339 literal format) of test-run execution time filter range.

maxpagesize

Numero di risultati in risposta.

orderby

Ordinare i campi supportati nel formato (field asc/desc). es: createDateTime, asc. Campi supportati - createdDateTime, executedDateTime (legacy)

search

Ricerca basata su prefisso, con distinzione tra maiuscole e minuscole nei campi ricercabili: descrizione, eseguitaUser. Ad esempio, per cercare un'esecuzione di test, con descrizione 500 VU, il parametro di ricerca può essere 500.

status

Elenco delimitato da virgole dello stato di esecuzione dei test.

testId

Nome univoco di un test di carico esistente.

testIds

Elenco delimitato da virgole degli ID di test. Se si utilizza testIds, non inviare un valore per testId.

Dettagli proprietà

createdByTypes

Elenco separato da virgole del tipo di entità che hanno creato l'esecuzione del test.

createdByTypes?: string[] | LoadTestRunListTestRunsCreatedByTypesQueryParam

Valore della proprietà

executionFrom

Start DateTime(RFC 3339 literal format) of test-run execution time filter range .

executionFrom?: string | Date

Valore della proprietà

string | Date

executionTo

End DateTime(RFC 3339 literal format) of test-run execution time filter range.End DateTime(RFC 3339 literal format) of test-run execution time filter range.

executionTo?: string | Date

Valore della proprietà

string | Date

maxpagesize

Numero di risultati in risposta.

maxpagesize?: number

Valore della proprietà

number

orderby

Ordinare i campi supportati nel formato (field asc/desc). es: createDateTime, asc. Campi supportati - createdDateTime, executedDateTime (legacy)

orderby?: string

Valore della proprietà

string

Ricerca basata su prefisso, con distinzione tra maiuscole e minuscole nei campi ricercabili: descrizione, eseguitaUser. Ad esempio, per cercare un'esecuzione di test, con descrizione 500 VU, il parametro di ricerca può essere 500.

search?: string

Valore della proprietà

string

status

Elenco delimitato da virgole dello stato di esecuzione dei test.

status?: string

Valore della proprietà

string

testId

Nome univoco di un test di carico esistente.

testId?: string

Valore della proprietà

string

testIds

Elenco delimitato da virgole degli ID di test. Se si utilizza testIds, non inviare un valore per testId.

testIds?: string[] | LoadTestRunListTestRunsTestIdsQueryParam

Valore della proprietà