Udostępnij przez


Waaila (wersja zapoznawcza)

Waaila to kompleksowa aplikacja do automatycznego monitorowania jakości danych, obsługiwana przez globalną społeczność setek analityków. Pomaga to zapobiec katastrofalnym scenariuszom spowodowanym niską jakością i pomiarem danych.

Ten łącznik jest dostępny w następujących produktach i regionach:

Usługa Class Regions
Copilot Studio Premium Wszystkie regiony usługi Power Automate z wyjątkiem następujących:
     - Rząd USA (GCC)
     - Rząd USA (GCC High)
     - China Cloud obsługiwane przez firmę 21Vianet
     - Departament Obrony USA (DoD)
Logic Apps Standard Wszystkie regiony usługi Logic Apps z wyjątkiem następujących:
     — Regiony platformy Azure Government
     — Regiony platformy Azure (Chiny)
     - Departament Obrony USA (DoD)
Power Apps Premium Wszystkie regiony usługi Power Apps z wyjątkiem następujących:
     - Rząd USA (GCC)
     - Rząd USA (GCC High)
     - China Cloud obsługiwane przez firmę 21Vianet
     - Departament Obrony USA (DoD)
Power Automate Premium Wszystkie regiony usługi Power Automate z wyjątkiem następujących:
     - Rząd USA (GCC)
     - Rząd USA (GCC High)
     - China Cloud obsługiwane przez firmę 21Vianet
     - Departament Obrony USA (DoD)
Kontakt
Name Obsługa aplikacji Waaila
adres URL https://waaila.com/en/about
Email support@waaila.com
Metadane łącznika
Publisher Cross Masters s.r.o.
Witryna internetowa https://waaila.com
Zasady ochrony prywatności https://waaila.com/en/privacy-policy
Kategorie AI; Marketing

Wymagania wstępne

Musisz mieć jeden z planów Waaila Premium, aby w pełni wykorzystać wszystkie funkcje łącznika.

Jak uzyskać poświadczenia

Aby użyć tego łącznika, musisz uzyskać klucz interfejsu API i wiadomość e-mail używaną do logowania się w usłudze Waaila. Jeśli jesteś użytkownikiem premium Waaila, możesz znaleźć obie wartości w aplikacji internetowej Waaila w menu rozwijanym użytkownika. Najpierw musisz aktywować klucz. Pamiętaj, że jeśli klucz interfejsu API został już aktywowany, wyłączasz go, aktywując nowy.

Wprowadzenie do łącznika

Zawsze musisz najpierw użyć akcji GetToken . Klucz interfejsu API Waaila należy wypełnić jako code parametr i adres e-mail jako email parametr. Ta akcja zwraca code wartość. Ta wartość to token, który będzie używany we wszystkich pozostałych akcjach do uwierzytelniania. Aby to zrobić, należy wypełnić Wauth parametr tą wartością: " Token-value elementu nośnego".

Masz dwie inne akcje, których można użyć.

GetDepots: użyj tego polecenia, aby uzyskać podsumowanie wszystkich magazynów Waaila. Zapewnia to wszystkie informacje o poszczególnych magazynach, dołączonych zestawach testów, źródłach danych i najnowszych testach restults.

GetTestsuite: użyj tej funkcji, aby uzyskać bardziej szczegółowe informacje na temat poszczególnych zestawów testów. Uzyskasz najbardziej aktualne wyniki testu, informacje o źródłach danych i szczegółowe informacje o wszystkich dołączonych testach.

Znane problemy i ograniczenia

Aby użyć tego łącznika, musisz mieć prawidłowe poświadczenia. W tej chwili możliwe jest tylko odczytywanie danych z Waaila i nie wyzwalanie testów.

Często zadawane pytania

Co to jest Waaila i gdzie mogę znaleźć więcej informacji?

Waaila to kompleksowa aplikacja do automatycznego monitorowania jakości danych, obsługiwana przez globalną społeczność setek analityków. Składa się z bezpłatnej aplikacji internetowej i dodatkowych narzędzi w warstwie Premium w celu zapewnienia jeszcze większej automatyzacji. Więcej informacji można znaleźć na stronie internetowej Waaila. Lub po prostu zacząć korzystać z Waaila bezpłatnie tutaj.

Czy istnieje więcej dokumentacji?

Rozważ sprawdzenie naszej oficjalnej dokumentacji.

Potrzebuję pomocy dotyczącej implementacji łącznika. Czy mogę się z tobą skontaktować?

Oczywiście po prostu wyślij nam wiadomość pod adresem support@waaila.com.

Co należy zrobić w przypadku problemów?

Wyślij nam wiadomość pod adresem support@waaila.com.

Czy udostępniasz inne narzędzia platformy Power Platform?

Opracowujemy aplikację Waaila Power App i będziemy tu zawierać więcej informacji, gdy wszystko będzie gotowe do wdrożenia.

Kto rozwija Waaila?

Waaila jest zależna od globalnej społeczności analityków do tworzenia kompleksowych testów jakości danych. Opracowywanie aplikacji internetowej Waaila, łącznika platformy Power Platform, rozszerzenia przeglądarki Tracking Validator i dodatkowe usługi Premium są udostępniane przez cross masters.

Limity ograniczania

Nazwa Wywołania Okres odnowienia
Wywołania interfejsu API na połączenie 100 60 sekund

Akcje

Pobieranie listy magazynów

Zwraca listę wszystkich magazynów Waaila dla użytkownika.

Uzyskiwanie szczegółów aplikacji testowej

Zwraca szczegóły aplikacji Testsuite w ramach określonego magazynu.

Uzyskiwanie tokenu dostępu

Zwraca token dostępu, aby autoryzować inne akcje łącznika. Użyj tego tokenu jako wartości "Wauth".

Pobieranie listy magazynów

Zwraca listę wszystkich magazynów Waaila dla użytkownika.

Parametry

Nazwa Klucz Wymagane Typ Opis
Token dostępu
Wauth True string

Token dostępu. Wartość musi zaczynać się od elementu "Bearer".

Zwraca

Nazwa Ścieżka Typ Opis
array of object
nazwa
name string

nazwa

opis
description string

opis

testsuites
testsuites array of object

testsuites

nazwa_niestandardowa
testsuites.customName string

nazwa_niestandardowa

results
testsuites.results array of object

results

maxScore
testsuites.results.maxScore integer

maxScore

wynik
testsuites.results.score integer

wynik

testowanyat
testsuites.results.testedAt string

testowanyat

testsError
testsuites.results.testsError integer

testsError

testyFailed
testsuites.results.testsFailed integer

testyFailed

testPassed
testsuites.results.testsPassed integer

testPassed

testsInfo
testsuites.results.testsInfo integer

testsInfo

testsTotal
testsuites.results.testsTotal integer

testsTotal

testyUnresolved
testsuites.results.testsUnresolved integer

testyUnresolved

testyWarning
testsuites.results.testsWarning integer

testyWarning

execType
testsuites.results.execType string

execType

execBatch
testsuites.results.execBatch string

execBatch

createdAt
testsuites.results.createdAt date-time

createdAt

przewodnik
testsuites.results.guid string

przewodnik

kod
testsuites.datasource.code string

kod

klucz
testsuites.datasource.key string

klucz

providerCode
testsuites.datasource.providerCode string

providerCode

identyfikator
testsuites.datasource.identifier string

identyfikator

googleId
testsuites.datasource.account.authentication.googleId string

googleId

accessToken
testsuites.datasource.account.authentication.accessToken string

accessToken

accessTokenExpirationDate
testsuites.datasource.account.authentication.accessTokenExpirationDate string

accessTokenExpirationDate

Authorization
testsuites.datasource.account.authentication.headers.Authorization string

Authorization

x-api-key
testsuites.datasource.account.authentication.headers.x-api-key string

x-api-key

accountName
testsuites.datasource.account.authentication.accountName string

accountName

Typ uwierzytelniania
testsuites.datasource.account.authentication.authenticationType string

Typ uwierzytelniania

zakresy
testsuites.datasource.account.authentication.scopes array of

zakresy

klucz tajny
testsuites.datasource.account.authentication.secret string

klucz tajny

nazwa
testsuites.datasource.account.name string

nazwa

stan
testsuites.datasource.account.status string

stan

authorizedAt
testsuites.datasource.account.authorizedAt string

authorizedAt

etag
testsuites.datasource.account.etag string

etag

modifiedAt
testsuites.datasource.account.modifiedAt string

modifiedAt

createdAt
testsuites.datasource.account.createdAt string

createdAt

przewodnik
testsuites.datasource.account.guid string

przewodnik

accountId
testsuites.datasource.accountId string

accountId

etag
testsuites.datasource.etag string

etag

modifiedAt
testsuites.datasource.modifiedAt string

modifiedAt

createdAt
testsuites.datasource.createdAt string

createdAt

przewodnik
testsuites.datasource.guid string

przewodnik

datasourceId
testsuites.datasourceId string

datasourceId

nazwa
testsuites.name string

nazwa

opis
testsuites.description string

opis

Testy
testsuites.tests string

Testy

providerCode
testsuites.providerCode string

providerCode

testCount
testsuites.testsCount integer

testCount

wersja
testsuites.version string

wersja

lista tagów
testsuites.taglist array of

lista tagów

etag
testsuites.etag string

etag

modifiedAt
testsuites.modifiedAt string

modifiedAt

createdAt
testsuites.createdAt string

createdAt

przewodnik
testsuites.guid string

przewodnik

etag
etag string

etag

modifiedAt
modifiedAt string

modifiedAt

createdAt
createdAt string

createdAt

przewodnik
guid string

przewodnik

Uzyskiwanie szczegółów aplikacji testowej

Zwraca szczegóły aplikacji Testsuite w ramach określonego magazynu.

Parametry

Nazwa Klucz Wymagane Typ Opis
Identyfikator magazynu
depot True string

Określanie identyfikatora magazynu

Identyfikator aplikacji testowej
testsuite True string

Określanie identyfikatora aplikacji testowej

Token dostępu
Wauth True string

Token dostępu. Wartość musi zaczynać się od elementu "Bearer".

Zwraca

Nazwa Ścieżka Typ Opis
nazwa_niestandardowa
customName string

nazwa_niestandardowa

results
results array of object

results

maxScore
results.maxScore integer

maxScore

wynik
results.score integer

wynik

testowanyat
results.testedAt string

testowanyat

testsError
results.testsError integer

testsError

testyFailed
results.testsFailed integer

testyFailed

testPassed
results.testsPassed integer

testPassed

testsInfo
results.testsInfo integer

testsInfo

testsTotal
results.testsTotal integer

testsTotal

testyUnresolved
results.testsUnresolved integer

testyUnresolved

testyWarning
results.testsWarning integer

testyWarning

execType
results.execType string

execType

execBatch
results.execBatch string

execBatch

createdAt
results.createdAt string

createdAt

przewodnik
results.guid string

przewodnik

kod
datasource.code string

kod

klucz
datasource.key string

klucz

providerCode
datasource.providerCode string

providerCode

identyfikator
datasource.identifier string

identyfikator

googleId
datasource.account.authentication.googleId string

googleId

accessToken
datasource.account.authentication.accessToken string

accessToken

accessTokenExpirationDate
datasource.account.authentication.accessTokenExpirationDate string

accessTokenExpirationDate

Authorization
datasource.account.authentication.headers.Authorization string

Authorization

accountName
datasource.account.authentication.accountName string

accountName

Typ uwierzytelniania
datasource.account.authentication.authenticationType string

Typ uwierzytelniania

zakresy
datasource.account.authentication.scopes array of string

zakresy

nazwa
datasource.account.name string

nazwa

stan
datasource.account.status string

stan

authorizedAt
datasource.account.authorizedAt string

authorizedAt

etag
datasource.account.etag string

etag

modifiedAt
datasource.account.modifiedAt string

modifiedAt

createdAt
datasource.account.createdAt string

createdAt

przewodnik
datasource.account.guid string

przewodnik

accountId
datasource.accountId string

accountId

etag
datasource.etag string

etag

modifiedAt
datasource.modifiedAt string

modifiedAt

createdAt
datasource.createdAt string

createdAt

przewodnik
datasource.guid string

przewodnik

datasourceId
datasourceId string

datasourceId

nazwa
name string

nazwa

opis
description string

opis

Testy
tests array of object

Testy

maxScore
tests.maxScore integer

maxScore

testowanyat
tests.testedAt string

testowanyat

nazwa
tests.name string

nazwa

queryLogic
tests.queryLogic string

queryLogic

testType (typ testu)
tests.testType string

testType (typ testu)

wersja
tests.version integer

wersja

testLogic
tests.testLogic string

testLogic

kod
tests.code string

kod

opis
tests.description string

opis

język
tests.lang string

język

sourceTestsetId
tests.sourceTestsetId string

sourceTestsetId

sourceTestId
tests.sourceTestId string

sourceTestId

tests.🇸ourceLibraryId string

sourceLibraryId

tests.sourceVersion integer

Wersja źródłowa

sourceUpdated
tests.sourceUpdated boolean

sourceUpdated

etag
tests.etag string

etag

modifiedAt
tests.modifiedAt string

modifiedAt

createdAt
tests.createdAt string

createdAt

przewodnik
tests.guid string

przewodnik

providerCode
providerCode string

providerCode

testCount
testsCount integer

testCount

wersja
version string

wersja

lista tagów
taglist array of

lista tagów

etag
etag string

etag

modifiedAt
modifiedAt string

modifiedAt

createdAt
createdAt string

createdAt

przewodnik
guid string

przewodnik

Uzyskiwanie tokenu dostępu

Zwraca token dostępu, aby autoryzować inne akcje łącznika. Użyj tego tokenu jako wartości "Wauth".

Parametry

Nazwa Klucz Wymagane Typ Opis
kod
code True string

Kod interfejsu API użytkownika wygenerowany w aplikacji internetowej Waaila.

e-mail
email True string

Adres e-mail używany do uzyskiwania dostępu do aplikacji internetowej Waaila

Zwraca

Nazwa Ścieżka Typ Opis
kod
code string

kod