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

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