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