Waaila (anteprima)
Waaila è un'applicazione completa per il monitoraggio automatico della qualità dei dati, supportata dalla community globale di centinaia di analisti. Consente di evitare scenari disastrosi causati da scarsa qualità e misurazione dei dati.
Questo connettore è disponibile nei prodotti e nelle aree seguenti:
| Servizio | Class | Regions |
|---|---|---|
| Copilot Studio | Di alta qualità | Tutte le aree di Power Automate , ad eccezione delle seguenti: - Governo degli Stati Uniti (GCC) - Us Government (GCC High) - China Cloud gestito da 21Vianet - Dipartimento della Difesa degli Stati Uniti (DoD) |
| App per la logica | Normale | Tutte le aree di App per la logica , ad eccezione delle seguenti: - Aree di Azure per enti pubblici - Aree di Azure Cina - Dipartimento della Difesa degli Stati Uniti (DoD) |
| Power Apps | Di alta qualità | Tutte le aree di Power Apps , ad eccezione dei seguenti: - Governo degli Stati Uniti (GCC) - Us Government (GCC High) - China Cloud gestito da 21Vianet - Dipartimento della Difesa degli Stati Uniti (DoD) |
| Power Automate | Di alta qualità | Tutte le aree di Power Automate , ad eccezione delle seguenti: - Governo degli Stati Uniti (GCC) - Us Government (GCC High) - China Cloud gestito da 21Vianet - Dipartimento della Difesa degli Stati Uniti (DoD) |
| Contatto | |
|---|---|
| Nome | Supporto di Waaila |
| URL | https://waaila.com/en/about |
| support@waaila.com |
| Metadati del connettore | |
|---|---|
| Editore | Cross Masters s.r.o. |
| Sito web | https://waaila.com |
| Informativa sulla privacy | https://waaila.com/en/privacy-policy |
| Categorie | IA; Marketing |
Prerequisiti
È necessario avere uno dei piani Waaila Premium per sfruttare al meglio tutte le funzionalità del connettore.
Come ottenere le credenziali
Per usare questo connettore, è necessario ottenere una chiave API e un messaggio di posta elettronica usato per accedere a Waaila. Se si è un utente Di Waaila Premium, è possibile trovare entrambi i valori nell'applicazione Web Waaila all'interno del menu a discesa dell'utente. È prima necessario attivare la chiave. Tenere presente che se è già stata attivata una chiave API che si sta disabilitando attivandone una nuova.
Introduzione al connettore
È sempre necessario usare prima l'azione GetToken . Compilare la chiave API Waaila come code parametro e il messaggio di posta elettronica come email parametro. Questa azione restituisce un code valore. Questo valore è il token che verrà usato in tutte le azioni rimanenti per l'autenticazione. A tale scopo, è necessario riempire il Wauth parametro con questo valore: "Bearer token-value".
Sono disponibili altre due azioni che è possibile usare.
GetDepots: usare questa opzione per ottenere un riepilogo di tutti i depositi di Waaila. In questo modo vengono fornite tutte le informazioni sui singoli depositi, inclusi i gruppi di test, le origini dati e i risultati dei test più aggiornati.
GetTestsuite: usare questa opzione per ottenere informazioni più dettagliate sui singoli gruppi di test. Si ottengono i risultati dei test più aggiornati, informazioni sulle origini dati e informazioni dettagliate su tutti i test inclusi.
Problemi noti e limitazioni
Per usare questo connettore è necessario disporre di credenziali valide. Al momento è possibile leggere solo i dati da Waaila e non attivare i test.
Domande frequenti
Che cos'è Waaila e dove posso trovare altre informazioni?
Waaila è un'applicazione completa per il monitoraggio automatico della qualità dei dati, supportata dalla community globale di centinaia di analisti. È costituito da un'applicazione Web gratuita e da strumenti Premium aggiuntivi per offrire ancora più automazione. Per altre informazioni, vedere il sito Web di Waaila. In alternativa , è sufficiente iniziare a usare Waaila gratuitamente qui.
Sono disponibili altre informazioni sulla documentazione?
Valutare la possibilità di controllare la documentazione ufficiale.
Serve aiuto per l'implementazione del connettore. Posso contattarti?
Naturalmente, inviaci un messaggio all'indirizzo support@waaila.com.
Cosa devo fare in caso di problemi?
Inviare un messaggio all'indirizzo support@waaila.com.
Sono disponibili altri strumenti di Power Platform?
Stiamo sviluppando un'app di Power Waaila e includeremo altre informazioni qui una volta che è pronto per la distribuzione.
Chi sta sviluppando Waaila?
Waaila dipende da una community globale di analisti per la creazione di test di qualità dei dati completi. Lo sviluppo dell'applicazione Web Waaila, del connettore Power Platform, dell'estensione del browser Tracking Validator e dei servizi Premium aggiuntivi è fornito da Cross Masters.
Limiti per la limitazione delle richieste
| Nome | Chiamate | Periodo di rinnovo |
|---|---|---|
| Chiamate API per connessione | 100 | 60 secondi |
Azioni
| Ottenere i dettagli di Testsuite |
Restituisce i dettagli di Testsuite all'interno di un deposito specificato. |
| Ottenere il token di accesso |
Restituisce un token di accesso per autorizzare altre azioni del connettore. Usare questo token come valore "Wauth". |
| Ottenere l'elenco dei depot |
Restituisce l'elenco di tutti i depot Waaila per l'utente. |
Ottenere i dettagli di Testsuite
Restituisce i dettagli di Testsuite all'interno di un deposito specificato.
Parametri
| Nome | Chiave | Necessario | Tipo | Descrizione |
|---|---|---|---|---|
|
Depot ID
|
depot | True | string |
Specificare l'ID Depot |
|
Testsuite ID
|
testsuite | True | string |
Specificare l'ID testsuite |
|
Token di accesso
|
Wauth | True | string |
Token di accesso. Il valore deve iniziare con 'Bearer'. |
Restituisce
| Nome | Percorso | Tipo | Descrizione |
|---|---|---|---|
|
customName
|
customName | string |
customName |
|
results
|
results | array of object |
results |
|
maxScore
|
results.maxScore | integer |
maxScore |
|
Punteggio
|
results.score | integer |
Punteggio |
|
testAt
|
results.testedAt | string |
testAt |
|
testsError
|
results.testsError | integer |
testsError |
|
testsFailed
|
results.testsFailed | integer |
testsFailed |
|
testsPassed
|
results.testsPassed | integer |
testsPassed |
|
testsInfo
|
results.testsInfo | integer |
testsInfo |
|
testsTotal
|
results.testsTotal | integer |
testsTotal |
|
testUnresolved
|
results.testsUnresolved | integer |
testUnresolved |
|
testsWarning
|
results.testsWarning | integer |
testsWarning |
|
execType
|
results.execType | string |
execType |
|
execBatch
|
results.execBatch | string |
execBatch |
|
createdAt
|
results.createdAt | string |
createdAt |
|
guida
|
results.guid | string |
guida |
|
codice
|
datasource.code | string |
codice |
|
key
|
datasource.key | string |
key |
|
providerCode
|
datasource.providerCode | string |
providerCode |
|
identificatore
|
datasource.identifier | string |
identificatore |
|
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 |
|
tipo di autenticazione
|
datasource.account.authentication.authenticationType | string |
tipo di autenticazione |
|
Ambiti
|
datasource.account.authentication.scopes | array of string |
Ambiti |
|
nome
|
datasource.account.name | string |
nome |
|
status
|
datasource.account.status | string |
status |
|
authorizedAt
|
datasource.account.authorizedAt | string |
authorizedAt |
|
etag
|
datasource.account.etag | string |
etag |
|
modifiedAt
|
datasource.account.modifiedAt | string |
modifiedAt |
|
createdAt
|
datasource.account.createdAt | string |
createdAt |
|
guida
|
datasource.account.guid | string |
guida |
|
accountId
|
datasource.accountId | string |
accountId |
|
etag
|
datasource.etag | string |
etag |
|
modifiedAt
|
datasource.modifiedAt | string |
modifiedAt |
|
createdAt
|
datasource.createdAt | string |
createdAt |
|
guida
|
datasource.guid | string |
guida |
|
datasourceId
|
datasourceId | string |
datasourceId |
|
nome
|
name | string |
nome |
|
descrizione
|
description | string |
descrizione |
|
Test
|
tests | array of object |
Test |
|
maxScore
|
tests.maxScore | integer |
maxScore |
|
testAt
|
tests.testedAt | string |
testAt |
|
nome
|
tests.name | string |
nome |
|
queryLogic
|
tests.queryLogic | string |
queryLogic |
|
testType
|
tests.testType | string |
testType |
|
version
|
tests.version | integer |
version |
|
testLogic
|
tests.testLogic | string |
testLogic |
|
codice
|
tests.code | string |
codice |
|
descrizione
|
tests.description | string |
descrizione |
|
lang
|
tests.lang | string |
lang |
|
sourceTestsetId
|
tests.sourceTestsetId | string |
sourceTestsetId |
|
sourceTestId
|
tests.sourceTestId | string |
sourceTestId |
|
|
tests.🇸ourceLibraryId | string |
sourceLibraryId |
|
|
tests.sourceVersion | integer |
sourceVersion |
|
sourceUpdated
|
tests.sourceUpdated | boolean |
sourceUpdated |
|
etag
|
tests.etag | string |
etag |
|
modifiedAt
|
tests.modifiedAt | string |
modifiedAt |
|
createdAt
|
tests.createdAt | string |
createdAt |
|
guida
|
tests.guid | string |
guida |
|
providerCode
|
providerCode | string |
providerCode |
|
testsCount
|
testsCount | integer |
testsCount |
|
version
|
version | string |
version |
|
taglist
|
taglist | array of |
taglist |
|
etag
|
etag | string |
etag |
|
modifiedAt
|
modifiedAt | string |
modifiedAt |
|
createdAt
|
createdAt | string |
createdAt |
|
guida
|
guid | string |
guida |
Ottenere il token di accesso
Restituisce un token di accesso per autorizzare altre azioni del connettore. Usare questo token come valore "Wauth".
Parametri
| Nome | Chiave | Necessario | Tipo | Descrizione |
|---|---|---|---|---|
|
codice
|
code | True | string |
Codice API utente generato nell'applicazione Web Waaila. |
|
posta elettronica
|
True | string |
Posta elettronica usata per accedere all'applicazione Web Waaila |
Restituisce
| Nome | Percorso | Tipo | Descrizione |
|---|---|---|---|
|
codice
|
code | string |
codice |
Ottenere l'elenco dei depot
Restituisce l'elenco di tutti i depot Waaila per l'utente.
Parametri
| Nome | Chiave | Necessario | Tipo | Descrizione |
|---|---|---|---|---|
|
Token di accesso
|
Wauth | True | string |
Token di accesso. Il valore deve iniziare con 'Bearer'. |
Restituisce
| Nome | Percorso | Tipo | Descrizione |
|---|---|---|---|
|
|
array of object | ||
|
nome
|
name | string |
nome |
|
descrizione
|
description | string |
descrizione |
|
testsuites
|
testsuites | array of object |
testsuites |
|
customName
|
testsuites.customName | string |
customName |
|
results
|
testsuites.results | array of object |
results |
|
maxScore
|
testsuites.results.maxScore | integer |
maxScore |
|
Punteggio
|
testsuites.results.score | integer |
Punteggio |
|
testAt
|
testsuites.results.testedAt | string |
testAt |
|
testsError
|
testsuites.results.testsError | integer |
testsError |
|
testsFailed
|
testsuites.results.testsFailed | integer |
testsFailed |
|
testsPassed
|
testsuites.results.testsPassed | integer |
testsPassed |
|
testsInfo
|
testsuites.results.testsInfo | integer |
testsInfo |
|
testsTotal
|
testsuites.results.testsTotal | integer |
testsTotal |
|
testUnresolved
|
testsuites.results.testsUnresolved | integer |
testUnresolved |
|
testsWarning
|
testsuites.results.testsWarning | integer |
testsWarning |
|
execType
|
testsuites.results.execType | string |
execType |
|
execBatch
|
testsuites.results.execBatch | string |
execBatch |
|
createdAt
|
testsuites.results.createdAt | date-time |
createdAt |
|
guida
|
testsuites.results.guid | string |
guida |
|
codice
|
testsuites.datasource.code | string |
codice |
|
key
|
testsuites.datasource.key | string |
key |
|
providerCode
|
testsuites.datasource.providerCode | string |
providerCode |
|
identificatore
|
testsuites.datasource.identifier | string |
identificatore |
|
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 |
|
tipo di autenticazione
|
testsuites.datasource.account.authentication.authenticationType | string |
tipo di autenticazione |
|
Ambiti
|
testsuites.datasource.account.authentication.scopes | array of |
Ambiti |
|
secret
|
testsuites.datasource.account.authentication.secret | string |
secret |
|
nome
|
testsuites.datasource.account.name | string |
nome |
|
status
|
testsuites.datasource.account.status | string |
status |
|
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 |
|
guida
|
testsuites.datasource.account.guid | string |
guida |
|
accountId
|
testsuites.datasource.accountId | string |
accountId |
|
etag
|
testsuites.datasource.etag | string |
etag |
|
modifiedAt
|
testsuites.datasource.modifiedAt | string |
modifiedAt |
|
createdAt
|
testsuites.datasource.createdAt | string |
createdAt |
|
guida
|
testsuites.datasource.guid | string |
guida |
|
datasourceId
|
testsuites.datasourceId | string |
datasourceId |
|
nome
|
testsuites.name | string |
nome |
|
descrizione
|
testsuites.description | string |
descrizione |
|
Test
|
testsuites.tests | string |
Test |
|
providerCode
|
testsuites.providerCode | string |
providerCode |
|
testsCount
|
testsuites.testsCount | integer |
testsCount |
|
version
|
testsuites.version | string |
version |
|
taglist
|
testsuites.taglist | array of |
taglist |
|
etag
|
testsuites.etag | string |
etag |
|
modifiedAt
|
testsuites.modifiedAt | string |
modifiedAt |
|
createdAt
|
testsuites.createdAt | string |
createdAt |
|
guida
|
testsuites.guid | string |
guida |
|
etag
|
etag | string |
etag |
|
modifiedAt
|
modifiedAt | string |
modifiedAt |
|
createdAt
|
createdAt | string |
createdAt |
|
guida
|
guid | string |
guida |