github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/examples/query-applications/query-applications.graphql (about)

     1  # Code generated by Compass integration tests, DO NOT EDIT.
     2  query {
     3    result: applications {
     4      data {
     5        id
     6        name
     7        providerName
     8        description
     9        baseUrl
    10        systemNumber
    11        systemStatus
    12        integrationSystemID
    13        applicationTemplateID
    14        labels
    15        deletedAt
    16        updatedAt
    17        error
    18        status {
    19          condition
    20          timestamp
    21        }
    22        webhooks {
    23          id
    24          applicationID
    25          applicationTemplateID
    26          runtimeID
    27          formationTemplateID
    28          type
    29          mode
    30          correlationIdKey
    31          retryInterval
    32          timeout
    33          url
    34          urlTemplate
    35          inputTemplate
    36          headerTemplate
    37          outputTemplate
    38          statusTemplate
    39          auth {
    40            credential {
    41              ... on BasicCredentialData {
    42                username
    43                password
    44              }
    45              ... on CertificateOAuthCredentialData {
    46                clientId
    47                certificate
    48                url
    49              }
    50              ... on OAuthCredentialData {
    51                clientId
    52                clientSecret
    53                url
    54              }
    55            }
    56            oneTimeToken {
    57              __typename
    58              token
    59              used
    60              expiresAt
    61            }
    62            certCommonName
    63            accessStrategy
    64            additionalHeaders
    65            additionalQueryParams
    66            requestAuth {
    67              csrf {
    68                tokenEndpointURL
    69                credential {
    70                  ... on BasicCredentialData {
    71                    username
    72                    password
    73                  }
    74                  ... on OAuthCredentialData {
    75                    clientId
    76                    clientSecret
    77                    url
    78                  }
    79                  ... on CertificateOAuthCredentialData {
    80                    clientId
    81                    certificate
    82                    url
    83                  }
    84                }
    85                additionalHeaders
    86                additionalQueryParams
    87              }
    88            }
    89          }
    90          createdAt
    91        }
    92        healthCheckURL
    93        bundles {
    94          data {
    95            id
    96            name
    97            description
    98            instanceAuthRequestInputSchema
    99            instanceAuths {
   100              id
   101              context
   102              inputParams
   103              auth {
   104                credential {
   105                  ... on BasicCredentialData {
   106                    username
   107                    password
   108                  }
   109                  ... on CertificateOAuthCredentialData {
   110                    clientId
   111                    certificate
   112                    url
   113                  }
   114                  ... on OAuthCredentialData {
   115                    clientId
   116                    clientSecret
   117                    url
   118                  }
   119                }
   120                oneTimeToken {
   121                  __typename
   122                  token
   123                  used
   124                  expiresAt
   125                }
   126                certCommonName
   127                accessStrategy
   128                additionalHeaders
   129                additionalQueryParams
   130                requestAuth {
   131                  csrf {
   132                    tokenEndpointURL
   133                    credential {
   134                      ... on BasicCredentialData {
   135                        username
   136                        password
   137                      }
   138                      ... on OAuthCredentialData {
   139                        clientId
   140                        clientSecret
   141                        url
   142                      }
   143                      ... on CertificateOAuthCredentialData {
   144                        clientId
   145                        certificate
   146                        url
   147                      }
   148                    }
   149                    additionalHeaders
   150                    additionalQueryParams
   151                  }
   152                }
   153              }
   154              status {
   155                condition
   156                timestamp
   157                message
   158                reason
   159              }
   160              runtimeID
   161              runtimeContextID
   162            }
   163            defaultInstanceAuth {
   164              credential {
   165                ... on BasicCredentialData {
   166                  username
   167                  password
   168                }
   169                ... on CertificateOAuthCredentialData {
   170                  clientId
   171                  certificate
   172                  url
   173                }
   174                ... on OAuthCredentialData {
   175                  clientId
   176                  clientSecret
   177                  url
   178                }
   179              }
   180              oneTimeToken {
   181                __typename
   182                token
   183                used
   184                expiresAt
   185              }
   186              certCommonName
   187              accessStrategy
   188              additionalHeaders
   189              additionalQueryParams
   190              requestAuth {
   191                csrf {
   192                  tokenEndpointURL
   193                  credential {
   194                    ... on BasicCredentialData {
   195                      username
   196                      password
   197                    }
   198                    ... on OAuthCredentialData {
   199                      clientId
   200                      clientSecret
   201                      url
   202                    }
   203                    ... on CertificateOAuthCredentialData {
   204                      clientId
   205                      certificate
   206                      url
   207                    }
   208                  }
   209                  additionalHeaders
   210                  additionalQueryParams
   211                }
   212              }
   213            }
   214            apiDefinitions {
   215              data {
   216                id
   217                name
   218                description
   219                spec {
   220                  id
   221                  data
   222                  format
   223                  type
   224                  fetchRequest {
   225                    url
   226                    auth {
   227                      credential {
   228                        ... on BasicCredentialData {
   229                          username
   230                          password
   231                        }
   232                        ... on CertificateOAuthCredentialData {
   233                          clientId
   234                          certificate
   235                          url
   236                        }
   237                        ... on OAuthCredentialData {
   238                          clientId
   239                          clientSecret
   240                          url
   241                        }
   242                      }
   243                      oneTimeToken {
   244                        __typename
   245                        token
   246                        used
   247                        expiresAt
   248                      }
   249                      certCommonName
   250                      accessStrategy
   251                      additionalHeaders
   252                      additionalQueryParams
   253                      requestAuth {
   254                        csrf {
   255                          tokenEndpointURL
   256                          credential {
   257                            ... on BasicCredentialData {
   258                              username
   259                              password
   260                            }
   261                            ... on OAuthCredentialData {
   262                              clientId
   263                              clientSecret
   264                              url
   265                            }
   266                            ... on CertificateOAuthCredentialData {
   267                              clientId
   268                              certificate
   269                              url
   270                            }
   271                          }
   272                          additionalHeaders
   273                          additionalQueryParams
   274                        }
   275                      }
   276                    }
   277                    mode
   278                    filter
   279                    status {
   280                      condition
   281                      message
   282                      timestamp
   283                    }
   284                  }
   285                }
   286                targetURL
   287                group
   288                version {
   289                  value
   290                  deprecated
   291                  deprecatedSince
   292                  forRemoval
   293                }
   294              }
   295              pageInfo {
   296                startCursor
   297                endCursor
   298                hasNextPage
   299              }
   300              totalCount
   301            }
   302            eventDefinitions {
   303              data {
   304                id
   305                name
   306                description
   307                group
   308                spec {
   309                  id
   310                  data
   311                  type
   312                  format
   313                  fetchRequest {
   314                    url
   315                    auth {
   316                      credential {
   317                        ... on BasicCredentialData {
   318                          username
   319                          password
   320                        }
   321                        ... on CertificateOAuthCredentialData {
   322                          clientId
   323                          certificate
   324                          url
   325                        }
   326                        ... on OAuthCredentialData {
   327                          clientId
   328                          clientSecret
   329                          url
   330                        }
   331                      }
   332                      oneTimeToken {
   333                        __typename
   334                        token
   335                        used
   336                        expiresAt
   337                      }
   338                      certCommonName
   339                      accessStrategy
   340                      additionalHeaders
   341                      additionalQueryParams
   342                      requestAuth {
   343                        csrf {
   344                          tokenEndpointURL
   345                          credential {
   346                            ... on BasicCredentialData {
   347                              username
   348                              password
   349                            }
   350                            ... on OAuthCredentialData {
   351                              clientId
   352                              clientSecret
   353                              url
   354                            }
   355                            ... on CertificateOAuthCredentialData {
   356                              clientId
   357                              certificate
   358                              url
   359                            }
   360                          }
   361                          additionalHeaders
   362                          additionalQueryParams
   363                        }
   364                      }
   365                    }
   366                    mode
   367                    filter
   368                    status {
   369                      condition
   370                      message
   371                      timestamp
   372                    }
   373                  }
   374                }
   375                version {
   376                  value
   377                  deprecated
   378                  deprecatedSince
   379                  forRemoval
   380                }
   381              }
   382              pageInfo {
   383                startCursor
   384                endCursor
   385                hasNextPage
   386              }
   387              totalCount
   388            }
   389            documents {
   390              data {
   391                id
   392                title
   393                displayName
   394                description
   395                format
   396                kind
   397                data
   398                fetchRequest {
   399                  url
   400                  auth {
   401                    credential {
   402                      ... on BasicCredentialData {
   403                        username
   404                        password
   405                      }
   406                      ... on CertificateOAuthCredentialData {
   407                        clientId
   408                        certificate
   409                        url
   410                      }
   411                      ... on OAuthCredentialData {
   412                        clientId
   413                        clientSecret
   414                        url
   415                      }
   416                    }
   417                    oneTimeToken {
   418                      __typename
   419                      token
   420                      used
   421                      expiresAt
   422                    }
   423                    certCommonName
   424                    accessStrategy
   425                    additionalHeaders
   426                    additionalQueryParams
   427                    requestAuth {
   428                      csrf {
   429                        tokenEndpointURL
   430                        credential {
   431                          ... on BasicCredentialData {
   432                            username
   433                            password
   434                          }
   435                          ... on OAuthCredentialData {
   436                            clientId
   437                            clientSecret
   438                            url
   439                          }
   440                          ... on CertificateOAuthCredentialData {
   441                            clientId
   442                            certificate
   443                            url
   444                          }
   445                        }
   446                        additionalHeaders
   447                        additionalQueryParams
   448                      }
   449                    }
   450                  }
   451                  mode
   452                  filter
   453                  status {
   454                    condition
   455                    message
   456                    timestamp
   457                  }
   458                }
   459              }
   460              pageInfo {
   461                startCursor
   462                endCursor
   463                hasNextPage
   464              }
   465              totalCount
   466            }
   467          }
   468          pageInfo {
   469            startCursor
   470            endCursor
   471            hasNextPage
   472          }
   473          totalCount
   474        }
   475        auths {
   476          id
   477          auth {
   478            credential {
   479              ... on BasicCredentialData {
   480                username
   481                password
   482              }
   483              ... on CertificateOAuthCredentialData {
   484                clientId
   485                certificate
   486                url
   487              }
   488              ... on OAuthCredentialData {
   489                clientId
   490                clientSecret
   491                url
   492              }
   493            }
   494            oneTimeToken {
   495              __typename
   496              token
   497              used
   498              expiresAt
   499            }
   500            certCommonName
   501            accessStrategy
   502            additionalHeaders
   503            additionalQueryParams
   504            requestAuth {
   505              csrf {
   506                tokenEndpointURL
   507                credential {
   508                  ... on BasicCredentialData {
   509                    username
   510                    password
   511                  }
   512                  ... on OAuthCredentialData {
   513                    clientId
   514                    clientSecret
   515                    url
   516                  }
   517                  ... on CertificateOAuthCredentialData {
   518                    clientId
   519                    certificate
   520                    url
   521                  }
   522                }
   523                additionalHeaders
   524                additionalQueryParams
   525              }
   526            }
   527          }
   528        }
   529        eventingConfiguration {
   530          defaultURL
   531        }
   532      }
   533      pageInfo {
   534        startCursor
   535        endCursor
   536        hasNextPage
   537      }
   538      totalCount
   539    }
   540  }