> For the complete documentation index, see [llms.txt](https://docs.kangal.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kangal.dev/tr/sdklar/admin-api-methods.md).

# Admin API SDK method referansı

Bu sayfa mevcut Kangal Admin OpenAPI contract'ından otomatik üretilen **585 operation** için dil bazlı method adlarını listeler.

Her method path parametreleri, query değerleri, header, body, timeout ve retry override'ları için ilgili dilin request options nesnesini kabul eder. Contract değiştiğinde bu sayfa CI tarafından yeniden doğrulanır.

| HTTP     | Path                                                                               | TypeScript                                                                                           | Python                                                                                                 | Go                                                                                                   | Java                                                                                                 | C#                                                                                                        | PHP                                                                                                  |
| -------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `GET`    | `/`                                                                                | `rootGet`                                                                                            | `root_get`                                                                                             | `RootGet`                                                                                            | `rootGet`                                                                                            | `RootGetAsync`                                                                                            | `rootGet`                                                                                            |
| `GET`    | `/.well-known/agent-card.json`                                                     | `discoverA2aAgentWellKnownAgentCardJsonGet`                                                          | `discover_a2a_agent_well_known_agent_card_json_get`                                                    | `DiscoverA2aAgentWellKnownAgentCardJsonGet`                                                          | `discoverA2aAgentWellKnownAgentCardJsonGet`                                                          | `DiscoverA2aAgentWellKnownAgentCardJsonGetAsync`                                                          | `discoverA2aAgentWellKnownAgentCardJsonGet`                                                          |
| `POST`   | `/a2a/{resource_id}`                                                               | `a2aJsonRpcA2aResourceIdPost`                                                                        | `a2a_json_rpc_a2a_resource_id_post`                                                                    | `A2aJsonRpcA2aResourceIdPost`                                                                        | `a2aJsonRpcA2aResourceIdPost`                                                                        | `A2aJsonRpcA2aResourceIdPostAsync`                                                                        | `a2aJsonRpcA2aResourceIdPost`                                                                        |
| `GET`    | `/admin/api-tokens`                                                                | `listAdminApiTokensAdminApiTokensGet`                                                                | `list_admin_api_tokens_admin_api_tokens_get`                                                           | `ListAdminApiTokensAdminApiTokensGet`                                                                | `listAdminApiTokensAdminApiTokensGet`                                                                | `ListAdminApiTokensAdminApiTokensGetAsync`                                                                | `listAdminApiTokensAdminApiTokensGet`                                                                |
| `POST`   | `/admin/api-tokens`                                                                | `createAdminApiTokenAdminApiTokensPost`                                                              | `create_admin_api_token_admin_api_tokens_post`                                                         | `CreateAdminApiTokenAdminApiTokensPost`                                                              | `createAdminApiTokenAdminApiTokensPost`                                                              | `CreateAdminApiTokenAdminApiTokensPostAsync`                                                              | `createAdminApiTokenAdminApiTokensPost`                                                              |
| `DELETE` | `/admin/api-tokens/{token_id}`                                                     | `revokeAdminApiTokenAdminApiTokensTokenIdDelete`                                                     | `revoke_admin_api_token_admin_api_tokens_token_id_delete`                                              | `RevokeAdminApiTokenAdminApiTokensTokenIdDelete`                                                     | `revokeAdminApiTokenAdminApiTokensTokenIdDelete`                                                     | `RevokeAdminApiTokenAdminApiTokensTokenIdDeleteAsync`                                                     | `revokeAdminApiTokenAdminApiTokensTokenIdDelete`                                                     |
| `GET`    | `/admin/api-tokens/{token_id}`                                                     | `getAdminApiTokenAdminApiTokensTokenIdGet`                                                           | `get_admin_api_token_admin_api_tokens_token_id_get`                                                    | `GetAdminApiTokenAdminApiTokensTokenIdGet`                                                           | `getAdminApiTokenAdminApiTokensTokenIdGet`                                                           | `GetAdminApiTokenAdminApiTokensTokenIdGetAsync`                                                           | `getAdminApiTokenAdminApiTokensTokenIdGet`                                                           |
| `GET`    | `/admin/audits/`                                                                   | `listAuditsAdminAuditsGet`                                                                           | `list_audits_admin_audits_get`                                                                         | `ListAuditsAdminAuditsGet`                                                                           | `listAuditsAdminAuditsGet`                                                                           | `ListAuditsAdminAuditsGetAsync`                                                                           | `listAuditsAdminAuditsGet`                                                                           |
| `GET`    | `/admin/background-jobs`                                                           | `listBackgroundJobsAdminBackgroundJobsGet`                                                           | `list_background_jobs_admin_background_jobs_get`                                                       | `ListBackgroundJobsAdminBackgroundJobsGet`                                                           | `listBackgroundJobsAdminBackgroundJobsGet`                                                           | `ListBackgroundJobsAdminBackgroundJobsGetAsync`                                                           | `listBackgroundJobsAdminBackgroundJobsGet`                                                           |
| `GET`    | `/admin/background-jobs/health`                                                    | `backgroundWorkerHealthAdminBackgroundJobsHealthGet`                                                 | `background_worker_health_admin_background_jobs_health_get`                                            | `BackgroundWorkerHealthAdminBackgroundJobsHealthGet`                                                 | `backgroundWorkerHealthAdminBackgroundJobsHealthGet`                                                 | `BackgroundWorkerHealthAdminBackgroundJobsHealthGetAsync`                                                 | `backgroundWorkerHealthAdminBackgroundJobsHealthGet`                                                 |
| `GET`    | `/admin/background-jobs/{job_id}`                                                  | `getBackgroundJobAdminBackgroundJobsJobIdGet`                                                        | `get_background_job_admin_background_jobs_job_id_get`                                                  | `GetBackgroundJobAdminBackgroundJobsJobIdGet`                                                        | `getBackgroundJobAdminBackgroundJobsJobIdGet`                                                        | `GetBackgroundJobAdminBackgroundJobsJobIdGetAsync`                                                        | `getBackgroundJobAdminBackgroundJobsJobIdGet`                                                        |
| `POST`   | `/admin/background-jobs/{job_id}/cancel`                                           | `cancelBackgroundJobAdminBackgroundJobsJobIdCancelPost`                                              | `cancel_background_job_admin_background_jobs_job_id_cancel_post`                                       | `CancelBackgroundJobAdminBackgroundJobsJobIdCancelPost`                                              | `cancelBackgroundJobAdminBackgroundJobsJobIdCancelPost`                                              | `CancelBackgroundJobAdminBackgroundJobsJobIdCancelPostAsync`                                              | `cancelBackgroundJobAdminBackgroundJobsJobIdCancelPost`                                              |
| `POST`   | `/admin/background-jobs/{job_id}/replay`                                           | `replayBackgroundJobAdminBackgroundJobsJobIdReplayPost`                                              | `replay_background_job_admin_background_jobs_job_id_replay_post`                                       | `ReplayBackgroundJobAdminBackgroundJobsJobIdReplayPost`                                              | `replayBackgroundJobAdminBackgroundJobsJobIdReplayPost`                                              | `ReplayBackgroundJobAdminBackgroundJobsJobIdReplayPostAsync`                                              | `replayBackgroundJobAdminBackgroundJobsJobIdReplayPost`                                              |
| `POST`   | `/admin/config/diff`                                                               | `diffConfigAdminConfigDiffPost`                                                                      | `diff_config_admin_config_diff_post`                                                                   | `DiffConfigAdminConfigDiffPost`                                                                      | `diffConfigAdminConfigDiffPost`                                                                      | `DiffConfigAdminConfigDiffPostAsync`                                                                      | `diffConfigAdminConfigDiffPost`                                                                      |
| `GET`    | `/admin/config/export`                                                             | `exportConfigAdminConfigExportGet`                                                                   | `export_config_admin_config_export_get`                                                                | `ExportConfigAdminConfigExportGet`                                                                   | `exportConfigAdminConfigExportGet`                                                                   | `ExportConfigAdminConfigExportGetAsync`                                                                   | `exportConfigAdminConfigExportGet`                                                                   |
| `POST`   | `/admin/config/import`                                                             | `importConfigAdminConfigImportPost`                                                                  | `import_config_admin_config_import_post`                                                               | `ImportConfigAdminConfigImportPost`                                                                  | `importConfigAdminConfigImportPost`                                                                  | `ImportConfigAdminConfigImportPostAsync`                                                                  | `importConfigAdminConfigImportPost`                                                                  |
| `GET`    | `/admin/config/snapshots`                                                          | `listConfigSnapshotsAdminConfigSnapshotsGet`                                                         | `list_config_snapshots_admin_config_snapshots_get`                                                     | `ListConfigSnapshotsAdminConfigSnapshotsGet`                                                         | `listConfigSnapshotsAdminConfigSnapshotsGet`                                                         | `ListConfigSnapshotsAdminConfigSnapshotsGetAsync`                                                         | `listConfigSnapshotsAdminConfigSnapshotsGet`                                                         |
| `POST`   | `/admin/config/snapshots`                                                          | `createConfigSnapshotAdminConfigSnapshotsPost`                                                       | `create_config_snapshot_admin_config_snapshots_post`                                                   | `CreateConfigSnapshotAdminConfigSnapshotsPost`                                                       | `createConfigSnapshotAdminConfigSnapshotsPost`                                                       | `CreateConfigSnapshotAdminConfigSnapshotsPostAsync`                                                       | `createConfigSnapshotAdminConfigSnapshotsPost`                                                       |
| `POST`   | `/admin/config/snapshots/{snapshot_id}/rollback`                                   | `rollbackConfigSnapshotAdminConfigSnapshotsSnapshotIdRollbackPost`                                   | `rollback_config_snapshot_admin_config_snapshots_snapshot_id_rollback_post`                            | `RollbackConfigSnapshotAdminConfigSnapshotsSnapshotIdRollbackPost`                                   | `rollbackConfigSnapshotAdminConfigSnapshotsSnapshotIdRollbackPost`                                   | `RollbackConfigSnapshotAdminConfigSnapshotsSnapshotIdRollbackPostAsync`                                   | `rollbackConfigSnapshotAdminConfigSnapshotsSnapshotIdRollbackPost`                                   |
| `POST`   | `/admin/config/sync`                                                               | `syncConfigAdminConfigSyncPost`                                                                      | `sync_config_admin_config_sync_post`                                                                   | `SyncConfigAdminConfigSyncPost`                                                                      | `syncConfigAdminConfigSyncPost`                                                                      | `SyncConfigAdminConfigSyncPostAsync`                                                                      | `syncConfigAdminConfigSyncPost`                                                                      |
| `POST`   | `/admin/config/validate`                                                           | `validateConfigAdminConfigValidatePost`                                                              | `validate_config_admin_config_validate_post`                                                           | `ValidateConfigAdminConfigValidatePost`                                                              | `validateConfigAdminConfigValidatePost`                                                              | `ValidateConfigAdminConfigValidatePostAsync`                                                              | `validateConfigAdminConfigValidatePost`                                                              |
| `GET`    | `/admin/consumer-credentials`                                                      | `listCredentialsAdminConsumerCredentialsGet`                                                         | `list_credentials_admin_consumer_credentials_get`                                                      | `ListCredentialsAdminConsumerCredentialsGet`                                                         | `listCredentialsAdminConsumerCredentialsGet`                                                         | `ListCredentialsAdminConsumerCredentialsGetAsync`                                                         | `listCredentialsAdminConsumerCredentialsGet`                                                         |
| `POST`   | `/admin/consumer-credentials`                                                      | `createCredentialAdminConsumerCredentialsPost`                                                       | `create_credential_admin_consumer_credentials_post`                                                    | `CreateCredentialAdminConsumerCredentialsPost`                                                       | `createCredentialAdminConsumerCredentialsPost`                                                       | `CreateCredentialAdminConsumerCredentialsPostAsync`                                                       | `createCredentialAdminConsumerCredentialsPost`                                                       |
| `DELETE` | `/admin/consumer-credentials/{credential_id}`                                      | `deleteCredentialAdminConsumerCredentialsCredentialIdDelete`                                         | `delete_credential_admin_consumer_credentials_credential_id_delete`                                    | `DeleteCredentialAdminConsumerCredentialsCredentialIdDelete`                                         | `deleteCredentialAdminConsumerCredentialsCredentialIdDelete`                                         | `DeleteCredentialAdminConsumerCredentialsCredentialIdDeleteAsync`                                         | `deleteCredentialAdminConsumerCredentialsCredentialIdDelete`                                         |
| `POST`   | `/admin/consumer-credentials/{credential_id}/rotate`                               | `rotateCredentialAdminConsumerCredentialsCredentialIdRotatePost`                                     | `rotate_credential_admin_consumer_credentials_credential_id_rotate_post`                               | `RotateCredentialAdminConsumerCredentialsCredentialIdRotatePost`                                     | `rotateCredentialAdminConsumerCredentialsCredentialIdRotatePost`                                     | `RotateCredentialAdminConsumerCredentialsCredentialIdRotatePostAsync`                                     | `rotateCredentialAdminConsumerCredentialsCredentialIdRotatePost`                                     |
| `GET`    | `/admin/consumer-groups`                                                           | `listConsumerGroupsAdminConsumerGroupsGet`                                                           | `list_consumer_groups_admin_consumer_groups_get`                                                       | `ListConsumerGroupsAdminConsumerGroupsGet`                                                           | `listConsumerGroupsAdminConsumerGroupsGet`                                                           | `ListConsumerGroupsAdminConsumerGroupsGetAsync`                                                           | `listConsumerGroupsAdminConsumerGroupsGet`                                                           |
| `POST`   | `/admin/consumer-groups`                                                           | `createConsumerGroupAdminConsumerGroupsPost`                                                         | `create_consumer_group_admin_consumer_groups_post`                                                     | `CreateConsumerGroupAdminConsumerGroupsPost`                                                         | `createConsumerGroupAdminConsumerGroupsPost`                                                         | `CreateConsumerGroupAdminConsumerGroupsPostAsync`                                                         | `createConsumerGroupAdminConsumerGroupsPost`                                                         |
| `DELETE` | `/admin/consumer-groups/{group_id}`                                                | `deleteConsumerGroupAdminConsumerGroupsGroupIdDelete`                                                | `delete_consumer_group_admin_consumer_groups_group_id_delete`                                          | `DeleteConsumerGroupAdminConsumerGroupsGroupIdDelete`                                                | `deleteConsumerGroupAdminConsumerGroupsGroupIdDelete`                                                | `DeleteConsumerGroupAdminConsumerGroupsGroupIdDeleteAsync`                                                | `deleteConsumerGroupAdminConsumerGroupsGroupIdDelete`                                                |
| `GET`    | `/admin/consumer-groups/{group_id}`                                                | `getConsumerGroupAdminConsumerGroupsGroupIdGet`                                                      | `get_consumer_group_admin_consumer_groups_group_id_get`                                                | `GetConsumerGroupAdminConsumerGroupsGroupIdGet`                                                      | `getConsumerGroupAdminConsumerGroupsGroupIdGet`                                                      | `GetConsumerGroupAdminConsumerGroupsGroupIdGetAsync`                                                      | `getConsumerGroupAdminConsumerGroupsGroupIdGet`                                                      |
| `PATCH`  | `/admin/consumer-groups/{group_id}`                                                | `updateConsumerGroupAdminConsumerGroupsGroupIdPatch`                                                 | `update_consumer_group_admin_consumer_groups_group_id_patch`                                           | `UpdateConsumerGroupAdminConsumerGroupsGroupIdPatch`                                                 | `updateConsumerGroupAdminConsumerGroupsGroupIdPatch`                                                 | `UpdateConsumerGroupAdminConsumerGroupsGroupIdPatchAsync`                                                 | `updateConsumerGroupAdminConsumerGroupsGroupIdPatch`                                                 |
| `DELETE` | `/admin/consumer-groups/{group_id}/consumers/{consumer_id}`                        | `removeConsumerFromGroupAdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                         | `remove_consumer_from_group_admin_consumer_groups_group_id_consumers_consumer_id_delete`               | `RemoveConsumerFromGroupAdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                         | `removeConsumerFromGroupAdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                         | `RemoveConsumerFromGroupAdminConsumerGroupsGroupIdConsumersConsumerIdDeleteAsync`                         | `removeConsumerFromGroupAdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                         |
| `POST`   | `/admin/consumer-groups/{group_id}/consumers/{consumer_id}`                        | `assignConsumerToGroupAdminConsumerGroupsGroupIdConsumersConsumerIdPost`                             | `assign_consumer_to_group_admin_consumer_groups_group_id_consumers_consumer_id_post`                   | `AssignConsumerToGroupAdminConsumerGroupsGroupIdConsumersConsumerIdPost`                             | `assignConsumerToGroupAdminConsumerGroupsGroupIdConsumersConsumerIdPost`                             | `AssignConsumerToGroupAdminConsumerGroupsGroupIdConsumersConsumerIdPostAsync`                             | `assignConsumerToGroupAdminConsumerGroupsGroupIdConsumersConsumerIdPost`                             |
| `GET`    | `/admin/consumers`                                                                 | `listConsumersAdminConsumersGet`                                                                     | `list_consumers_admin_consumers_get`                                                                   | `ListConsumersAdminConsumersGet`                                                                     | `listConsumersAdminConsumersGet`                                                                     | `ListConsumersAdminConsumersGetAsync`                                                                     | `listConsumersAdminConsumersGet`                                                                     |
| `POST`   | `/admin/consumers`                                                                 | `createConsumerAdminConsumersPost`                                                                   | `create_consumer_admin_consumers_post`                                                                 | `CreateConsumerAdminConsumersPost`                                                                   | `createConsumerAdminConsumersPost`                                                                   | `CreateConsumerAdminConsumersPostAsync`                                                                   | `createConsumerAdminConsumersPost`                                                                   |
| `GET`    | `/admin/consumers/realms`                                                          | `listConsumerRealmsAdminConsumersRealmsGet`                                                          | `list_consumer_realms_admin_consumers_realms_get`                                                      | `ListConsumerRealmsAdminConsumersRealmsGet`                                                          | `listConsumerRealmsAdminConsumersRealmsGet`                                                          | `ListConsumerRealmsAdminConsumersRealmsGetAsync`                                                          | `listConsumerRealmsAdminConsumersRealmsGet`                                                          |
| `DELETE` | `/admin/consumers/{consumer_id}`                                                   | `deleteConsumerAdminConsumersConsumerIdDelete`                                                       | `delete_consumer_admin_consumers_consumer_id_delete`                                                   | `DeleteConsumerAdminConsumersConsumerIdDelete`                                                       | `deleteConsumerAdminConsumersConsumerIdDelete`                                                       | `DeleteConsumerAdminConsumersConsumerIdDeleteAsync`                                                       | `deleteConsumerAdminConsumersConsumerIdDelete`                                                       |
| `GET`    | `/admin/consumers/{consumer_id}`                                                   | `getConsumerAdminConsumersConsumerIdGet`                                                             | `get_consumer_admin_consumers_consumer_id_get`                                                         | `GetConsumerAdminConsumersConsumerIdGet`                                                             | `getConsumerAdminConsumersConsumerIdGet`                                                             | `GetConsumerAdminConsumersConsumerIdGetAsync`                                                             | `getConsumerAdminConsumersConsumerIdGet`                                                             |
| `GET`    | `/admin/consumers/{consumer_id}/credentials`                                       | `listCredentialsForConsumerAdminConsumersConsumerIdCredentialsGet`                                   | `list_credentials_for_consumer_admin_consumers_consumer_id_credentials_get`                            | `ListCredentialsForConsumerAdminConsumersConsumerIdCredentialsGet`                                   | `listCredentialsForConsumerAdminConsumersConsumerIdCredentialsGet`                                   | `ListCredentialsForConsumerAdminConsumersConsumerIdCredentialsGetAsync`                                   | `listCredentialsForConsumerAdminConsumersConsumerIdCredentialsGet`                                   |
| `POST`   | `/admin/consumers/{consumer_id}/credentials`                                       | `createCredentialForConsumerAdminConsumersConsumerIdCredentialsPost`                                 | `create_credential_for_consumer_admin_consumers_consumer_id_credentials_post`                          | `CreateCredentialForConsumerAdminConsumersConsumerIdCredentialsPost`                                 | `createCredentialForConsumerAdminConsumersConsumerIdCredentialsPost`                                 | `CreateCredentialForConsumerAdminConsumersConsumerIdCredentialsPostAsync`                                 | `createCredentialForConsumerAdminConsumersConsumerIdCredentialsPost`                                 |
| `GET`    | `/admin/dr-drills`                                                                 | `listDrDrillsAdminDrDrillsGet`                                                                       | `list_dr_drills_admin_dr_drills_get`                                                                   | `ListDrDrillsAdminDrDrillsGet`                                                                       | `listDrDrillsAdminDrDrillsGet`                                                                       | `ListDrDrillsAdminDrDrillsGetAsync`                                                                       | `listDrDrillsAdminDrDrillsGet`                                                                       |
| `POST`   | `/admin/dr-drills`                                                                 | `createDrDrillAdminDrDrillsPost`                                                                     | `create_dr_drill_admin_dr_drills_post`                                                                 | `CreateDrDrillAdminDrDrillsPost`                                                                     | `createDrDrillAdminDrDrillsPost`                                                                     | `CreateDrDrillAdminDrDrillsPostAsync`                                                                     | `createDrDrillAdminDrDrillsPost`                                                                     |
| `PATCH`  | `/admin/dr-drills/{drill_id}`                                                      | `updateDrDrillAdminDrDrillsDrillIdPatch`                                                             | `update_dr_drill_admin_dr_drills_drill_id_patch`                                                       | `UpdateDrDrillAdminDrDrillsDrillIdPatch`                                                             | `updateDrDrillAdminDrDrillsDrillIdPatch`                                                             | `UpdateDrDrillAdminDrDrillsDrillIdPatchAsync`                                                             | `updateDrDrillAdminDrDrillsDrillIdPatch`                                                             |
| `GET`    | `/admin/dr-status`                                                                 | `listGatewayDrStatusesAdminDrStatusGet`                                                              | `list_gateway_dr_statuses_admin_dr_status_get`                                                         | `ListGatewayDrStatusesAdminDrStatusGet`                                                              | `listGatewayDrStatusesAdminDrStatusGet`                                                              | `ListGatewayDrStatusesAdminDrStatusGetAsync`                                                              | `listGatewayDrStatusesAdminDrStatusGet`                                                              |
| `GET`    | `/admin/enterprise-identity`                                                       | `identityStatusAdminEnterpriseIdentityGet`                                                           | `identity_status_admin_enterprise_identity_get`                                                        | `IdentityStatusAdminEnterpriseIdentityGet`                                                           | `identityStatusAdminEnterpriseIdentityGet`                                                           | `IdentityStatusAdminEnterpriseIdentityGetAsync`                                                           | `identityStatusAdminEnterpriseIdentityGet`                                                           |
| `POST`   | `/admin/enterprise-identity/invitations`                                           | `issueInvitationAdminEnterpriseIdentityInvitationsPost`                                              | `issue_invitation_admin_enterprise_identity_invitations_post`                                          | `IssueInvitationAdminEnterpriseIdentityInvitationsPost`                                              | `issueInvitationAdminEnterpriseIdentityInvitationsPost`                                              | `IssueInvitationAdminEnterpriseIdentityInvitationsPostAsync`                                              | `issueInvitationAdminEnterpriseIdentityInvitationsPost`                                              |
| `POST`   | `/admin/enterprise-identity/invitations/{invitation_id}/revoke`                    | `revokeInvitationAdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                           | `revoke_invitation_admin_enterprise_identity_invitations_invitation_id_revoke_post`                    | `RevokeInvitationAdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                           | `revokeInvitationAdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                           | `RevokeInvitationAdminEnterpriseIdentityInvitationsInvitationIdRevokePostAsync`                           | `revokeInvitationAdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                           |
| `DELETE` | `/admin/enterprise-identity/provider`                                              | `deleteProviderAdminEnterpriseIdentityProviderDelete`                                                | `delete_provider_admin_enterprise_identity_provider_delete`                                            | `DeleteProviderAdminEnterpriseIdentityProviderDelete`                                                | `deleteProviderAdminEnterpriseIdentityProviderDelete`                                                | `DeleteProviderAdminEnterpriseIdentityProviderDeleteAsync`                                                | `deleteProviderAdminEnterpriseIdentityProviderDelete`                                                |
| `PUT`    | `/admin/enterprise-identity/provider`                                              | `upsertProviderAdminEnterpriseIdentityProviderPut`                                                   | `upsert_provider_admin_enterprise_identity_provider_put`                                               | `UpsertProviderAdminEnterpriseIdentityProviderPut`                                                   | `upsertProviderAdminEnterpriseIdentityProviderPut`                                                   | `UpsertProviderAdminEnterpriseIdentityProviderPutAsync`                                                   | `upsertProviderAdminEnterpriseIdentityProviderPut`                                                   |
| `POST`   | `/admin/enterprise-identity/scim-tokens`                                           | `createScimTokenAdminEnterpriseIdentityScimTokensPost`                                               | `create_scim_token_admin_enterprise_identity_scim_tokens_post`                                         | `CreateScimTokenAdminEnterpriseIdentityScimTokensPost`                                               | `createScimTokenAdminEnterpriseIdentityScimTokensPost`                                               | `CreateScimTokenAdminEnterpriseIdentityScimTokensPostAsync`                                               | `createScimTokenAdminEnterpriseIdentityScimTokensPost`                                               |
| `POST`   | `/admin/enterprise-identity/scim-tokens/{token_id}/revoke`                         | `revokeScimTokenAdminEnterpriseIdentityScimTokensTokenIdRevokePost`                                  | `revoke_scim_token_admin_enterprise_identity_scim_tokens_token_id_revoke_post`                         | `RevokeScimTokenAdminEnterpriseIdentityScimTokensTokenIdRevokePost`                                  | `revokeScimTokenAdminEnterpriseIdentityScimTokensTokenIdRevokePost`                                  | `RevokeScimTokenAdminEnterpriseIdentityScimTokensTokenIdRevokePostAsync`                                  | `revokeScimTokenAdminEnterpriseIdentityScimTokensTokenIdRevokePost`                                  |
| `PUT`    | `/admin/entitlements/assignments/{tenant_id}`                                      | `assignTenantPlanAdminEntitlementsAssignmentsTenantIdPut`                                            | `assign_tenant_plan_admin_entitlements_assignments_tenant_id_put`                                      | `AssignTenantPlanAdminEntitlementsAssignmentsTenantIdPut`                                            | `assignTenantPlanAdminEntitlementsAssignmentsTenantIdPut`                                            | `AssignTenantPlanAdminEntitlementsAssignmentsTenantIdPutAsync`                                            | `assignTenantPlanAdminEntitlementsAssignmentsTenantIdPut`                                            |
| `GET`    | `/admin/entitlements/catalog`                                                      | `entitlementCatalogAdminEntitlementsCatalogGet`                                                      | `entitlement_catalog_admin_entitlements_catalog_get`                                                   | `EntitlementCatalogAdminEntitlementsCatalogGet`                                                      | `entitlementCatalogAdminEntitlementsCatalogGet`                                                      | `EntitlementCatalogAdminEntitlementsCatalogGetAsync`                                                      | `entitlementCatalogAdminEntitlementsCatalogGet`                                                      |
| `GET`    | `/admin/entitlements/history`                                                      | `entitlementHistoryAdminEntitlementsHistoryGet`                                                      | `entitlement_history_admin_entitlements_history_get`                                                   | `EntitlementHistoryAdminEntitlementsHistoryGet`                                                      | `entitlementHistoryAdminEntitlementsHistoryGet`                                                      | `EntitlementHistoryAdminEntitlementsHistoryGetAsync`                                                      | `entitlementHistoryAdminEntitlementsHistoryGet`                                                      |
| `DELETE` | `/admin/entitlements/overrides/{tenant_id}/{feature_key}`                          | `deleteEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyDelete`                        | `delete_entitlement_override_admin_entitlements_overrides_tenant_id_feature_key_delete`                | `DeleteEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyDelete`                        | `deleteEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyDelete`                        | `DeleteEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyDeleteAsync`                        | `deleteEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyDelete`                        |
| `PUT`    | `/admin/entitlements/overrides/{tenant_id}/{feature_key}`                          | `setEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyPut`                              | `set_entitlement_override_admin_entitlements_overrides_tenant_id_feature_key_put`                      | `SetEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyPut`                              | `setEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyPut`                              | `SetEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyPutAsync`                              | `setEntitlementOverrideAdminEntitlementsOverridesTenantIdFeatureKeyPut`                              |
| `GET`    | `/admin/entitlements/status`                                                       | `entitlementStatusAdminEntitlementsStatusGet`                                                        | `entitlement_status_admin_entitlements_status_get`                                                     | `EntitlementStatusAdminEntitlementsStatusGet`                                                        | `entitlementStatusAdminEntitlementsStatusGet`                                                        | `EntitlementStatusAdminEntitlementsStatusGetAsync`                                                        | `entitlementStatusAdminEntitlementsStatusGet`                                                        |
| `POST`   | `/admin/entitlements/usage/{tenant_id}/{feature_key}/reset`                        | `resetEntitlementUsageAdminEntitlementsUsageTenantIdFeatureKeyResetPost`                             | `reset_entitlement_usage_admin_entitlements_usage_tenant_id_feature_key_reset_post`                    | `ResetEntitlementUsageAdminEntitlementsUsageTenantIdFeatureKeyResetPost`                             | `resetEntitlementUsageAdminEntitlementsUsageTenantIdFeatureKeyResetPost`                             | `ResetEntitlementUsageAdminEntitlementsUsageTenantIdFeatureKeyResetPostAsync`                             | `resetEntitlementUsageAdminEntitlementsUsageTenantIdFeatureKeyResetPost`                             |
| `GET`    | `/admin/federations`                                                               | `listFederationsAdminFederationsGet`                                                                 | `list_federations_admin_federations_get`                                                               | `ListFederationsAdminFederationsGet`                                                                 | `listFederationsAdminFederationsGet`                                                                 | `ListFederationsAdminFederationsGetAsync`                                                                 | `listFederationsAdminFederationsGet`                                                                 |
| `POST`   | `/admin/federations`                                                               | `createFederationAdminFederationsPost`                                                               | `create_federation_admin_federations_post`                                                             | `CreateFederationAdminFederationsPost`                                                               | `createFederationAdminFederationsPost`                                                               | `CreateFederationAdminFederationsPostAsync`                                                               | `createFederationAdminFederationsPost`                                                               |
| `GET`    | `/admin/federations/{federation_id}`                                               | `getFederationAdminFederationsFederationIdGet`                                                       | `get_federation_admin_federations_federation_id_get`                                                   | `GetFederationAdminFederationsFederationIdGet`                                                       | `getFederationAdminFederationsFederationIdGet`                                                       | `GetFederationAdminFederationsFederationIdGetAsync`                                                       | `getFederationAdminFederationsFederationIdGet`                                                       |
| `GET`    | `/admin/gateways`                                                                  | `listGatewaysAdminGatewaysGet`                                                                       | `list_gateways_admin_gateways_get`                                                                     | `ListGatewaysAdminGatewaysGet`                                                                       | `listGatewaysAdminGatewaysGet`                                                                       | `ListGatewaysAdminGatewaysGetAsync`                                                                       | `listGatewaysAdminGatewaysGet`                                                                       |
| `POST`   | `/admin/gateways`                                                                  | `createGatewayAdminGatewaysPost`                                                                     | `create_gateway_admin_gateways_post`                                                                   | `CreateGatewayAdminGatewaysPost`                                                                     | `createGatewayAdminGatewaysPost`                                                                     | `CreateGatewayAdminGatewaysPostAsync`                                                                     | `createGatewayAdminGatewaysPost`                                                                     |
| `DELETE` | `/admin/gateways/{gateway_id}`                                                     | `deleteGatewayAdminGatewaysGatewayIdDelete`                                                          | `delete_gateway_admin_gateways_gateway_id_delete`                                                      | `DeleteGatewayAdminGatewaysGatewayIdDelete`                                                          | `deleteGatewayAdminGatewaysGatewayIdDelete`                                                          | `DeleteGatewayAdminGatewaysGatewayIdDeleteAsync`                                                          | `deleteGatewayAdminGatewaysGatewayIdDelete`                                                          |
| `GET`    | `/admin/gateways/{gateway_id}`                                                     | `getGatewayAdminGatewaysGatewayIdGet`                                                                | `get_gateway_admin_gateways_gateway_id_get`                                                            | `GetGatewayAdminGatewaysGatewayIdGet`                                                                | `getGatewayAdminGatewaysGatewayIdGet`                                                                | `GetGatewayAdminGatewaysGatewayIdGetAsync`                                                                | `getGatewayAdminGatewaysGatewayIdGet`                                                                |
| `PATCH`  | `/admin/gateways/{gateway_id}`                                                     | `updateGatewayAdminGatewaysGatewayIdPatch`                                                           | `update_gateway_admin_gateways_gateway_id_patch`                                                       | `UpdateGatewayAdminGatewaysGatewayIdPatch`                                                           | `updateGatewayAdminGatewaysGatewayIdPatch`                                                           | `UpdateGatewayAdminGatewaysGatewayIdPatchAsync`                                                           | `updateGatewayAdminGatewaysGatewayIdPatch`                                                           |
| `GET`    | `/admin/gateways/{gateway_id}/ai-gateway/configs`                                  | `listAiGatewayConfigsAdminGatewaysGatewayIdAiGatewayConfigsGet`                                      | `list_ai_gateway_configs_admin_gateways_gateway_id_ai_gateway_configs_get`                             | `ListAiGatewayConfigsAdminGatewaysGatewayIdAiGatewayConfigsGet`                                      | `listAiGatewayConfigsAdminGatewaysGatewayIdAiGatewayConfigsGet`                                      | `ListAiGatewayConfigsAdminGatewaysGatewayIdAiGatewayConfigsGetAsync`                                      | `listAiGatewayConfigsAdminGatewaysGatewayIdAiGatewayConfigsGet`                                      |
| `POST`   | `/admin/gateways/{gateway_id}/ai-gateway/configs`                                  | `createAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsPost`                                    | `create_ai_gateway_config_admin_gateways_gateway_id_ai_gateway_configs_post`                           | `CreateAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsPost`                                    | `createAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsPost`                                    | `CreateAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsPostAsync`                                    | `createAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsPost`                                    |
| `DELETE` | `/admin/gateways/{gateway_id}/ai-gateway/configs/{config_id}`                      | `deleteAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                          | `delete_ai_gateway_config_admin_gateways_gateway_id_ai_gateway_configs_config_id_delete`               | `DeleteAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                          | `deleteAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                          | `DeleteAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdDeleteAsync`                          | `deleteAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                          |
| `GET`    | `/admin/gateways/{gateway_id}/ai-gateway/configs/{config_id}`                      | `getAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                                | `get_ai_gateway_config_admin_gateways_gateway_id_ai_gateway_configs_config_id_get`                     | `GetAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                                | `getAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                                | `GetAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdGetAsync`                                | `getAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                                |
| `PATCH`  | `/admin/gateways/{gateway_id}/ai-gateway/configs/{config_id}`                      | `updateAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                           | `update_ai_gateway_config_admin_gateways_gateway_id_ai_gateway_configs_config_id_patch`                | `UpdateAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                           | `updateAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                           | `UpdateAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatchAsync`                           | `updateAiGatewayConfigAdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                           |
| `GET`    | `/admin/gateways/{gateway_id}/ai-gateway/telemetry/live`                           | `listAiGatewayLiveTelemetryAdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                          | `list_ai_gateway_live_telemetry_admin_gateways_gateway_id_ai_gateway_telemetry_live_get`               | `ListAiGatewayLiveTelemetryAdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                          | `listAiGatewayLiveTelemetryAdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                          | `ListAiGatewayLiveTelemetryAdminGatewaysGatewayIdAiGatewayTelemetryLiveGetAsync`                          | `listAiGatewayLiveTelemetryAdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                          |
| `GET`    | `/admin/gateways/{gateway_id}/ai-gateway/telemetry/requests`                       | `listAiGatewayTelemetryRequestsAdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`                  | `list_ai_gateway_telemetry_requests_admin_gateways_gateway_id_ai_gateway_telemetry_requests_get`       | `ListAiGatewayTelemetryRequestsAdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`                  | `listAiGatewayTelemetryRequestsAdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`                  | `ListAiGatewayTelemetryRequestsAdminGatewaysGatewayIdAiGatewayTelemetryRequestsGetAsync`                  | `listAiGatewayTelemetryRequestsAdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`                  |
| `GET`    | `/admin/gateways/{gateway_id}/ai-gateway/telemetry/summary`                        | `getAiGatewayTelemetrySummaryAdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                     | `get_ai_gateway_telemetry_summary_admin_gateways_gateway_id_ai_gateway_telemetry_summary_get`          | `GetAiGatewayTelemetrySummaryAdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                     | `getAiGatewayTelemetrySummaryAdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                     | `GetAiGatewayTelemetrySummaryAdminGatewaysGatewayIdAiGatewayTelemetrySummaryGetAsync`                     | `getAiGatewayTelemetrySummaryAdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                     |
| `GET`    | `/admin/gateways/{gateway_id}/ca-certificates`                                     | `listCaCertificatesAdminGatewaysGatewayIdCaCertificatesGet`                                          | `list_ca_certificates_admin_gateways_gateway_id_ca_certificates_get`                                   | `ListCaCertificatesAdminGatewaysGatewayIdCaCertificatesGet`                                          | `listCaCertificatesAdminGatewaysGatewayIdCaCertificatesGet`                                          | `ListCaCertificatesAdminGatewaysGatewayIdCaCertificatesGetAsync`                                          | `listCaCertificatesAdminGatewaysGatewayIdCaCertificatesGet`                                          |
| `POST`   | `/admin/gateways/{gateway_id}/ca-certificates`                                     | `createCaCertificateAdminGatewaysGatewayIdCaCertificatesPost`                                        | `create_ca_certificate_admin_gateways_gateway_id_ca_certificates_post`                                 | `CreateCaCertificateAdminGatewaysGatewayIdCaCertificatesPost`                                        | `createCaCertificateAdminGatewaysGatewayIdCaCertificatesPost`                                        | `CreateCaCertificateAdminGatewaysGatewayIdCaCertificatesPostAsync`                                        | `createCaCertificateAdminGatewaysGatewayIdCaCertificatesPost`                                        |
| `DELETE` | `/admin/gateways/{gateway_id}/ca-certificates/{ca_certificate_id}`                 | `deleteCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                       | `delete_ca_certificate_admin_gateways_gateway_id_ca_certificates_ca_certificate_id_delete`             | `DeleteCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                       | `deleteCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                       | `DeleteCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdDeleteAsync`                       | `deleteCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                       |
| `GET`    | `/admin/gateways/{gateway_id}/ca-certificates/{ca_certificate_id}`                 | `getCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                             | `get_ca_certificate_admin_gateways_gateway_id_ca_certificates_ca_certificate_id_get`                   | `GetCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                             | `getCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                             | `GetCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdGetAsync`                             | `getCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                             |
| `PATCH`  | `/admin/gateways/{gateway_id}/ca-certificates/{ca_certificate_id}`                 | `updateCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                        | `update_ca_certificate_admin_gateways_gateway_id_ca_certificates_ca_certificate_id_patch`              | `UpdateCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                        | `updateCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                        | `UpdateCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatchAsync`                        | `updateCaCertificateAdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                        |
| `GET`    | `/admin/gateways/{gateway_id}/certificates`                                        | `listCertificatesAdminGatewaysGatewayIdCertificatesGet`                                              | `list_certificates_admin_gateways_gateway_id_certificates_get`                                         | `ListCertificatesAdminGatewaysGatewayIdCertificatesGet`                                              | `listCertificatesAdminGatewaysGatewayIdCertificatesGet`                                              | `ListCertificatesAdminGatewaysGatewayIdCertificatesGetAsync`                                              | `listCertificatesAdminGatewaysGatewayIdCertificatesGet`                                              |
| `POST`   | `/admin/gateways/{gateway_id}/certificates`                                        | `createCertificateAdminGatewaysGatewayIdCertificatesPost`                                            | `create_certificate_admin_gateways_gateway_id_certificates_post`                                       | `CreateCertificateAdminGatewaysGatewayIdCertificatesPost`                                            | `createCertificateAdminGatewaysGatewayIdCertificatesPost`                                            | `CreateCertificateAdminGatewaysGatewayIdCertificatesPostAsync`                                            | `createCertificateAdminGatewaysGatewayIdCertificatesPost`                                            |
| `DELETE` | `/admin/gateways/{gateway_id}/certificates/{cert_id}`                              | `deleteCertificateAdminGatewaysGatewayIdCertificatesCertIdDelete`                                    | `delete_certificate_admin_gateways_gateway_id_certificates_cert_id_delete`                             | `DeleteCertificateAdminGatewaysGatewayIdCertificatesCertIdDelete`                                    | `deleteCertificateAdminGatewaysGatewayIdCertificatesCertIdDelete`                                    | `DeleteCertificateAdminGatewaysGatewayIdCertificatesCertIdDeleteAsync`                                    | `deleteCertificateAdminGatewaysGatewayIdCertificatesCertIdDelete`                                    |
| `GET`    | `/admin/gateways/{gateway_id}/certificates/{cert_id}`                              | `getCertificateAdminGatewaysGatewayIdCertificatesCertIdGet`                                          | `get_certificate_admin_gateways_gateway_id_certificates_cert_id_get`                                   | `GetCertificateAdminGatewaysGatewayIdCertificatesCertIdGet`                                          | `getCertificateAdminGatewaysGatewayIdCertificatesCertIdGet`                                          | `GetCertificateAdminGatewaysGatewayIdCertificatesCertIdGetAsync`                                          | `getCertificateAdminGatewaysGatewayIdCertificatesCertIdGet`                                          |
| `PATCH`  | `/admin/gateways/{gateway_id}/certificates/{cert_id}`                              | `updateCertificateAdminGatewaysGatewayIdCertificatesCertIdPatch`                                     | `update_certificate_admin_gateways_gateway_id_certificates_cert_id_patch`                              | `UpdateCertificateAdminGatewaysGatewayIdCertificatesCertIdPatch`                                     | `updateCertificateAdminGatewaysGatewayIdCertificatesCertIdPatch`                                     | `UpdateCertificateAdminGatewaysGatewayIdCertificatesCertIdPatchAsync`                                     | `updateCertificateAdminGatewaysGatewayIdCertificatesCertIdPatch`                                     |
| `POST`   | `/admin/gateways/{gateway_id}/certificates/{cert_id}/rotate`                       | `rotateCertificateAdminGatewaysGatewayIdCertificatesCertIdRotatePost`                                | `rotate_certificate_admin_gateways_gateway_id_certificates_cert_id_rotate_post`                        | `RotateCertificateAdminGatewaysGatewayIdCertificatesCertIdRotatePost`                                | `rotateCertificateAdminGatewaysGatewayIdCertificatesCertIdRotatePost`                                | `RotateCertificateAdminGatewaysGatewayIdCertificatesCertIdRotatePostAsync`                                | `rotateCertificateAdminGatewaysGatewayIdCertificatesCertIdRotatePost`                                |
| `GET`    | `/admin/gateways/{gateway_id}/certificates/{certificate_id}/snis`                  | `listSnisForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                       | `list_snis_for_certificate_admin_gateways_gateway_id_certificates_certificate_id_snis_get`             | `ListSnisForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                       | `listSnisForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                       | `ListSnisForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisGetAsync`                       | `listSnisForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                       |
| `POST`   | `/admin/gateways/{gateway_id}/certificates/{certificate_id}/snis`                  | `createSniForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                     | `create_sni_for_certificate_admin_gateways_gateway_id_certificates_certificate_id_snis_post`           | `CreateSniForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                     | `createSniForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                     | `CreateSniForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisPostAsync`                     | `createSniForCertificateAdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                     |
| `GET`    | `/admin/gateways/{gateway_id}/custom-domains`                                      | `listCustomDomainsAdminGatewaysGatewayIdCustomDomainsGet`                                            | `list_custom_domains_admin_gateways_gateway_id_custom_domains_get`                                     | `ListCustomDomainsAdminGatewaysGatewayIdCustomDomainsGet`                                            | `listCustomDomainsAdminGatewaysGatewayIdCustomDomainsGet`                                            | `ListCustomDomainsAdminGatewaysGatewayIdCustomDomainsGetAsync`                                            | `listCustomDomainsAdminGatewaysGatewayIdCustomDomainsGet`                                            |
| `POST`   | `/admin/gateways/{gateway_id}/custom-domains`                                      | `createCustomDomainAdminGatewaysGatewayIdCustomDomainsPost`                                          | `create_custom_domain_admin_gateways_gateway_id_custom_domains_post`                                   | `CreateCustomDomainAdminGatewaysGatewayIdCustomDomainsPost`                                          | `createCustomDomainAdminGatewaysGatewayIdCustomDomainsPost`                                          | `CreateCustomDomainAdminGatewaysGatewayIdCustomDomainsPostAsync`                                          | `createCustomDomainAdminGatewaysGatewayIdCustomDomainsPost`                                          |
| `DELETE` | `/admin/gateways/{gateway_id}/custom-domains/{domain_id}`                          | `deleteCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                                | `delete_custom_domain_admin_gateways_gateway_id_custom_domains_domain_id_delete`                       | `DeleteCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                                | `deleteCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                                | `DeleteCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdDeleteAsync`                                | `deleteCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                                |
| `GET`    | `/admin/gateways/{gateway_id}/custom-domains/{domain_id}`                          | `getCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                      | `get_custom_domain_admin_gateways_gateway_id_custom_domains_domain_id_get`                             | `GetCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                      | `getCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                      | `GetCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdGetAsync`                                      | `getCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                      |
| `POST`   | `/admin/gateways/{gateway_id}/custom-domains/{domain_id}/challenge`                | `rotateCustomDomainChallengeAdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`                | `rotate_custom_domain_challenge_admin_gateways_gateway_id_custom_domains_domain_id_challenge_post`     | `RotateCustomDomainChallengeAdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`                | `rotateCustomDomainChallengeAdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`                | `RotateCustomDomainChallengeAdminGatewaysGatewayIdCustomDomainsDomainIdChallengePostAsync`                | `rotateCustomDomainChallengeAdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`                |
| `POST`   | `/admin/gateways/{gateway_id}/custom-domains/{domain_id}/renew`                    | `renewCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                              | `renew_custom_domain_admin_gateways_gateway_id_custom_domains_domain_id_renew_post`                    | `RenewCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                              | `renewCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                              | `RenewCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdRenewPostAsync`                              | `renewCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                              |
| `POST`   | `/admin/gateways/{gateway_id}/custom-domains/{domain_id}/retry`                    | `retryCustomDomainIssuanceAdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                      | `retry_custom_domain_issuance_admin_gateways_gateway_id_custom_domains_domain_id_retry_post`           | `RetryCustomDomainIssuanceAdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                      | `retryCustomDomainIssuanceAdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                      | `RetryCustomDomainIssuanceAdminGatewaysGatewayIdCustomDomainsDomainIdRetryPostAsync`                      | `retryCustomDomainIssuanceAdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                      |
| `POST`   | `/admin/gateways/{gateway_id}/custom-domains/{domain_id}/verify`                   | `verifyCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                            | `verify_custom_domain_admin_gateways_gateway_id_custom_domains_domain_id_verify_post`                  | `VerifyCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                            | `verifyCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                            | `VerifyCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPostAsync`                            | `verifyCustomDomainAdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                            |
| `GET`    | `/admin/gateways/{gateway_id}/data-planes`                                         | `listDataPlanesAdminGatewaysGatewayIdDataPlanesGet`                                                  | `list_data_planes_admin_gateways_gateway_id_data_planes_get`                                           | `ListDataPlanesAdminGatewaysGatewayIdDataPlanesGet`                                                  | `listDataPlanesAdminGatewaysGatewayIdDataPlanesGet`                                                  | `ListDataPlanesAdminGatewaysGatewayIdDataPlanesGetAsync`                                                  | `listDataPlanesAdminGatewaysGatewayIdDataPlanesGet`                                                  |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes`                                         | `registerDataPlaneAdminGatewaysGatewayIdDataPlanesPost`                                              | `register_data_plane_admin_gateways_gateway_id_data_planes_post`                                       | `RegisterDataPlaneAdminGatewaysGatewayIdDataPlanesPost`                                              | `registerDataPlaneAdminGatewaysGatewayIdDataPlanesPost`                                              | `RegisterDataPlaneAdminGatewaysGatewayIdDataPlanesPostAsync`                                              | `registerDataPlaneAdminGatewaysGatewayIdDataPlanesPost`                                              |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/config-rollout`                          | `planConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                                 | `plan_config_rollout_admin_gateways_gateway_id_data_planes_config_rollout_post`                        | `PlanConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                                 | `planConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                                 | `PlanConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPostAsync`                                 | `planConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                                 |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/config-rollout/pause`                    | `pauseConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                           | `pause_config_rollout_admin_gateways_gateway_id_data_planes_config_rollout_pause_post`                 | `PauseConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                           | `pauseConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                           | `PauseConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPausePostAsync`                           | `pauseConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                           |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/config-rollout/promote`                  | `promoteConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                       | `promote_config_rollout_admin_gateways_gateway_id_data_planes_config_rollout_promote_post`             | `PromoteConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                       | `promoteConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                       | `PromoteConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePostAsync`                       | `promoteConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                       |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/config-rollout/resume`                   | `resumeConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                         | `resume_config_rollout_admin_gateways_gateway_id_data_planes_config_rollout_resume_post`               | `ResumeConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                         | `resumeConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                         | `ResumeConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutResumePostAsync`                         | `resumeConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                         |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/config-rollout/rollback`                 | `rollbackConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                     | `rollback_config_rollout_admin_gateways_gateway_id_data_planes_config_rollout_rollback_post`           | `RollbackConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                     | `rollbackConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                     | `RollbackConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPostAsync`                     | `rollbackConfigRolloutAdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                     |
| `GET`    | `/admin/gateways/{gateway_id}/data-planes/config-rollout/status`                   | `getConfigRolloutStatusAdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                       | `get_config_rollout_status_admin_gateways_gateway_id_data_planes_config_rollout_status_get`            | `GetConfigRolloutStatusAdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                       | `getConfigRolloutStatusAdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                       | `GetConfigRolloutStatusAdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGetAsync`                       | `getConfigRolloutStatusAdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                       |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/hot-reload`                              | `requestHotReloadAdminGatewaysGatewayIdDataPlanesHotReloadPost`                                      | `request_hot_reload_admin_gateways_gateway_id_data_planes_hot_reload_post`                             | `RequestHotReloadAdminGatewaysGatewayIdDataPlanesHotReloadPost`                                      | `requestHotReloadAdminGatewaysGatewayIdDataPlanesHotReloadPost`                                      | `RequestHotReloadAdminGatewaysGatewayIdDataPlanesHotReloadPostAsync`                                      | `requestHotReloadAdminGatewaysGatewayIdDataPlanesHotReloadPost`                                      |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/offline-stale`                           | `markStaleDataPlanesOfflineAdminGatewaysGatewayIdDataPlanesOfflineStalePost`                         | `mark_stale_data_planes_offline_admin_gateways_gateway_id_data_planes_offline_stale_post`              | `MarkStaleDataPlanesOfflineAdminGatewaysGatewayIdDataPlanesOfflineStalePost`                         | `markStaleDataPlanesOfflineAdminGatewaysGatewayIdDataPlanesOfflineStalePost`                         | `MarkStaleDataPlanesOfflineAdminGatewaysGatewayIdDataPlanesOfflineStalePostAsync`                         | `markStaleDataPlanesOfflineAdminGatewaysGatewayIdDataPlanesOfflineStalePost`                         |
| `GET`    | `/admin/gateways/{gateway_id}/data-planes/{node_id}`                               | `getDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdGet`                                              | `get_data_plane_admin_gateways_gateway_id_data_planes_node_id_get`                                     | `GetDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdGet`                                              | `getDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdGet`                                              | `GetDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdGetAsync`                                              | `getDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdGet`                                              |
| `GET`    | `/admin/gateways/{gateway_id}/data-planes/{node_id}/config`                        | `pullDataPlaneConfigAdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                                 | `pull_data_plane_config_admin_gateways_gateway_id_data_planes_node_id_config_get`                      | `PullDataPlaneConfigAdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                                 | `pullDataPlaneConfigAdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                                 | `PullDataPlaneConfigAdminGatewaysGatewayIdDataPlanesNodeIdConfigGetAsync`                                 | `pullDataPlaneConfigAdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                                 |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/{node_id}/heartbeat`                     | `heartbeatDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                              | `heartbeat_data_plane_admin_gateways_gateway_id_data_planes_node_id_heartbeat_post`                    | `HeartbeatDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                              | `heartbeatDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                              | `HeartbeatDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPostAsync`                              | `heartbeatDataPlaneAdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                              |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/{node_id}/sync-status`                   | `reportDataPlaneSyncStatusAdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                      | `report_data_plane_sync_status_admin_gateways_gateway_id_data_planes_node_id_sync_status_post`         | `ReportDataPlaneSyncStatusAdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                      | `reportDataPlaneSyncStatusAdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                      | `ReportDataPlaneSyncStatusAdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPostAsync`                      | `reportDataPlaneSyncStatusAdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                      |
| `POST`   | `/admin/gateways/{gateway_id}/data-planes/{node_id}/telemetry`                     | `recordDataPlaneTelemetryAdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                        | `record_data_plane_telemetry_admin_gateways_gateway_id_data_planes_node_id_telemetry_post`             | `RecordDataPlaneTelemetryAdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                        | `recordDataPlaneTelemetryAdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                        | `RecordDataPlaneTelemetryAdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPostAsync`                        | `recordDataPlaneTelemetryAdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                        |
| `PUT`    | `/admin/gateways/{gateway_id}/dr-policy`                                           | `upsertGatewayDrPolicyAdminGatewaysGatewayIdDrPolicyPut`                                             | `upsert_gateway_dr_policy_admin_gateways_gateway_id_dr_policy_put`                                     | `UpsertGatewayDrPolicyAdminGatewaysGatewayIdDrPolicyPut`                                             | `upsertGatewayDrPolicyAdminGatewaysGatewayIdDrPolicyPut`                                             | `UpsertGatewayDrPolicyAdminGatewaysGatewayIdDrPolicyPutAsync`                                             | `upsertGatewayDrPolicyAdminGatewaysGatewayIdDrPolicyPut`                                             |
| `GET`    | `/admin/gateways/{gateway_id}/dr-status`                                           | `getGatewayDrStatusAdminGatewaysGatewayIdDrStatusGet`                                                | `get_gateway_dr_status_admin_gateways_gateway_id_dr_status_get`                                        | `GetGatewayDrStatusAdminGatewaysGatewayIdDrStatusGet`                                                | `getGatewayDrStatusAdminGatewaysGatewayIdDrStatusGet`                                                | `GetGatewayDrStatusAdminGatewaysGatewayIdDrStatusGetAsync`                                                | `getGatewayDrStatusAdminGatewaysGatewayIdDrStatusGet`                                                |
| `POST`   | `/admin/gateways/{gateway_id}/mock-checks`                                         | `runGatewayMockChecksAdminGatewaysGatewayIdMockChecksPost`                                           | `run_gateway_mock_checks_admin_gateways_gateway_id_mock_checks_post`                                   | `RunGatewayMockChecksAdminGatewaysGatewayIdMockChecksPost`                                           | `runGatewayMockChecksAdminGatewaysGatewayIdMockChecksPost`                                           | `RunGatewayMockChecksAdminGatewaysGatewayIdMockChecksPostAsync`                                           | `runGatewayMockChecksAdminGatewaysGatewayIdMockChecksPost`                                           |
| `GET`    | `/admin/gateways/{gateway_id}/overview`                                            | `getGatewayOverviewAdminGatewaysGatewayIdOverviewGet`                                                | `get_gateway_overview_admin_gateways_gateway_id_overview_get`                                          | `GetGatewayOverviewAdminGatewaysGatewayIdOverviewGet`                                                | `getGatewayOverviewAdminGatewaysGatewayIdOverviewGet`                                                | `GetGatewayOverviewAdminGatewaysGatewayIdOverviewGetAsync`                                                | `getGatewayOverviewAdminGatewaysGatewayIdOverviewGet`                                                |
| `POST`   | `/admin/gateways/{gateway_id}/promotions`                                          | `beginGatewayPromotionAdminGatewaysGatewayIdPromotionsPost`                                          | `begin_gateway_promotion_admin_gateways_gateway_id_promotions_post`                                    | `BeginGatewayPromotionAdminGatewaysGatewayIdPromotionsPost`                                          | `beginGatewayPromotionAdminGatewaysGatewayIdPromotionsPost`                                          | `BeginGatewayPromotionAdminGatewaysGatewayIdPromotionsPostAsync`                                          | `beginGatewayPromotionAdminGatewaysGatewayIdPromotionsPost`                                          |
| `POST`   | `/admin/gateways/{gateway_id}/promotions/confirm`                                  | `confirmGatewayPromotionAdminGatewaysGatewayIdPromotionsConfirmPost`                                 | `confirm_gateway_promotion_admin_gateways_gateway_id_promotions_confirm_post`                          | `ConfirmGatewayPromotionAdminGatewaysGatewayIdPromotionsConfirmPost`                                 | `confirmGatewayPromotionAdminGatewaysGatewayIdPromotionsConfirmPost`                                 | `ConfirmGatewayPromotionAdminGatewaysGatewayIdPromotionsConfirmPostAsync`                                 | `confirmGatewayPromotionAdminGatewaysGatewayIdPromotionsConfirmPost`                                 |
| `GET`    | `/admin/gateways/{gateway_id}/protocol-gateway/operations`                         | `listProtocolOperationsAdminGatewaysGatewayIdProtocolGatewayOperationsGet`                           | `list_protocol_operations_admin_gateways_gateway_id_protocol_gateway_operations_get`                   | `ListProtocolOperationsAdminGatewaysGatewayIdProtocolGatewayOperationsGet`                           | `listProtocolOperationsAdminGatewaysGatewayIdProtocolGatewayOperationsGet`                           | `ListProtocolOperationsAdminGatewaysGatewayIdProtocolGatewayOperationsGetAsync`                           | `listProtocolOperationsAdminGatewaysGatewayIdProtocolGatewayOperationsGet`                           |
| `GET`    | `/admin/gateways/{gateway_id}/protocol-gateway/resources`                          | `listProtocolResourcesAdminGatewaysGatewayIdProtocolGatewayResourcesGet`                             | `list_protocol_resources_admin_gateways_gateway_id_protocol_gateway_resources_get`                     | `ListProtocolResourcesAdminGatewaysGatewayIdProtocolGatewayResourcesGet`                             | `listProtocolResourcesAdminGatewaysGatewayIdProtocolGatewayResourcesGet`                             | `ListProtocolResourcesAdminGatewaysGatewayIdProtocolGatewayResourcesGetAsync`                             | `listProtocolResourcesAdminGatewaysGatewayIdProtocolGatewayResourcesGet`                             |
| `POST`   | `/admin/gateways/{gateway_id}/protocol-gateway/resources`                          | `createProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesPost`                           | `create_protocol_resource_admin_gateways_gateway_id_protocol_gateway_resources_post`                   | `CreateProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesPost`                           | `createProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesPost`                           | `CreateProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesPostAsync`                           | `createProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesPost`                           |
| `DELETE` | `/admin/gateways/{gateway_id}/protocol-gateway/resources/{resource_id}`            | `deleteProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`               | `delete_protocol_resource_admin_gateways_gateway_id_protocol_gateway_resources_resource_id_delete`     | `DeleteProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`               | `deleteProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`               | `DeleteProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDeleteAsync`               | `deleteProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`               |
| `GET`    | `/admin/gateways/{gateway_id}/protocol-gateway/resources/{resource_id}`            | `getProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                     | `get_protocol_resource_admin_gateways_gateway_id_protocol_gateway_resources_resource_id_get`           | `GetProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                     | `getProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                     | `GetProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGetAsync`                     | `getProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                     |
| `PATCH`  | `/admin/gateways/{gateway_id}/protocol-gateway/resources/{resource_id}`            | `updateProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`                | `update_protocol_resource_admin_gateways_gateway_id_protocol_gateway_resources_resource_id_patch`      | `UpdateProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`                | `updateProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`                | `UpdateProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatchAsync`                | `updateProtocolResourceAdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`                |
| `GET`    | `/admin/gateways/{gateway_id}/redis-configs`                                       | `listRedisConfigsAdminGatewaysGatewayIdRedisConfigsGet`                                              | `list_redis_configs_admin_gateways_gateway_id_redis_configs_get`                                       | `ListRedisConfigsAdminGatewaysGatewayIdRedisConfigsGet`                                              | `listRedisConfigsAdminGatewaysGatewayIdRedisConfigsGet`                                              | `ListRedisConfigsAdminGatewaysGatewayIdRedisConfigsGetAsync`                                              | `listRedisConfigsAdminGatewaysGatewayIdRedisConfigsGet`                                              |
| `POST`   | `/admin/gateways/{gateway_id}/redis-configs`                                       | `createRedisConfigAdminGatewaysGatewayIdRedisConfigsPost`                                            | `create_redis_config_admin_gateways_gateway_id_redis_configs_post`                                     | `CreateRedisConfigAdminGatewaysGatewayIdRedisConfigsPost`                                            | `createRedisConfigAdminGatewaysGatewayIdRedisConfigsPost`                                            | `CreateRedisConfigAdminGatewaysGatewayIdRedisConfigsPostAsync`                                            | `createRedisConfigAdminGatewaysGatewayIdRedisConfigsPost`                                            |
| `DELETE` | `/admin/gateways/{gateway_id}/redis-configs/{config_id}`                           | `deleteRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                                  | `delete_redis_config_admin_gateways_gateway_id_redis_configs_config_id_delete`                         | `DeleteRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                                  | `deleteRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                                  | `DeleteRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdDeleteAsync`                                  | `deleteRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                                  |
| `GET`    | `/admin/gateways/{gateway_id}/redis-configs/{config_id}`                           | `getRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                        | `get_redis_config_admin_gateways_gateway_id_redis_configs_config_id_get`                               | `GetRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                        | `getRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                        | `GetRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdGetAsync`                                        | `getRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                        |
| `PATCH`  | `/admin/gateways/{gateway_id}/redis-configs/{config_id}`                           | `updateRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                                   | `update_redis_config_admin_gateways_gateway_id_redis_configs_config_id_patch`                          | `UpdateRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                                   | `updateRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                                   | `UpdateRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdPatchAsync`                                   | `updateRedisConfigAdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                                   |
| `POST`   | `/admin/gateways/{gateway_id}/replication-evidence`                                | `recordReplicationEvidenceAdminGatewaysGatewayIdReplicationEvidencePost`                             | `record_replication_evidence_admin_gateways_gateway_id_replication_evidence_post`                      | `RecordReplicationEvidenceAdminGatewaysGatewayIdReplicationEvidencePost`                             | `recordReplicationEvidenceAdminGatewaysGatewayIdReplicationEvidencePost`                             | `RecordReplicationEvidenceAdminGatewaysGatewayIdReplicationEvidencePostAsync`                             | `recordReplicationEvidenceAdminGatewaysGatewayIdReplicationEvidencePost`                             |
| `GET`    | `/admin/gateways/{gateway_id}/routes`                                              | `listRoutesAdminGatewaysGatewayIdRoutesGet`                                                          | `list_routes_admin_gateways_gateway_id_routes_get`                                                     | `ListRoutesAdminGatewaysGatewayIdRoutesGet`                                                          | `listRoutesAdminGatewaysGatewayIdRoutesGet`                                                          | `ListRoutesAdminGatewaysGatewayIdRoutesGetAsync`                                                          | `listRoutesAdminGatewaysGatewayIdRoutesGet`                                                          |
| `POST`   | `/admin/gateways/{gateway_id}/routes`                                              | `createRouteAdminGatewaysGatewayIdRoutesPost`                                                        | `create_route_admin_gateways_gateway_id_routes_post`                                                   | `CreateRouteAdminGatewaysGatewayIdRoutesPost`                                                        | `createRouteAdminGatewaysGatewayIdRoutesPost`                                                        | `CreateRouteAdminGatewaysGatewayIdRoutesPostAsync`                                                        | `createRouteAdminGatewaysGatewayIdRoutesPost`                                                        |
| `DELETE` | `/admin/gateways/{gateway_id}/routes/{route_id}`                                   | `deleteRouteAdminGatewaysGatewayIdRoutesRouteIdDelete`                                               | `delete_route_admin_gateways_gateway_id_routes_route_id_delete`                                        | `DeleteRouteAdminGatewaysGatewayIdRoutesRouteIdDelete`                                               | `deleteRouteAdminGatewaysGatewayIdRoutesRouteIdDelete`                                               | `DeleteRouteAdminGatewaysGatewayIdRoutesRouteIdDeleteAsync`                                               | `deleteRouteAdminGatewaysGatewayIdRoutesRouteIdDelete`                                               |
| `PATCH`  | `/admin/gateways/{gateway_id}/routes/{route_id}`                                   | `updateRouteAdminGatewaysGatewayIdRoutesRouteIdPatch`                                                | `update_route_admin_gateways_gateway_id_routes_route_id_patch`                                         | `UpdateRouteAdminGatewaysGatewayIdRoutesRouteIdPatch`                                                | `updateRouteAdminGatewaysGatewayIdRoutesRouteIdPatch`                                                | `UpdateRouteAdminGatewaysGatewayIdRoutesRouteIdPatchAsync`                                                | `updateRouteAdminGatewaysGatewayIdRoutesRouteIdPatch`                                                |
| `GET`    | `/admin/gateways/{gateway_id}/services`                                            | `listServicesAdminGatewaysGatewayIdServicesGet`                                                      | `list_services_admin_gateways_gateway_id_services_get`                                                 | `ListServicesAdminGatewaysGatewayIdServicesGet`                                                      | `listServicesAdminGatewaysGatewayIdServicesGet`                                                      | `ListServicesAdminGatewaysGatewayIdServicesGetAsync`                                                      | `listServicesAdminGatewaysGatewayIdServicesGet`                                                      |
| `POST`   | `/admin/gateways/{gateway_id}/services`                                            | `createServiceAdminGatewaysGatewayIdServicesPost`                                                    | `create_service_admin_gateways_gateway_id_services_post`                                               | `CreateServiceAdminGatewaysGatewayIdServicesPost`                                                    | `createServiceAdminGatewaysGatewayIdServicesPost`                                                    | `CreateServiceAdminGatewaysGatewayIdServicesPostAsync`                                                    | `createServiceAdminGatewaysGatewayIdServicesPost`                                                    |
| `GET`    | `/admin/gateways/{gateway_id}/services/{service_id_or_name}/routes`                | `listRoutesForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                         | `list_routes_for_service_admin_gateways_gateway_id_services_service_id_or_name_routes_get`             | `ListRoutesForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                         | `listRoutesForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                         | `ListRoutesForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGetAsync`                         | `listRoutesForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                         |
| `POST`   | `/admin/gateways/{gateway_id}/services/{service_id_or_name}/routes`                | `createRouteForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                       | `create_route_for_service_admin_gateways_gateway_id_services_service_id_or_name_routes_post`           | `CreateRouteForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                       | `createRouteForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                       | `CreateRouteForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPostAsync`                       | `createRouteForServiceAdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                       |
| `DELETE` | `/admin/gateways/{gateway_id}/services/{service_id}`                               | `deleteServiceAdminGatewaysGatewayIdServicesServiceIdDelete`                                         | `delete_service_admin_gateways_gateway_id_services_service_id_delete`                                  | `DeleteServiceAdminGatewaysGatewayIdServicesServiceIdDelete`                                         | `deleteServiceAdminGatewaysGatewayIdServicesServiceIdDelete`                                         | `DeleteServiceAdminGatewaysGatewayIdServicesServiceIdDeleteAsync`                                         | `deleteServiceAdminGatewaysGatewayIdServicesServiceIdDelete`                                         |
| `GET`    | `/admin/gateways/{gateway_id}/services/{service_id}`                               | `getServiceAdminGatewaysGatewayIdServicesServiceIdGet`                                               | `get_service_admin_gateways_gateway_id_services_service_id_get`                                        | `GetServiceAdminGatewaysGatewayIdServicesServiceIdGet`                                               | `getServiceAdminGatewaysGatewayIdServicesServiceIdGet`                                               | `GetServiceAdminGatewaysGatewayIdServicesServiceIdGetAsync`                                               | `getServiceAdminGatewaysGatewayIdServicesServiceIdGet`                                               |
| `PATCH`  | `/admin/gateways/{gateway_id}/services/{service_id}`                               | `updateServiceAdminGatewaysGatewayIdServicesServiceIdPatch`                                          | `update_service_admin_gateways_gateway_id_services_service_id_patch`                                   | `UpdateServiceAdminGatewaysGatewayIdServicesServiceIdPatch`                                          | `updateServiceAdminGatewaysGatewayIdServicesServiceIdPatch`                                          | `UpdateServiceAdminGatewaysGatewayIdServicesServiceIdPatchAsync`                                          | `updateServiceAdminGatewaysGatewayIdServicesServiceIdPatch`                                          |
| `GET`    | `/admin/gateways/{gateway_id}/snis`                                                | `listSnisAdminGatewaysGatewayIdSnisGet`                                                              | `list_snis_admin_gateways_gateway_id_snis_get`                                                         | `ListSnisAdminGatewaysGatewayIdSnisGet`                                                              | `listSnisAdminGatewaysGatewayIdSnisGet`                                                              | `ListSnisAdminGatewaysGatewayIdSnisGetAsync`                                                              | `listSnisAdminGatewaysGatewayIdSnisGet`                                                              |
| `POST`   | `/admin/gateways/{gateway_id}/snis`                                                | `createSniAdminGatewaysGatewayIdSnisPost`                                                            | `create_sni_admin_gateways_gateway_id_snis_post`                                                       | `CreateSniAdminGatewaysGatewayIdSnisPost`                                                            | `createSniAdminGatewaysGatewayIdSnisPost`                                                            | `CreateSniAdminGatewaysGatewayIdSnisPostAsync`                                                            | `createSniAdminGatewaysGatewayIdSnisPost`                                                            |
| `DELETE` | `/admin/gateways/{gateway_id}/snis/{sni_id}`                                       | `deleteSniAdminGatewaysGatewayIdSnisSniIdDelete`                                                     | `delete_sni_admin_gateways_gateway_id_snis_sni_id_delete`                                              | `DeleteSniAdminGatewaysGatewayIdSnisSniIdDelete`                                                     | `deleteSniAdminGatewaysGatewayIdSnisSniIdDelete`                                                     | `DeleteSniAdminGatewaysGatewayIdSnisSniIdDeleteAsync`                                                     | `deleteSniAdminGatewaysGatewayIdSnisSniIdDelete`                                                     |
| `GET`    | `/admin/gateways/{gateway_id}/snis/{sni_id}`                                       | `getSniAdminGatewaysGatewayIdSnisSniIdGet`                                                           | `get_sni_admin_gateways_gateway_id_snis_sni_id_get`                                                    | `GetSniAdminGatewaysGatewayIdSnisSniIdGet`                                                           | `getSniAdminGatewaysGatewayIdSnisSniIdGet`                                                           | `GetSniAdminGatewaysGatewayIdSnisSniIdGetAsync`                                                           | `getSniAdminGatewaysGatewayIdSnisSniIdGet`                                                           |
| `PATCH`  | `/admin/gateways/{gateway_id}/snis/{sni_id}`                                       | `updateSniAdminGatewaysGatewayIdSnisSniIdPatch`                                                      | `update_sni_admin_gateways_gateway_id_snis_sni_id_patch`                                               | `UpdateSniAdminGatewaysGatewayIdSnisSniIdPatch`                                                      | `updateSniAdminGatewaysGatewayIdSnisSniIdPatch`                                                      | `UpdateSniAdminGatewaysGatewayIdSnisSniIdPatchAsync`                                                      | `updateSniAdminGatewaysGatewayIdSnisSniIdPatch`                                                      |
| `POST`   | `/admin/gateways/{gateway_id}/targets`                                             | `createTargetAdminGatewaysGatewayIdTargetsPost`                                                      | `create_target_admin_gateways_gateway_id_targets_post`                                                 | `CreateTargetAdminGatewaysGatewayIdTargetsPost`                                                      | `createTargetAdminGatewaysGatewayIdTargetsPost`                                                      | `CreateTargetAdminGatewaysGatewayIdTargetsPostAsync`                                                      | `createTargetAdminGatewaysGatewayIdTargetsPost`                                                      |
| `GET`    | `/admin/gateways/{gateway_id}/targets/upstream/{upstream_id}`                      | `listTargetsByUpstreamAdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                            | `list_targets_by_upstream_admin_gateways_gateway_id_targets_upstream_upstream_id_get`                  | `ListTargetsByUpstreamAdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                            | `listTargetsByUpstreamAdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                            | `ListTargetsByUpstreamAdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGetAsync`                            | `listTargetsByUpstreamAdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                            |
| `DELETE` | `/admin/gateways/{gateway_id}/targets/{target_id}`                                 | `deleteTargetAdminGatewaysGatewayIdTargetsTargetIdDelete`                                            | `delete_target_admin_gateways_gateway_id_targets_target_id_delete`                                     | `DeleteTargetAdminGatewaysGatewayIdTargetsTargetIdDelete`                                            | `deleteTargetAdminGatewaysGatewayIdTargetsTargetIdDelete`                                            | `DeleteTargetAdminGatewaysGatewayIdTargetsTargetIdDeleteAsync`                                            | `deleteTargetAdminGatewaysGatewayIdTargetsTargetIdDelete`                                            |
| `GET`    | `/admin/gateways/{gateway_id}/traffic/recent`                                      | `getGatewayRecentTrafficAdminGatewaysGatewayIdTrafficRecentGet`                                      | `get_gateway_recent_traffic_admin_gateways_gateway_id_traffic_recent_get`                              | `GetGatewayRecentTrafficAdminGatewaysGatewayIdTrafficRecentGet`                                      | `getGatewayRecentTrafficAdminGatewaysGatewayIdTrafficRecentGet`                                      | `GetGatewayRecentTrafficAdminGatewaysGatewayIdTrafficRecentGetAsync`                                      | `getGatewayRecentTrafficAdminGatewaysGatewayIdTrafficRecentGet`                                      |
| `GET`    | `/admin/gateways/{gateway_id}/upstreams`                                           | `listUpstreamsAdminGatewaysGatewayIdUpstreamsGet`                                                    | `list_upstreams_admin_gateways_gateway_id_upstreams_get`                                               | `ListUpstreamsAdminGatewaysGatewayIdUpstreamsGet`                                                    | `listUpstreamsAdminGatewaysGatewayIdUpstreamsGet`                                                    | `ListUpstreamsAdminGatewaysGatewayIdUpstreamsGetAsync`                                                    | `listUpstreamsAdminGatewaysGatewayIdUpstreamsGet`                                                    |
| `POST`   | `/admin/gateways/{gateway_id}/upstreams`                                           | `createUpstreamAdminGatewaysGatewayIdUpstreamsPost`                                                  | `create_upstream_admin_gateways_gateway_id_upstreams_post`                                             | `CreateUpstreamAdminGatewaysGatewayIdUpstreamsPost`                                                  | `createUpstreamAdminGatewaysGatewayIdUpstreamsPost`                                                  | `CreateUpstreamAdminGatewaysGatewayIdUpstreamsPostAsync`                                                  | `createUpstreamAdminGatewaysGatewayIdUpstreamsPost`                                                  |
| `DELETE` | `/admin/gateways/{gateway_id}/upstreams/{upstream_id}`                             | `deleteUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                      | `delete_upstream_admin_gateways_gateway_id_upstreams_upstream_id_delete`                               | `DeleteUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                      | `deleteUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                      | `DeleteUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdDeleteAsync`                                      | `deleteUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                      |
| `GET`    | `/admin/gateways/{gateway_id}/upstreams/{upstream_id}`                             | `getUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                            | `get_upstream_admin_gateways_gateway_id_upstreams_upstream_id_get`                                     | `GetUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                            | `getUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                            | `GetUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdGetAsync`                                            | `getUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                            |
| `PATCH`  | `/admin/gateways/{gateway_id}/upstreams/{upstream_id}`                             | `updateUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                       | `update_upstream_admin_gateways_gateway_id_upstreams_upstream_id_patch`                                | `UpdateUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                       | `updateUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                       | `UpdateUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdPatchAsync`                                       | `updateUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                       |
| `GET`    | `/admin/gateways/{gateway_id}/upstreams/{upstream_id}/targets`                     | `listTargetsForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                          | `list_targets_for_upstream_admin_gateways_gateway_id_upstreams_upstream_id_targets_get`                | `ListTargetsForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                          | `listTargetsForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                          | `ListTargetsForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGetAsync`                          | `listTargetsForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                          |
| `POST`   | `/admin/gateways/{gateway_id}/upstreams/{upstream_id}/targets`                     | `createTargetForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                        | `create_target_for_upstream_admin_gateways_gateway_id_upstreams_upstream_id_targets_post`              | `CreateTargetForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                        | `createTargetForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                        | `CreateTargetForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPostAsync`                        | `createTargetForUpstreamAdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                        |
| `GET`    | `/admin/gateways/{gateway_id}/vaults`                                              | `listVaultsAdminGatewaysGatewayIdVaultsGet`                                                          | `list_vaults_admin_gateways_gateway_id_vaults_get`                                                     | `ListVaultsAdminGatewaysGatewayIdVaultsGet`                                                          | `listVaultsAdminGatewaysGatewayIdVaultsGet`                                                          | `ListVaultsAdminGatewaysGatewayIdVaultsGetAsync`                                                          | `listVaultsAdminGatewaysGatewayIdVaultsGet`                                                          |
| `POST`   | `/admin/gateways/{gateway_id}/vaults`                                              | `createVaultAdminGatewaysGatewayIdVaultsPost`                                                        | `create_vault_admin_gateways_gateway_id_vaults_post`                                                   | `CreateVaultAdminGatewaysGatewayIdVaultsPost`                                                        | `createVaultAdminGatewaysGatewayIdVaultsPost`                                                        | `CreateVaultAdminGatewaysGatewayIdVaultsPostAsync`                                                        | `createVaultAdminGatewaysGatewayIdVaultsPost`                                                        |
| `DELETE` | `/admin/gateways/{gateway_id}/vaults/{vault_id}`                                   | `deleteVaultAdminGatewaysGatewayIdVaultsVaultIdDelete`                                               | `delete_vault_admin_gateways_gateway_id_vaults_vault_id_delete`                                        | `DeleteVaultAdminGatewaysGatewayIdVaultsVaultIdDelete`                                               | `deleteVaultAdminGatewaysGatewayIdVaultsVaultIdDelete`                                               | `DeleteVaultAdminGatewaysGatewayIdVaultsVaultIdDeleteAsync`                                               | `deleteVaultAdminGatewaysGatewayIdVaultsVaultIdDelete`                                               |
| `GET`    | `/admin/gateways/{gateway_id}/vaults/{vault_id}`                                   | `getVaultAdminGatewaysGatewayIdVaultsVaultIdGet`                                                     | `get_vault_admin_gateways_gateway_id_vaults_vault_id_get`                                              | `GetVaultAdminGatewaysGatewayIdVaultsVaultIdGet`                                                     | `getVaultAdminGatewaysGatewayIdVaultsVaultIdGet`                                                     | `GetVaultAdminGatewaysGatewayIdVaultsVaultIdGetAsync`                                                     | `getVaultAdminGatewaysGatewayIdVaultsVaultIdGet`                                                     |
| `PATCH`  | `/admin/gateways/{gateway_id}/vaults/{vault_id}`                                   | `updateVaultAdminGatewaysGatewayIdVaultsVaultIdPatch`                                                | `update_vault_admin_gateways_gateway_id_vaults_vault_id_patch`                                         | `UpdateVaultAdminGatewaysGatewayIdVaultsVaultIdPatch`                                                | `updateVaultAdminGatewaysGatewayIdVaultsVaultIdPatch`                                                | `UpdateVaultAdminGatewaysGatewayIdVaultsVaultIdPatchAsync`                                                | `updateVaultAdminGatewaysGatewayIdVaultsVaultIdPatch`                                                |
| `GET`    | `/admin/integrations`                                                              | `listIntegrationsAdminIntegrationsGet`                                                               | `list_integrations_admin_integrations_get`                                                             | `ListIntegrationsAdminIntegrationsGet`                                                               | `listIntegrationsAdminIntegrationsGet`                                                               | `ListIntegrationsAdminIntegrationsGetAsync`                                                               | `listIntegrationsAdminIntegrationsGet`                                                               |
| `POST`   | `/admin/integrations`                                                              | `installIntegrationAdminIntegrationsPost`                                                            | `install_integration_admin_integrations_post`                                                          | `InstallIntegrationAdminIntegrationsPost`                                                            | `installIntegrationAdminIntegrationsPost`                                                            | `InstallIntegrationAdminIntegrationsPostAsync`                                                            | `installIntegrationAdminIntegrationsPost`                                                            |
| `GET`    | `/admin/integrations/sync-analytics`                                               | `getIntegrationSyncAnalyticsAdminIntegrationsSyncAnalyticsGet`                                       | `get_integration_sync_analytics_admin_integrations_sync_analytics_get`                                 | `GetIntegrationSyncAnalyticsAdminIntegrationsSyncAnalyticsGet`                                       | `getIntegrationSyncAnalyticsAdminIntegrationsSyncAnalyticsGet`                                       | `GetIntegrationSyncAnalyticsAdminIntegrationsSyncAnalyticsGetAsync`                                       | `getIntegrationSyncAnalyticsAdminIntegrationsSyncAnalyticsGet`                                       |
| `DELETE` | `/admin/integrations/{integration_id}`                                             | `uninstallIntegrationAdminIntegrationsIntegrationIdDelete`                                           | `uninstall_integration_admin_integrations_integration_id_delete`                                       | `UninstallIntegrationAdminIntegrationsIntegrationIdDelete`                                           | `uninstallIntegrationAdminIntegrationsIntegrationIdDelete`                                           | `UninstallIntegrationAdminIntegrationsIntegrationIdDeleteAsync`                                           | `uninstallIntegrationAdminIntegrationsIntegrationIdDelete`                                           |
| `PATCH`  | `/admin/integrations/{integration_id}/config`                                      | `updateIntegrationConfigAdminIntegrationsIntegrationIdConfigPatch`                                   | `update_integration_config_admin_integrations_integration_id_config_patch`                             | `UpdateIntegrationConfigAdminIntegrationsIntegrationIdConfigPatch`                                   | `updateIntegrationConfigAdminIntegrationsIntegrationIdConfigPatch`                                   | `UpdateIntegrationConfigAdminIntegrationsIntegrationIdConfigPatchAsync`                                   | `updateIntegrationConfigAdminIntegrationsIntegrationIdConfigPatch`                                   |
| `PATCH`  | `/admin/integrations/{integration_id}/state`                                       | `updateIntegrationStateAdminIntegrationsIntegrationIdStatePatch`                                     | `update_integration_state_admin_integrations_integration_id_state_patch`                               | `UpdateIntegrationStateAdminIntegrationsIntegrationIdStatePatch`                                     | `updateIntegrationStateAdminIntegrationsIntegrationIdStatePatch`                                     | `UpdateIntegrationStateAdminIntegrationsIntegrationIdStatePatchAsync`                                     | `updateIntegrationStateAdminIntegrationsIntegrationIdStatePatch`                                     |
| `POST`   | `/admin/integrations/{integration_id}/sync`                                        | `requestIntegrationSyncAdminIntegrationsIntegrationIdSyncPost`                                       | `request_integration_sync_admin_integrations_integration_id_sync_post`                                 | `RequestIntegrationSyncAdminIntegrationsIntegrationIdSyncPost`                                       | `requestIntegrationSyncAdminIntegrationsIntegrationIdSyncPost`                                       | `RequestIntegrationSyncAdminIntegrationsIntegrationIdSyncPostAsync`                                       | `requestIntegrationSyncAdminIntegrationsIntegrationIdSyncPost`                                       |
| `GET`    | `/admin/integrations/{integration_id}/sync-history`                                | `listIntegrationSyncHistoryAdminIntegrationsIntegrationIdSyncHistoryGet`                             | `list_integration_sync_history_admin_integrations_integration_id_sync_history_get`                     | `ListIntegrationSyncHistoryAdminIntegrationsIntegrationIdSyncHistoryGet`                             | `listIntegrationSyncHistoryAdminIntegrationsIntegrationIdSyncHistoryGet`                             | `ListIntegrationSyncHistoryAdminIntegrationsIntegrationIdSyncHistoryGetAsync`                             | `listIntegrationSyncHistoryAdminIntegrationsIntegrationIdSyncHistoryGet`                             |
| `POST`   | `/admin/integrations/{integration_id}/sync-operations/{operation_id}/retry`        | `retryIntegrationSyncOperationAdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost`      | `retry_integration_sync_operation_admin_integrations_integration_id_sync_operations_operation_id_retr` | `RetryIntegrationSyncOperationAdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost`      | `retryIntegrationSyncOperationAdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost`      | `RetryIntegrationSyncOperationAdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPostAsync`      | `retryIntegrationSyncOperationAdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost`      |
| `GET`    | `/admin/lifecycle/autoscaling-policies`                                            | `listAutoscalingPoliciesAdminLifecycleAutoscalingPoliciesGet`                                        | `list_autoscaling_policies_admin_lifecycle_autoscaling_policies_get`                                   | `ListAutoscalingPoliciesAdminLifecycleAutoscalingPoliciesGet`                                        | `listAutoscalingPoliciesAdminLifecycleAutoscalingPoliciesGet`                                        | `ListAutoscalingPoliciesAdminLifecycleAutoscalingPoliciesGetAsync`                                        | `listAutoscalingPoliciesAdminLifecycleAutoscalingPoliciesGet`                                        |
| `POST`   | `/admin/lifecycle/autoscaling-policies`                                            | `upsertAutoscalingPolicyAdminLifecycleAutoscalingPoliciesPost`                                       | `upsert_autoscaling_policy_admin_lifecycle_autoscaling_policies_post`                                  | `UpsertAutoscalingPolicyAdminLifecycleAutoscalingPoliciesPost`                                       | `upsertAutoscalingPolicyAdminLifecycleAutoscalingPoliciesPost`                                       | `UpsertAutoscalingPolicyAdminLifecycleAutoscalingPoliciesPostAsync`                                       | `upsertAutoscalingPolicyAdminLifecycleAutoscalingPoliciesPost`                                       |
| `GET`    | `/admin/lifecycle/drift-summaries`                                                 | `listConfigDriftSummariesAdminLifecycleDriftSummariesGet`                                            | `list_config_drift_summaries_admin_lifecycle_drift_summaries_get`                                      | `ListConfigDriftSummariesAdminLifecycleDriftSummariesGet`                                            | `listConfigDriftSummariesAdminLifecycleDriftSummariesGet`                                            | `ListConfigDriftSummariesAdminLifecycleDriftSummariesGetAsync`                                            | `listConfigDriftSummariesAdminLifecycleDriftSummariesGet`                                            |
| `POST`   | `/admin/lifecycle/drift-summaries/detect`                                          | `detectConfigDriftAdminLifecycleDriftSummariesDetectPost`                                            | `detect_config_drift_admin_lifecycle_drift_summaries_detect_post`                                      | `DetectConfigDriftAdminLifecycleDriftSummariesDetectPost`                                            | `detectConfigDriftAdminLifecycleDriftSummariesDetectPost`                                            | `DetectConfigDriftAdminLifecycleDriftSummariesDetectPostAsync`                                            | `detectConfigDriftAdminLifecycleDriftSummariesDetectPost`                                            |
| `GET`    | `/admin/lifecycle/states`                                                          | `listLifecycleStatesAdminLifecycleStatesGet`                                                         | `list_lifecycle_states_admin_lifecycle_states_get`                                                     | `ListLifecycleStatesAdminLifecycleStatesGet`                                                         | `listLifecycleStatesAdminLifecycleStatesGet`                                                         | `ListLifecycleStatesAdminLifecycleStatesGetAsync`                                                         | `listLifecycleStatesAdminLifecycleStatesGet`                                                         |
| `POST`   | `/admin/lifecycle/states`                                                          | `upsertLifecycleStateAdminLifecycleStatesPost`                                                       | `upsert_lifecycle_state_admin_lifecycle_states_post`                                                   | `UpsertLifecycleStateAdminLifecycleStatesPost`                                                       | `upsertLifecycleStateAdminLifecycleStatesPost`                                                       | `UpsertLifecycleStateAdminLifecycleStatesPostAsync`                                                       | `upsertLifecycleStateAdminLifecycleStatesPost`                                                       |
| `GET`    | `/admin/lifecycle/upgrades`                                                        | `listUpgradeOrchestrationsAdminLifecycleUpgradesGet`                                                 | `list_upgrade_orchestrations_admin_lifecycle_upgrades_get`                                             | `ListUpgradeOrchestrationsAdminLifecycleUpgradesGet`                                                 | `listUpgradeOrchestrationsAdminLifecycleUpgradesGet`                                                 | `ListUpgradeOrchestrationsAdminLifecycleUpgradesGetAsync`                                                 | `listUpgradeOrchestrationsAdminLifecycleUpgradesGet`                                                 |
| `POST`   | `/admin/lifecycle/upgrades`                                                        | `createUpgradeOrchestrationAdminLifecycleUpgradesPost`                                               | `create_upgrade_orchestration_admin_lifecycle_upgrades_post`                                           | `CreateUpgradeOrchestrationAdminLifecycleUpgradesPost`                                               | `createUpgradeOrchestrationAdminLifecycleUpgradesPost`                                               | `CreateUpgradeOrchestrationAdminLifecycleUpgradesPostAsync`                                               | `createUpgradeOrchestrationAdminLifecycleUpgradesPost`                                               |
| `PATCH`  | `/admin/lifecycle/upgrades/{upgrade_id}`                                           | `updateUpgradeOrchestrationAdminLifecycleUpgradesUpgradeIdPatch`                                     | `update_upgrade_orchestration_admin_lifecycle_upgrades_upgrade_id_patch`                               | `UpdateUpgradeOrchestrationAdminLifecycleUpgradesUpgradeIdPatch`                                     | `updateUpgradeOrchestrationAdminLifecycleUpgradesUpgradeIdPatch`                                     | `UpdateUpgradeOrchestrationAdminLifecycleUpgradesUpgradeIdPatchAsync`                                     | `updateUpgradeOrchestrationAdminLifecycleUpgradesUpgradeIdPatch`                                     |
| `GET`    | `/admin/metering-billing/invoice/export`                                           | `exportInvoiceAdminMeteringBillingInvoiceExportGet`                                                  | `export_invoice_admin_metering_billing_invoice_export_get`                                             | `ExportInvoiceAdminMeteringBillingInvoiceExportGet`                                                  | `exportInvoiceAdminMeteringBillingInvoiceExportGet`                                                  | `ExportInvoiceAdminMeteringBillingInvoiceExportGetAsync`                                                  | `exportInvoiceAdminMeteringBillingInvoiceExportGet`                                                  |
| `POST`   | `/admin/metering-billing/ledger/snapshots`                                         | `createBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsPost`                                 | `create_billing_ledger_snapshot_admin_metering_billing_ledger_snapshots_post`                          | `CreateBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsPost`                                 | `createBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsPost`                                 | `CreateBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsPostAsync`                                 | `createBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsPost`                                 |
| `GET`    | `/admin/metering-billing/ledger/snapshots/{ledger_id}`                             | `getBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdGet`                             | `get_billing_ledger_snapshot_admin_metering_billing_ledger_snapshots_ledger_id_get`                    | `GetBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdGet`                             | `getBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdGet`                             | `GetBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdGetAsync`                             | `getBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdGet`                             |
| `POST`   | `/admin/metering-billing/ledger/snapshots/{ledger_id}/finalize`                    | `finalizeBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`               | `finalize_billing_ledger_snapshot_admin_metering_billing_ledger_snapshots_ledger_id_finalize_post`     | `FinalizeBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`               | `finalizeBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`               | `FinalizeBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePostAsync`               | `finalizeBillingLedgerSnapshotAdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`               |
| `GET`    | `/admin/metering-billing/operations/status`                                        | `billingOperationsStatusAdminMeteringBillingOperationsStatusGet`                                     | `billing_operations_status_admin_metering_billing_operations_status_get`                               | `BillingOperationsStatusAdminMeteringBillingOperationsStatusGet`                                     | `billingOperationsStatusAdminMeteringBillingOperationsStatusGet`                                     | `BillingOperationsStatusAdminMeteringBillingOperationsStatusGetAsync`                                     | `billingOperationsStatusAdminMeteringBillingOperationsStatusGet`                                     |
| `POST`   | `/admin/metering-billing/periods/close`                                            | `closeBillingPeriodAdminMeteringBillingPeriodsClosePost`                                             | `close_billing_period_admin_metering_billing_periods_close_post`                                       | `CloseBillingPeriodAdminMeteringBillingPeriodsClosePost`                                             | `closeBillingPeriodAdminMeteringBillingPeriodsClosePost`                                             | `CloseBillingPeriodAdminMeteringBillingPeriodsClosePostAsync`                                             | `closeBillingPeriodAdminMeteringBillingPeriodsClosePost`                                             |
| `GET`    | `/admin/metering-billing/periods/{period_id}`                                      | `getClosedBillingPeriodAdminMeteringBillingPeriodsPeriodIdGet`                                       | `get_closed_billing_period_admin_metering_billing_periods_period_id_get`                               | `GetClosedBillingPeriodAdminMeteringBillingPeriodsPeriodIdGet`                                       | `getClosedBillingPeriodAdminMeteringBillingPeriodsPeriodIdGet`                                       | `GetClosedBillingPeriodAdminMeteringBillingPeriodsPeriodIdGetAsync`                                       | `getClosedBillingPeriodAdminMeteringBillingPeriodsPeriodIdGet`                                       |
| `GET`    | `/admin/metering-billing/summary`                                                  | `meteringBillingSummaryAdminMeteringBillingSummaryGet`                                               | `metering_billing_summary_admin_metering_billing_summary_get`                                          | `MeteringBillingSummaryAdminMeteringBillingSummaryGet`                                               | `meteringBillingSummaryAdminMeteringBillingSummaryGet`                                               | `MeteringBillingSummaryAdminMeteringBillingSummaryGetAsync`                                               | `meteringBillingSummaryAdminMeteringBillingSummaryGet`                                               |
| `GET`    | `/admin/observability/anomalies`                                                   | `listObservabilityAnomaliesAdminObservabilityAnomaliesGet`                                           | `list_observability_anomalies_admin_observability_anomalies_get`                                       | `ListObservabilityAnomaliesAdminObservabilityAnomaliesGet`                                           | `listObservabilityAnomaliesAdminObservabilityAnomaliesGet`                                           | `ListObservabilityAnomaliesAdminObservabilityAnomaliesGetAsync`                                           | `listObservabilityAnomaliesAdminObservabilityAnomaliesGet`                                           |
| `POST`   | `/admin/observability/events`                                                      | `createObservabilityEventAdminObservabilityEventsPost`                                               | `create_observability_event_admin_observability_events_post`                                           | `CreateObservabilityEventAdminObservabilityEventsPost`                                               | `createObservabilityEventAdminObservabilityEventsPost`                                               | `CreateObservabilityEventAdminObservabilityEventsPostAsync`                                               | `createObservabilityEventAdminObservabilityEventsPost`                                               |
| `GET`    | `/admin/observability/live`                                                        | `getLiveObservabilityEventsAdminObservabilityLiveGet`                                                | `get_live_observability_events_admin_observability_live_get`                                           | `GetLiveObservabilityEventsAdminObservabilityLiveGet`                                                | `getLiveObservabilityEventsAdminObservabilityLiveGet`                                                | `GetLiveObservabilityEventsAdminObservabilityLiveGetAsync`                                                | `getLiveObservabilityEventsAdminObservabilityLiveGet`                                                |
| `GET`    | `/admin/observability/requests`                                                    | `listObservabilityRequestsAdminObservabilityRequestsGet`                                             | `list_observability_requests_admin_observability_requests_get`                                         | `ListObservabilityRequestsAdminObservabilityRequestsGet`                                             | `listObservabilityRequestsAdminObservabilityRequestsGet`                                             | `ListObservabilityRequestsAdminObservabilityRequestsGetAsync`                                             | `listObservabilityRequestsAdminObservabilityRequestsGet`                                             |
| `GET`    | `/admin/observability/requests/{request_id}`                                       | `correlateObservabilityRequestAdminObservabilityRequestsRequestIdGet`                                | `correlate_observability_request_admin_observability_requests_request_id_get`                          | `CorrelateObservabilityRequestAdminObservabilityRequestsRequestIdGet`                                | `correlateObservabilityRequestAdminObservabilityRequestsRequestIdGet`                                | `CorrelateObservabilityRequestAdminObservabilityRequestsRequestIdGetAsync`                                | `correlateObservabilityRequestAdminObservabilityRequestsRequestIdGet`                                |
| `GET`    | `/admin/observability/retention`                                                   | `getObservabilityRetentionAdminObservabilityRetentionGet`                                            | `get_observability_retention_admin_observability_retention_get`                                        | `GetObservabilityRetentionAdminObservabilityRetentionGet`                                            | `getObservabilityRetentionAdminObservabilityRetentionGet`                                            | `GetObservabilityRetentionAdminObservabilityRetentionGetAsync`                                            | `getObservabilityRetentionAdminObservabilityRetentionGet`                                            |
| `PUT`    | `/admin/observability/retention`                                                   | `updateObservabilityRetentionAdminObservabilityRetentionPut`                                         | `update_observability_retention_admin_observability_retention_put`                                     | `UpdateObservabilityRetentionAdminObservabilityRetentionPut`                                         | `updateObservabilityRetentionAdminObservabilityRetentionPut`                                         | `UpdateObservabilityRetentionAdminObservabilityRetentionPutAsync`                                         | `updateObservabilityRetentionAdminObservabilityRetentionPut`                                         |
| `GET`    | `/admin/observability/summary`                                                     | `getObservabilitySummaryAdminObservabilitySummaryGet`                                                | `get_observability_summary_admin_observability_summary_get`                                            | `GetObservabilitySummaryAdminObservabilitySummaryGet`                                                | `getObservabilitySummaryAdminObservabilitySummaryGet`                                                | `GetObservabilitySummaryAdminObservabilitySummaryGetAsync`                                                | `getObservabilitySummaryAdminObservabilitySummaryGet`                                                |
| `GET`    | `/admin/rbac/organizations`                                                        | `listOrganizationsAdminRbacOrganizationsGet`                                                         | `list_organizations_admin_rbac_organizations_get`                                                      | `ListOrganizationsAdminRbacOrganizationsGet`                                                         | `listOrganizationsAdminRbacOrganizationsGet`                                                         | `ListOrganizationsAdminRbacOrganizationsGetAsync`                                                         | `listOrganizationsAdminRbacOrganizationsGet`                                                         |
| `POST`   | `/admin/rbac/organizations`                                                        | `createOrganizationAdminRbacOrganizationsPost`                                                       | `create_organization_admin_rbac_organizations_post`                                                    | `CreateOrganizationAdminRbacOrganizationsPost`                                                       | `createOrganizationAdminRbacOrganizationsPost`                                                       | `CreateOrganizationAdminRbacOrganizationsPostAsync`                                                       | `createOrganizationAdminRbacOrganizationsPost`                                                       |
| `DELETE` | `/admin/rbac/organizations/{organization_id}`                                      | `deleteOrganizationAdminRbacOrganizationsOrganizationIdDelete`                                       | `delete_organization_admin_rbac_organizations_organization_id_delete`                                  | `DeleteOrganizationAdminRbacOrganizationsOrganizationIdDelete`                                       | `deleteOrganizationAdminRbacOrganizationsOrganizationIdDelete`                                       | `DeleteOrganizationAdminRbacOrganizationsOrganizationIdDeleteAsync`                                       | `deleteOrganizationAdminRbacOrganizationsOrganizationIdDelete`                                       |
| `GET`    | `/admin/rbac/organizations/{organization_id}`                                      | `getOrganizationAdminRbacOrganizationsOrganizationIdGet`                                             | `get_organization_admin_rbac_organizations_organization_id_get`                                        | `GetOrganizationAdminRbacOrganizationsOrganizationIdGet`                                             | `getOrganizationAdminRbacOrganizationsOrganizationIdGet`                                             | `GetOrganizationAdminRbacOrganizationsOrganizationIdGetAsync`                                             | `getOrganizationAdminRbacOrganizationsOrganizationIdGet`                                             |
| `PATCH`  | `/admin/rbac/organizations/{organization_id}`                                      | `updateOrganizationAdminRbacOrganizationsOrganizationIdPatch`                                        | `update_organization_admin_rbac_organizations_organization_id_patch`                                   | `UpdateOrganizationAdminRbacOrganizationsOrganizationIdPatch`                                        | `updateOrganizationAdminRbacOrganizationsOrganizationIdPatch`                                        | `UpdateOrganizationAdminRbacOrganizationsOrganizationIdPatchAsync`                                        | `updateOrganizationAdminRbacOrganizationsOrganizationIdPatch`                                        |
| `GET`    | `/admin/rbac/permission-matrix`                                                    | `getPermissionMatrixAdminRbacPermissionMatrixGet`                                                    | `get_permission_matrix_admin_rbac_permission_matrix_get`                                               | `GetPermissionMatrixAdminRbacPermissionMatrixGet`                                                    | `getPermissionMatrixAdminRbacPermissionMatrixGet`                                                    | `GetPermissionMatrixAdminRbacPermissionMatrixGetAsync`                                                    | `getPermissionMatrixAdminRbacPermissionMatrixGet`                                                    |
| `PUT`    | `/admin/rbac/permission-matrix`                                                    | `replacePermissionMatrixAdminRbacPermissionMatrixPut`                                                | `replace_permission_matrix_admin_rbac_permission_matrix_put`                                           | `ReplacePermissionMatrixAdminRbacPermissionMatrixPut`                                                | `replacePermissionMatrixAdminRbacPermissionMatrixPut`                                                | `ReplacePermissionMatrixAdminRbacPermissionMatrixPutAsync`                                                | `replacePermissionMatrixAdminRbacPermissionMatrixPut`                                                |
| `GET`    | `/admin/rbac/permissions`                                                          | `listPermissionsAdminRbacPermissionsGet`                                                             | `list_permissions_admin_rbac_permissions_get`                                                          | `ListPermissionsAdminRbacPermissionsGet`                                                             | `listPermissionsAdminRbacPermissionsGet`                                                             | `ListPermissionsAdminRbacPermissionsGetAsync`                                                             | `listPermissionsAdminRbacPermissionsGet`                                                             |
| `GET`    | `/admin/rbac/roles`                                                                | `listCustomRolesAdminRbacRolesGet`                                                                   | `list_custom_roles_admin_rbac_roles_get`                                                               | `ListCustomRolesAdminRbacRolesGet`                                                                   | `listCustomRolesAdminRbacRolesGet`                                                                   | `ListCustomRolesAdminRbacRolesGetAsync`                                                                   | `listCustomRolesAdminRbacRolesGet`                                                                   |
| `POST`   | `/admin/rbac/roles`                                                                | `createCustomRoleAdminRbacRolesPost`                                                                 | `create_custom_role_admin_rbac_roles_post`                                                             | `CreateCustomRoleAdminRbacRolesPost`                                                                 | `createCustomRoleAdminRbacRolesPost`                                                                 | `CreateCustomRoleAdminRbacRolesPostAsync`                                                                 | `createCustomRoleAdminRbacRolesPost`                                                                 |
| `DELETE` | `/admin/rbac/roles/{role_id}`                                                      | `deleteCustomRoleAdminRbacRolesRoleIdDelete`                                                         | `delete_custom_role_admin_rbac_roles_role_id_delete`                                                   | `DeleteCustomRoleAdminRbacRolesRoleIdDelete`                                                         | `deleteCustomRoleAdminRbacRolesRoleIdDelete`                                                         | `DeleteCustomRoleAdminRbacRolesRoleIdDeleteAsync`                                                         | `deleteCustomRoleAdminRbacRolesRoleIdDelete`                                                         |
| `GET`    | `/admin/rbac/roles/{role_id}`                                                      | `getCustomRoleAdminRbacRolesRoleIdGet`                                                               | `get_custom_role_admin_rbac_roles_role_id_get`                                                         | `GetCustomRoleAdminRbacRolesRoleIdGet`                                                               | `getCustomRoleAdminRbacRolesRoleIdGet`                                                               | `GetCustomRoleAdminRbacRolesRoleIdGetAsync`                                                               | `getCustomRoleAdminRbacRolesRoleIdGet`                                                               |
| `PATCH`  | `/admin/rbac/roles/{role_id}`                                                      | `updateCustomRoleAdminRbacRolesRoleIdPatch`                                                          | `update_custom_role_admin_rbac_roles_role_id_patch`                                                    | `UpdateCustomRoleAdminRbacRolesRoleIdPatch`                                                          | `updateCustomRoleAdminRbacRolesRoleIdPatch`                                                          | `UpdateCustomRoleAdminRbacRolesRoleIdPatchAsync`                                                          | `updateCustomRoleAdminRbacRolesRoleIdPatch`                                                          |
| `GET`    | `/admin/rbac/teams`                                                                | `listTeamsAdminRbacTeamsGet`                                                                         | `list_teams_admin_rbac_teams_get`                                                                      | `ListTeamsAdminRbacTeamsGet`                                                                         | `listTeamsAdminRbacTeamsGet`                                                                         | `ListTeamsAdminRbacTeamsGetAsync`                                                                         | `listTeamsAdminRbacTeamsGet`                                                                         |
| `POST`   | `/admin/rbac/teams`                                                                | `createTeamAdminRbacTeamsPost`                                                                       | `create_team_admin_rbac_teams_post`                                                                    | `CreateTeamAdminRbacTeamsPost`                                                                       | `createTeamAdminRbacTeamsPost`                                                                       | `CreateTeamAdminRbacTeamsPostAsync`                                                                       | `createTeamAdminRbacTeamsPost`                                                                       |
| `DELETE` | `/admin/rbac/teams/{team_id}`                                                      | `deleteTeamAdminRbacTeamsTeamIdDelete`                                                               | `delete_team_admin_rbac_teams_team_id_delete`                                                          | `DeleteTeamAdminRbacTeamsTeamIdDelete`                                                               | `deleteTeamAdminRbacTeamsTeamIdDelete`                                                               | `DeleteTeamAdminRbacTeamsTeamIdDeleteAsync`                                                               | `deleteTeamAdminRbacTeamsTeamIdDelete`                                                               |
| `GET`    | `/admin/rbac/teams/{team_id}`                                                      | `getTeamAdminRbacTeamsTeamIdGet`                                                                     | `get_team_admin_rbac_teams_team_id_get`                                                                | `GetTeamAdminRbacTeamsTeamIdGet`                                                                     | `getTeamAdminRbacTeamsTeamIdGet`                                                                     | `GetTeamAdminRbacTeamsTeamIdGetAsync`                                                                     | `getTeamAdminRbacTeamsTeamIdGet`                                                                     |
| `PATCH`  | `/admin/rbac/teams/{team_id}`                                                      | `updateTeamAdminRbacTeamsTeamIdPatch`                                                                | `update_team_admin_rbac_teams_team_id_patch`                                                           | `UpdateTeamAdminRbacTeamsTeamIdPatch`                                                                | `updateTeamAdminRbacTeamsTeamIdPatch`                                                                | `UpdateTeamAdminRbacTeamsTeamIdPatchAsync`                                                                | `updateTeamAdminRbacTeamsTeamIdPatch`                                                                |
| `GET`    | `/admin/realms`                                                                    | `listRealmsAdminRealmsGet`                                                                           | `list_realms_admin_realms_get`                                                                         | `ListRealmsAdminRealmsGet`                                                                           | `listRealmsAdminRealmsGet`                                                                           | `ListRealmsAdminRealmsGetAsync`                                                                           | `listRealmsAdminRealmsGet`                                                                           |
| `POST`   | `/admin/realms`                                                                    | `createRealmAdminRealmsPost`                                                                         | `create_realm_admin_realms_post`                                                                       | `CreateRealmAdminRealmsPost`                                                                         | `createRealmAdminRealmsPost`                                                                         | `CreateRealmAdminRealmsPostAsync`                                                                         | `createRealmAdminRealmsPost`                                                                         |
| `GET`    | `/admin/regions`                                                                   | `listRegionsAdminRegionsGet`                                                                         | `list_regions_admin_regions_get`                                                                       | `ListRegionsAdminRegionsGet`                                                                         | `listRegionsAdminRegionsGet`                                                                         | `ListRegionsAdminRegionsGetAsync`                                                                         | `listRegionsAdminRegionsGet`                                                                         |
| `POST`   | `/admin/regions`                                                                   | `createRegionAdminRegionsPost`                                                                       | `create_region_admin_regions_post`                                                                     | `CreateRegionAdminRegionsPost`                                                                       | `createRegionAdminRegionsPost`                                                                       | `CreateRegionAdminRegionsPostAsync`                                                                       | `createRegionAdminRegionsPost`                                                                       |
| `GET`    | `/admin/regions/{region_id}`                                                       | `getRegionAdminRegionsRegionIdGet`                                                                   | `get_region_admin_regions_region_id_get`                                                               | `GetRegionAdminRegionsRegionIdGet`                                                                   | `getRegionAdminRegionsRegionIdGet`                                                                   | `GetRegionAdminRegionsRegionIdGetAsync`                                                                   | `getRegionAdminRegionsRegionIdGet`                                                                   |
| `POST`   | `/admin/regions/{region_id}/health-evidence`                                       | `recordRegionHealthAdminRegionsRegionIdHealthEvidencePost`                                           | `record_region_health_admin_regions_region_id_health_evidence_post`                                    | `RecordRegionHealthAdminRegionsRegionIdHealthEvidencePost`                                           | `recordRegionHealthAdminRegionsRegionIdHealthEvidencePost`                                           | `RecordRegionHealthAdminRegionsRegionIdHealthEvidencePostAsync`                                           | `recordRegionHealthAdminRegionsRegionIdHealthEvidencePost`                                           |
| `GET`    | `/admin/scim/v2/Groups`                                                            | `listGroupsAdminScimV2GroupsGet`                                                                     | `list_groups_admin_scim_v2_groups_get`                                                                 | `ListGroupsAdminScimV2GroupsGet`                                                                     | `listGroupsAdminScimV2GroupsGet`                                                                     | `ListGroupsAdminScimV2GroupsGetAsync`                                                                     | `listGroupsAdminScimV2GroupsGet`                                                                     |
| `POST`   | `/admin/scim/v2/Groups`                                                            | `createGroupAdminScimV2GroupsPost`                                                                   | `create_group_admin_scim_v2_groups_post`                                                               | `CreateGroupAdminScimV2GroupsPost`                                                                   | `createGroupAdminScimV2GroupsPost`                                                                   | `CreateGroupAdminScimV2GroupsPostAsync`                                                                   | `createGroupAdminScimV2GroupsPost`                                                                   |
| `DELETE` | `/admin/scim/v2/Groups/{group_id}`                                                 | `deleteGroupAdminScimV2GroupsGroupIdDelete`                                                          | `delete_group_admin_scim_v2_groups_group_id_delete`                                                    | `DeleteGroupAdminScimV2GroupsGroupIdDelete`                                                          | `deleteGroupAdminScimV2GroupsGroupIdDelete`                                                          | `DeleteGroupAdminScimV2GroupsGroupIdDeleteAsync`                                                          | `deleteGroupAdminScimV2GroupsGroupIdDelete`                                                          |
| `GET`    | `/admin/scim/v2/Groups/{group_id}`                                                 | `getGroupAdminScimV2GroupsGroupIdGet`                                                                | `get_group_admin_scim_v2_groups_group_id_get`                                                          | `GetGroupAdminScimV2GroupsGroupIdGet`                                                                | `getGroupAdminScimV2GroupsGroupIdGet`                                                                | `GetGroupAdminScimV2GroupsGroupIdGetAsync`                                                                | `getGroupAdminScimV2GroupsGroupIdGet`                                                                |
| `PATCH`  | `/admin/scim/v2/Groups/{group_id}`                                                 | `patchGroupAdminScimV2GroupsGroupIdPatch`                                                            | `patch_group_admin_scim_v2_groups_group_id_patch`                                                      | `PatchGroupAdminScimV2GroupsGroupIdPatch`                                                            | `patchGroupAdminScimV2GroupsGroupIdPatch`                                                            | `PatchGroupAdminScimV2GroupsGroupIdPatchAsync`                                                            | `patchGroupAdminScimV2GroupsGroupIdPatch`                                                            |
| `PUT`    | `/admin/scim/v2/Groups/{group_id}`                                                 | `replaceGroupAdminScimV2GroupsGroupIdPut`                                                            | `replace_group_admin_scim_v2_groups_group_id_put`                                                      | `ReplaceGroupAdminScimV2GroupsGroupIdPut`                                                            | `replaceGroupAdminScimV2GroupsGroupIdPut`                                                            | `ReplaceGroupAdminScimV2GroupsGroupIdPutAsync`                                                            | `replaceGroupAdminScimV2GroupsGroupIdPut`                                                            |
| `GET`    | `/admin/scim/v2/ResourceTypes`                                                     | `resourceTypesAdminScimV2ResourceTypesGet`                                                           | `resource_types_admin_scim_v2_resource_types_get`                                                      | `ResourceTypesAdminScimV2ResourceTypesGet`                                                           | `resourceTypesAdminScimV2ResourceTypesGet`                                                           | `ResourceTypesAdminScimV2ResourceTypesGetAsync`                                                           | `resourceTypesAdminScimV2ResourceTypesGet`                                                           |
| `GET`    | `/admin/scim/v2/Schemas`                                                           | `schemasAdminScimV2SchemasGet`                                                                       | `schemas_admin_scim_v2_schemas_get`                                                                    | `SchemasAdminScimV2SchemasGet`                                                                       | `schemasAdminScimV2SchemasGet`                                                                       | `SchemasAdminScimV2SchemasGetAsync`                                                                       | `schemasAdminScimV2SchemasGet`                                                                       |
| `GET`    | `/admin/scim/v2/ServiceProviderConfig`                                             | `serviceProviderConfigAdminScimV2ServiceProviderConfigGet`                                           | `service_provider_config_admin_scim_v2_service_provider_config_get`                                    | `ServiceProviderConfigAdminScimV2ServiceProviderConfigGet`                                           | `serviceProviderConfigAdminScimV2ServiceProviderConfigGet`                                           | `ServiceProviderConfigAdminScimV2ServiceProviderConfigGetAsync`                                           | `serviceProviderConfigAdminScimV2ServiceProviderConfigGet`                                           |
| `GET`    | `/admin/scim/v2/Users`                                                             | `listUsersAdminScimV2UsersGet`                                                                       | `list_users_admin_scim_v2_users_get`                                                                   | `ListUsersAdminScimV2UsersGet`                                                                       | `listUsersAdminScimV2UsersGet`                                                                       | `ListUsersAdminScimV2UsersGetAsync`                                                                       | `listUsersAdminScimV2UsersGet`                                                                       |
| `POST`   | `/admin/scim/v2/Users`                                                             | `createUserAdminScimV2UsersPost`                                                                     | `create_user_admin_scim_v2_users_post`                                                                 | `CreateUserAdminScimV2UsersPost`                                                                     | `createUserAdminScimV2UsersPost`                                                                     | `CreateUserAdminScimV2UsersPostAsync`                                                                     | `createUserAdminScimV2UsersPost`                                                                     |
| `DELETE` | `/admin/scim/v2/Users/{user_id}`                                                   | `deleteUserAdminScimV2UsersUserIdDelete`                                                             | `delete_user_admin_scim_v2_users_user_id_delete`                                                       | `DeleteUserAdminScimV2UsersUserIdDelete`                                                             | `deleteUserAdminScimV2UsersUserIdDelete`                                                             | `DeleteUserAdminScimV2UsersUserIdDeleteAsync`                                                             | `deleteUserAdminScimV2UsersUserIdDelete`                                                             |
| `GET`    | `/admin/scim/v2/Users/{user_id}`                                                   | `getUserAdminScimV2UsersUserIdGet`                                                                   | `get_user_admin_scim_v2_users_user_id_get`                                                             | `GetUserAdminScimV2UsersUserIdGet`                                                                   | `getUserAdminScimV2UsersUserIdGet`                                                                   | `GetUserAdminScimV2UsersUserIdGetAsync`                                                                   | `getUserAdminScimV2UsersUserIdGet`                                                                   |
| `PATCH`  | `/admin/scim/v2/Users/{user_id}`                                                   | `patchUserAdminScimV2UsersUserIdPatch`                                                               | `patch_user_admin_scim_v2_users_user_id_patch`                                                         | `PatchUserAdminScimV2UsersUserIdPatch`                                                               | `patchUserAdminScimV2UsersUserIdPatch`                                                               | `PatchUserAdminScimV2UsersUserIdPatchAsync`                                                               | `patchUserAdminScimV2UsersUserIdPatch`                                                               |
| `PUT`    | `/admin/scim/v2/Users/{user_id}`                                                   | `replaceUserAdminScimV2UsersUserIdPut`                                                               | `replace_user_admin_scim_v2_users_user_id_put`                                                         | `ReplaceUserAdminScimV2UsersUserIdPut`                                                               | `replaceUserAdminScimV2UsersUserIdPut`                                                               | `ReplaceUserAdminScimV2UsersUserIdPutAsync`                                                               | `replaceUserAdminScimV2UsersUserIdPut`                                                               |
| `GET`    | `/admin/slos`                                                                      | `listSlosAdminSlosGet`                                                                               | `list_slos_admin_slos_get`                                                                             | `ListSlosAdminSlosGet`                                                                               | `listSlosAdminSlosGet`                                                                               | `ListSlosAdminSlosGetAsync`                                                                               | `listSlosAdminSlosGet`                                                                               |
| `POST`   | `/admin/slos`                                                                      | `createSloAdminSlosPost`                                                                             | `create_slo_admin_slos_post`                                                                           | `CreateSloAdminSlosPost`                                                                             | `createSloAdminSlosPost`                                                                             | `CreateSloAdminSlosPostAsync`                                                                             | `createSloAdminSlosPost`                                                                             |
| `POST`   | `/admin/slos/evaluate`                                                             | `evaluateSlosAdminSlosEvaluatePost`                                                                  | `evaluate_slos_admin_slos_evaluate_post`                                                               | `EvaluateSlosAdminSlosEvaluatePost`                                                                  | `evaluateSlosAdminSlosEvaluatePost`                                                                  | `EvaluateSlosAdminSlosEvaluatePostAsync`                                                                  | `evaluateSlosAdminSlosEvaluatePost`                                                                  |
| `DELETE` | `/admin/slos/{slo_id}`                                                             | `deleteSloAdminSlosSloIdDelete`                                                                      | `delete_slo_admin_slos_slo_id_delete`                                                                  | `DeleteSloAdminSlosSloIdDelete`                                                                      | `deleteSloAdminSlosSloIdDelete`                                                                      | `DeleteSloAdminSlosSloIdDeleteAsync`                                                                      | `deleteSloAdminSlosSloIdDelete`                                                                      |
| `GET`    | `/admin/slos/{slo_id}`                                                             | `getSloAdminSlosSloIdGet`                                                                            | `get_slo_admin_slos_slo_id_get`                                                                        | `GetSloAdminSlosSloIdGet`                                                                            | `getSloAdminSlosSloIdGet`                                                                            | `GetSloAdminSlosSloIdGetAsync`                                                                            | `getSloAdminSlosSloIdGet`                                                                            |
| `PATCH`  | `/admin/slos/{slo_id}`                                                             | `updateSloAdminSlosSloIdPatch`                                                                       | `update_slo_admin_slos_slo_id_patch`                                                                   | `UpdateSloAdminSlosSloIdPatch`                                                                       | `updateSloAdminSlosSloIdPatch`                                                                       | `UpdateSloAdminSlosSloIdPatchAsync`                                                                       | `updateSloAdminSlosSloIdPatch`                                                                       |
| `POST`   | `/admin/slos/{slo_id}/acknowledge`                                                 | `acknowledgeSloAlertAdminSlosSloIdAcknowledgePost`                                                   | `acknowledge_slo_alert_admin_slos_slo_id_acknowledge_post`                                             | `AcknowledgeSloAlertAdminSlosSloIdAcknowledgePost`                                                   | `acknowledgeSloAlertAdminSlosSloIdAcknowledgePost`                                                   | `AcknowledgeSloAlertAdminSlosSloIdAcknowledgePostAsync`                                                   | `acknowledgeSloAlertAdminSlosSloIdAcknowledgePost`                                                   |
| `POST`   | `/admin/slos/{slo_id}/evaluate`                                                    | `evaluateSloAdminSlosSloIdEvaluatePost`                                                              | `evaluate_slo_admin_slos_slo_id_evaluate_post`                                                         | `EvaluateSloAdminSlosSloIdEvaluatePost`                                                              | `evaluateSloAdminSlosSloIdEvaluatePost`                                                              | `EvaluateSloAdminSlosSloIdEvaluatePostAsync`                                                              | `evaluateSloAdminSlosSloIdEvaluatePost`                                                              |
| `GET`    | `/admin/slos/{slo_id}/timeline`                                                    | `getSloTimelineAdminSlosSloIdTimelineGet`                                                            | `get_slo_timeline_admin_slos_slo_id_timeline_get`                                                      | `GetSloTimelineAdminSlosSloIdTimelineGet`                                                            | `getSloTimelineAdminSlosSloIdTimelineGet`                                                            | `GetSloTimelineAdminSlosSloIdTimelineGetAsync`                                                            | `getSloTimelineAdminSlosSloIdTimelineGet`                                                            |
| `GET`    | `/admin/workspaces`                                                                | `listWorkspacesAdminWorkspacesGet`                                                                   | `list_workspaces_admin_workspaces_get`                                                                 | `ListWorkspacesAdminWorkspacesGet`                                                                   | `listWorkspacesAdminWorkspacesGet`                                                                   | `ListWorkspacesAdminWorkspacesGetAsync`                                                                   | `listWorkspacesAdminWorkspacesGet`                                                                   |
| `POST`   | `/admin/workspaces`                                                                | `createWorkspaceAdminWorkspacesPost`                                                                 | `create_workspace_admin_workspaces_post`                                                               | `CreateWorkspaceAdminWorkspacesPost`                                                                 | `createWorkspaceAdminWorkspacesPost`                                                                 | `CreateWorkspaceAdminWorkspacesPostAsync`                                                                 | `createWorkspaceAdminWorkspacesPost`                                                                 |
| `DELETE` | `/admin/workspaces/{workspace_id}`                                                 | `deleteWorkspaceAdminWorkspacesWorkspaceIdDelete`                                                    | `delete_workspace_admin_workspaces_workspace_id_delete`                                                | `DeleteWorkspaceAdminWorkspacesWorkspaceIdDelete`                                                    | `deleteWorkspaceAdminWorkspacesWorkspaceIdDelete`                                                    | `DeleteWorkspaceAdminWorkspacesWorkspaceIdDeleteAsync`                                                    | `deleteWorkspaceAdminWorkspacesWorkspaceIdDelete`                                                    |
| `GET`    | `/admin/workspaces/{workspace_id}`                                                 | `getWorkspaceAdminWorkspacesWorkspaceIdGet`                                                          | `get_workspace_admin_workspaces_workspace_id_get`                                                      | `GetWorkspaceAdminWorkspacesWorkspaceIdGet`                                                          | `getWorkspaceAdminWorkspacesWorkspaceIdGet`                                                          | `GetWorkspaceAdminWorkspacesWorkspaceIdGetAsync`                                                          | `getWorkspaceAdminWorkspacesWorkspaceIdGet`                                                          |
| `PATCH`  | `/admin/workspaces/{workspace_id}`                                                 | `updateWorkspaceAdminWorkspacesWorkspaceIdPatch`                                                     | `update_workspace_admin_workspaces_workspace_id_patch`                                                 | `UpdateWorkspaceAdminWorkspacesWorkspaceIdPatch`                                                     | `updateWorkspaceAdminWorkspacesWorkspaceIdPatch`                                                     | `UpdateWorkspaceAdminWorkspacesWorkspaceIdPatchAsync`                                                     | `updateWorkspaceAdminWorkspacesWorkspaceIdPatch`                                                     |
| `POST`   | `/ai/v1/chat/completions`                                                          | `aiChatCompletionsAiV1ChatCompletionsPost`                                                           | `ai_chat_completions_ai_v1_chat_completions_post`                                                      | `AiChatCompletionsAiV1ChatCompletionsPost`                                                           | `aiChatCompletionsAiV1ChatCompletionsPost`                                                           | `AiChatCompletionsAiV1ChatCompletionsPostAsync`                                                           | `aiChatCompletionsAiV1ChatCompletionsPost`                                                           |
| `GET`    | `/api/v1/admin/api-tokens`                                                         | `listAdminApiTokensApiV1AdminApiTokensGet`                                                           | `list_admin_api_tokens_api_v1_admin_api_tokens_get`                                                    | `ListAdminApiTokensApiV1AdminApiTokensGet`                                                           | `listAdminApiTokensApiV1AdminApiTokensGet`                                                           | `ListAdminApiTokensApiV1AdminApiTokensGetAsync`                                                           | `listAdminApiTokensApiV1AdminApiTokensGet`                                                           |
| `POST`   | `/api/v1/admin/api-tokens`                                                         | `createAdminApiTokenApiV1AdminApiTokensPost`                                                         | `create_admin_api_token_api_v1_admin_api_tokens_post`                                                  | `CreateAdminApiTokenApiV1AdminApiTokensPost`                                                         | `createAdminApiTokenApiV1AdminApiTokensPost`                                                         | `CreateAdminApiTokenApiV1AdminApiTokensPostAsync`                                                         | `createAdminApiTokenApiV1AdminApiTokensPost`                                                         |
| `DELETE` | `/api/v1/admin/api-tokens/{token_id}`                                              | `revokeAdminApiTokenApiV1AdminApiTokensTokenIdDelete`                                                | `revoke_admin_api_token_api_v1_admin_api_tokens_token_id_delete`                                       | `RevokeAdminApiTokenApiV1AdminApiTokensTokenIdDelete`                                                | `revokeAdminApiTokenApiV1AdminApiTokensTokenIdDelete`                                                | `RevokeAdminApiTokenApiV1AdminApiTokensTokenIdDeleteAsync`                                                | `revokeAdminApiTokenApiV1AdminApiTokensTokenIdDelete`                                                |
| `GET`    | `/api/v1/admin/api-tokens/{token_id}`                                              | `getAdminApiTokenApiV1AdminApiTokensTokenIdGet`                                                      | `get_admin_api_token_api_v1_admin_api_tokens_token_id_get`                                             | `GetAdminApiTokenApiV1AdminApiTokensTokenIdGet`                                                      | `getAdminApiTokenApiV1AdminApiTokensTokenIdGet`                                                      | `GetAdminApiTokenApiV1AdminApiTokensTokenIdGetAsync`                                                      | `getAdminApiTokenApiV1AdminApiTokensTokenIdGet`                                                      |
| `GET`    | `/api/v1/admin/audits/`                                                            | `listAuditsApiV1AdminAuditsGet`                                                                      | `list_audits_api_v1_admin_audits_get`                                                                  | `ListAuditsApiV1AdminAuditsGet`                                                                      | `listAuditsApiV1AdminAuditsGet`                                                                      | `ListAuditsApiV1AdminAuditsGetAsync`                                                                      | `listAuditsApiV1AdminAuditsGet`                                                                      |
| `GET`    | `/api/v1/admin/background-jobs`                                                    | `listBackgroundJobsApiV1AdminBackgroundJobsGet`                                                      | `list_background_jobs_api_v1_admin_background_jobs_get`                                                | `ListBackgroundJobsApiV1AdminBackgroundJobsGet`                                                      | `listBackgroundJobsApiV1AdminBackgroundJobsGet`                                                      | `ListBackgroundJobsApiV1AdminBackgroundJobsGetAsync`                                                      | `listBackgroundJobsApiV1AdminBackgroundJobsGet`                                                      |
| `GET`    | `/api/v1/admin/background-jobs/health`                                             | `backgroundWorkerHealthApiV1AdminBackgroundJobsHealthGet`                                            | `background_worker_health_api_v1_admin_background_jobs_health_get`                                     | `BackgroundWorkerHealthApiV1AdminBackgroundJobsHealthGet`                                            | `backgroundWorkerHealthApiV1AdminBackgroundJobsHealthGet`                                            | `BackgroundWorkerHealthApiV1AdminBackgroundJobsHealthGetAsync`                                            | `backgroundWorkerHealthApiV1AdminBackgroundJobsHealthGet`                                            |
| `GET`    | `/api/v1/admin/background-jobs/{job_id}`                                           | `getBackgroundJobApiV1AdminBackgroundJobsJobIdGet`                                                   | `get_background_job_api_v1_admin_background_jobs_job_id_get`                                           | `GetBackgroundJobApiV1AdminBackgroundJobsJobIdGet`                                                   | `getBackgroundJobApiV1AdminBackgroundJobsJobIdGet`                                                   | `GetBackgroundJobApiV1AdminBackgroundJobsJobIdGetAsync`                                                   | `getBackgroundJobApiV1AdminBackgroundJobsJobIdGet`                                                   |
| `POST`   | `/api/v1/admin/background-jobs/{job_id}/cancel`                                    | `cancelBackgroundJobApiV1AdminBackgroundJobsJobIdCancelPost`                                         | `cancel_background_job_api_v1_admin_background_jobs_job_id_cancel_post`                                | `CancelBackgroundJobApiV1AdminBackgroundJobsJobIdCancelPost`                                         | `cancelBackgroundJobApiV1AdminBackgroundJobsJobIdCancelPost`                                         | `CancelBackgroundJobApiV1AdminBackgroundJobsJobIdCancelPostAsync`                                         | `cancelBackgroundJobApiV1AdminBackgroundJobsJobIdCancelPost`                                         |
| `POST`   | `/api/v1/admin/background-jobs/{job_id}/replay`                                    | `replayBackgroundJobApiV1AdminBackgroundJobsJobIdReplayPost`                                         | `replay_background_job_api_v1_admin_background_jobs_job_id_replay_post`                                | `ReplayBackgroundJobApiV1AdminBackgroundJobsJobIdReplayPost`                                         | `replayBackgroundJobApiV1AdminBackgroundJobsJobIdReplayPost`                                         | `ReplayBackgroundJobApiV1AdminBackgroundJobsJobIdReplayPostAsync`                                         | `replayBackgroundJobApiV1AdminBackgroundJobsJobIdReplayPost`                                         |
| `POST`   | `/api/v1/admin/config/diff`                                                        | `diffConfigApiV1AdminConfigDiffPost`                                                                 | `diff_config_api_v1_admin_config_diff_post`                                                            | `DiffConfigApiV1AdminConfigDiffPost`                                                                 | `diffConfigApiV1AdminConfigDiffPost`                                                                 | `DiffConfigApiV1AdminConfigDiffPostAsync`                                                                 | `diffConfigApiV1AdminConfigDiffPost`                                                                 |
| `GET`    | `/api/v1/admin/config/export`                                                      | `exportConfigApiV1AdminConfigExportGet`                                                              | `export_config_api_v1_admin_config_export_get`                                                         | `ExportConfigApiV1AdminConfigExportGet`                                                              | `exportConfigApiV1AdminConfigExportGet`                                                              | `ExportConfigApiV1AdminConfigExportGetAsync`                                                              | `exportConfigApiV1AdminConfigExportGet`                                                              |
| `POST`   | `/api/v1/admin/config/import`                                                      | `importConfigApiV1AdminConfigImportPost`                                                             | `import_config_api_v1_admin_config_import_post`                                                        | `ImportConfigApiV1AdminConfigImportPost`                                                             | `importConfigApiV1AdminConfigImportPost`                                                             | `ImportConfigApiV1AdminConfigImportPostAsync`                                                             | `importConfigApiV1AdminConfigImportPost`                                                             |
| `GET`    | `/api/v1/admin/config/snapshots`                                                   | `listConfigSnapshotsApiV1AdminConfigSnapshotsGet`                                                    | `list_config_snapshots_api_v1_admin_config_snapshots_get`                                              | `ListConfigSnapshotsApiV1AdminConfigSnapshotsGet`                                                    | `listConfigSnapshotsApiV1AdminConfigSnapshotsGet`                                                    | `ListConfigSnapshotsApiV1AdminConfigSnapshotsGetAsync`                                                    | `listConfigSnapshotsApiV1AdminConfigSnapshotsGet`                                                    |
| `POST`   | `/api/v1/admin/config/snapshots`                                                   | `createConfigSnapshotApiV1AdminConfigSnapshotsPost`                                                  | `create_config_snapshot_api_v1_admin_config_snapshots_post`                                            | `CreateConfigSnapshotApiV1AdminConfigSnapshotsPost`                                                  | `createConfigSnapshotApiV1AdminConfigSnapshotsPost`                                                  | `CreateConfigSnapshotApiV1AdminConfigSnapshotsPostAsync`                                                  | `createConfigSnapshotApiV1AdminConfigSnapshotsPost`                                                  |
| `POST`   | `/api/v1/admin/config/snapshots/{snapshot_id}/rollback`                            | `rollbackConfigSnapshotApiV1AdminConfigSnapshotsSnapshotIdRollbackPost`                              | `rollback_config_snapshot_api_v1_admin_config_snapshots_snapshot_id_rollback_post`                     | `RollbackConfigSnapshotApiV1AdminConfigSnapshotsSnapshotIdRollbackPost`                              | `rollbackConfigSnapshotApiV1AdminConfigSnapshotsSnapshotIdRollbackPost`                              | `RollbackConfigSnapshotApiV1AdminConfigSnapshotsSnapshotIdRollbackPostAsync`                              | `rollbackConfigSnapshotApiV1AdminConfigSnapshotsSnapshotIdRollbackPost`                              |
| `POST`   | `/api/v1/admin/config/sync`                                                        | `syncConfigApiV1AdminConfigSyncPost`                                                                 | `sync_config_api_v1_admin_config_sync_post`                                                            | `SyncConfigApiV1AdminConfigSyncPost`                                                                 | `syncConfigApiV1AdminConfigSyncPost`                                                                 | `SyncConfigApiV1AdminConfigSyncPostAsync`                                                                 | `syncConfigApiV1AdminConfigSyncPost`                                                                 |
| `POST`   | `/api/v1/admin/config/validate`                                                    | `validateConfigApiV1AdminConfigValidatePost`                                                         | `validate_config_api_v1_admin_config_validate_post`                                                    | `ValidateConfigApiV1AdminConfigValidatePost`                                                         | `validateConfigApiV1AdminConfigValidatePost`                                                         | `ValidateConfigApiV1AdminConfigValidatePostAsync`                                                         | `validateConfigApiV1AdminConfigValidatePost`                                                         |
| `GET`    | `/api/v1/admin/consumer-credentials`                                               | `listCredentialsApiV1AdminConsumerCredentialsGet`                                                    | `list_credentials_api_v1_admin_consumer_credentials_get`                                               | `ListCredentialsApiV1AdminConsumerCredentialsGet`                                                    | `listCredentialsApiV1AdminConsumerCredentialsGet`                                                    | `ListCredentialsApiV1AdminConsumerCredentialsGetAsync`                                                    | `listCredentialsApiV1AdminConsumerCredentialsGet`                                                    |
| `POST`   | `/api/v1/admin/consumer-credentials`                                               | `createCredentialApiV1AdminConsumerCredentialsPost`                                                  | `create_credential_api_v1_admin_consumer_credentials_post`                                             | `CreateCredentialApiV1AdminConsumerCredentialsPost`                                                  | `createCredentialApiV1AdminConsumerCredentialsPost`                                                  | `CreateCredentialApiV1AdminConsumerCredentialsPostAsync`                                                  | `createCredentialApiV1AdminConsumerCredentialsPost`                                                  |
| `DELETE` | `/api/v1/admin/consumer-credentials/{credential_id}`                               | `deleteCredentialApiV1AdminConsumerCredentialsCredentialIdDelete`                                    | `delete_credential_api_v1_admin_consumer_credentials_credential_id_delete`                             | `DeleteCredentialApiV1AdminConsumerCredentialsCredentialIdDelete`                                    | `deleteCredentialApiV1AdminConsumerCredentialsCredentialIdDelete`                                    | `DeleteCredentialApiV1AdminConsumerCredentialsCredentialIdDeleteAsync`                                    | `deleteCredentialApiV1AdminConsumerCredentialsCredentialIdDelete`                                    |
| `POST`   | `/api/v1/admin/consumer-credentials/{credential_id}/rotate`                        | `rotateCredentialApiV1AdminConsumerCredentialsCredentialIdRotatePost`                                | `rotate_credential_api_v1_admin_consumer_credentials_credential_id_rotate_post`                        | `RotateCredentialApiV1AdminConsumerCredentialsCredentialIdRotatePost`                                | `rotateCredentialApiV1AdminConsumerCredentialsCredentialIdRotatePost`                                | `RotateCredentialApiV1AdminConsumerCredentialsCredentialIdRotatePostAsync`                                | `rotateCredentialApiV1AdminConsumerCredentialsCredentialIdRotatePost`                                |
| `GET`    | `/api/v1/admin/consumer-groups`                                                    | `listConsumerGroupsApiV1AdminConsumerGroupsGet`                                                      | `list_consumer_groups_api_v1_admin_consumer_groups_get`                                                | `ListConsumerGroupsApiV1AdminConsumerGroupsGet`                                                      | `listConsumerGroupsApiV1AdminConsumerGroupsGet`                                                      | `ListConsumerGroupsApiV1AdminConsumerGroupsGetAsync`                                                      | `listConsumerGroupsApiV1AdminConsumerGroupsGet`                                                      |
| `POST`   | `/api/v1/admin/consumer-groups`                                                    | `createConsumerGroupApiV1AdminConsumerGroupsPost`                                                    | `create_consumer_group_api_v1_admin_consumer_groups_post`                                              | `CreateConsumerGroupApiV1AdminConsumerGroupsPost`                                                    | `createConsumerGroupApiV1AdminConsumerGroupsPost`                                                    | `CreateConsumerGroupApiV1AdminConsumerGroupsPostAsync`                                                    | `createConsumerGroupApiV1AdminConsumerGroupsPost`                                                    |
| `DELETE` | `/api/v1/admin/consumer-groups/{group_id}`                                         | `deleteConsumerGroupApiV1AdminConsumerGroupsGroupIdDelete`                                           | `delete_consumer_group_api_v1_admin_consumer_groups_group_id_delete`                                   | `DeleteConsumerGroupApiV1AdminConsumerGroupsGroupIdDelete`                                           | `deleteConsumerGroupApiV1AdminConsumerGroupsGroupIdDelete`                                           | `DeleteConsumerGroupApiV1AdminConsumerGroupsGroupIdDeleteAsync`                                           | `deleteConsumerGroupApiV1AdminConsumerGroupsGroupIdDelete`                                           |
| `GET`    | `/api/v1/admin/consumer-groups/{group_id}`                                         | `getConsumerGroupApiV1AdminConsumerGroupsGroupIdGet`                                                 | `get_consumer_group_api_v1_admin_consumer_groups_group_id_get`                                         | `GetConsumerGroupApiV1AdminConsumerGroupsGroupIdGet`                                                 | `getConsumerGroupApiV1AdminConsumerGroupsGroupIdGet`                                                 | `GetConsumerGroupApiV1AdminConsumerGroupsGroupIdGetAsync`                                                 | `getConsumerGroupApiV1AdminConsumerGroupsGroupIdGet`                                                 |
| `PATCH`  | `/api/v1/admin/consumer-groups/{group_id}`                                         | `updateConsumerGroupApiV1AdminConsumerGroupsGroupIdPatch`                                            | `update_consumer_group_api_v1_admin_consumer_groups_group_id_patch`                                    | `UpdateConsumerGroupApiV1AdminConsumerGroupsGroupIdPatch`                                            | `updateConsumerGroupApiV1AdminConsumerGroupsGroupIdPatch`                                            | `UpdateConsumerGroupApiV1AdminConsumerGroupsGroupIdPatchAsync`                                            | `updateConsumerGroupApiV1AdminConsumerGroupsGroupIdPatch`                                            |
| `DELETE` | `/api/v1/admin/consumer-groups/{group_id}/consumers/{consumer_id}`                 | `removeConsumerFromGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                    | `remove_consumer_from_group_api_v1_admin_consumer_groups_group_id_consumers_consumer_id_delete`        | `RemoveConsumerFromGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                    | `removeConsumerFromGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                    | `RemoveConsumerFromGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdDeleteAsync`                    | `removeConsumerFromGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdDelete`                    |
| `POST`   | `/api/v1/admin/consumer-groups/{group_id}/consumers/{consumer_id}`                 | `assignConsumerToGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdPost`                        | `assign_consumer_to_group_api_v1_admin_consumer_groups_group_id_consumers_consumer_id_post`            | `AssignConsumerToGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdPost`                        | `assignConsumerToGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdPost`                        | `AssignConsumerToGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdPostAsync`                        | `assignConsumerToGroupApiV1AdminConsumerGroupsGroupIdConsumersConsumerIdPost`                        |
| `GET`    | `/api/v1/admin/consumers`                                                          | `listConsumersApiV1AdminConsumersGet`                                                                | `list_consumers_api_v1_admin_consumers_get`                                                            | `ListConsumersApiV1AdminConsumersGet`                                                                | `listConsumersApiV1AdminConsumersGet`                                                                | `ListConsumersApiV1AdminConsumersGetAsync`                                                                | `listConsumersApiV1AdminConsumersGet`                                                                |
| `POST`   | `/api/v1/admin/consumers`                                                          | `createConsumerApiV1AdminConsumersPost`                                                              | `create_consumer_api_v1_admin_consumers_post`                                                          | `CreateConsumerApiV1AdminConsumersPost`                                                              | `createConsumerApiV1AdminConsumersPost`                                                              | `CreateConsumerApiV1AdminConsumersPostAsync`                                                              | `createConsumerApiV1AdminConsumersPost`                                                              |
| `GET`    | `/api/v1/admin/consumers/realms`                                                   | `listConsumerRealmsApiV1AdminConsumersRealmsGet`                                                     | `list_consumer_realms_api_v1_admin_consumers_realms_get`                                               | `ListConsumerRealmsApiV1AdminConsumersRealmsGet`                                                     | `listConsumerRealmsApiV1AdminConsumersRealmsGet`                                                     | `ListConsumerRealmsApiV1AdminConsumersRealmsGetAsync`                                                     | `listConsumerRealmsApiV1AdminConsumersRealmsGet`                                                     |
| `DELETE` | `/api/v1/admin/consumers/{consumer_id}`                                            | `deleteConsumerApiV1AdminConsumersConsumerIdDelete`                                                  | `delete_consumer_api_v1_admin_consumers_consumer_id_delete`                                            | `DeleteConsumerApiV1AdminConsumersConsumerIdDelete`                                                  | `deleteConsumerApiV1AdminConsumersConsumerIdDelete`                                                  | `DeleteConsumerApiV1AdminConsumersConsumerIdDeleteAsync`                                                  | `deleteConsumerApiV1AdminConsumersConsumerIdDelete`                                                  |
| `GET`    | `/api/v1/admin/consumers/{consumer_id}`                                            | `getConsumerApiV1AdminConsumersConsumerIdGet`                                                        | `get_consumer_api_v1_admin_consumers_consumer_id_get`                                                  | `GetConsumerApiV1AdminConsumersConsumerIdGet`                                                        | `getConsumerApiV1AdminConsumersConsumerIdGet`                                                        | `GetConsumerApiV1AdminConsumersConsumerIdGetAsync`                                                        | `getConsumerApiV1AdminConsumersConsumerIdGet`                                                        |
| `GET`    | `/api/v1/admin/consumers/{consumer_id}/credentials`                                | `listCredentialsForConsumerApiV1AdminConsumersConsumerIdCredentialsGet`                              | `list_credentials_for_consumer_api_v1_admin_consumers_consumer_id_credentials_get`                     | `ListCredentialsForConsumerApiV1AdminConsumersConsumerIdCredentialsGet`                              | `listCredentialsForConsumerApiV1AdminConsumersConsumerIdCredentialsGet`                              | `ListCredentialsForConsumerApiV1AdminConsumersConsumerIdCredentialsGetAsync`                              | `listCredentialsForConsumerApiV1AdminConsumersConsumerIdCredentialsGet`                              |
| `POST`   | `/api/v1/admin/consumers/{consumer_id}/credentials`                                | `createCredentialForConsumerApiV1AdminConsumersConsumerIdCredentialsPost`                            | `create_credential_for_consumer_api_v1_admin_consumers_consumer_id_credentials_post`                   | `CreateCredentialForConsumerApiV1AdminConsumersConsumerIdCredentialsPost`                            | `createCredentialForConsumerApiV1AdminConsumersConsumerIdCredentialsPost`                            | `CreateCredentialForConsumerApiV1AdminConsumersConsumerIdCredentialsPostAsync`                            | `createCredentialForConsumerApiV1AdminConsumersConsumerIdCredentialsPost`                            |
| `GET`    | `/api/v1/admin/dr-drills`                                                          | `listDrDrillsApiV1AdminDrDrillsGet`                                                                  | `list_dr_drills_api_v1_admin_dr_drills_get`                                                            | `ListDrDrillsApiV1AdminDrDrillsGet`                                                                  | `listDrDrillsApiV1AdminDrDrillsGet`                                                                  | `ListDrDrillsApiV1AdminDrDrillsGetAsync`                                                                  | `listDrDrillsApiV1AdminDrDrillsGet`                                                                  |
| `POST`   | `/api/v1/admin/dr-drills`                                                          | `createDrDrillApiV1AdminDrDrillsPost`                                                                | `create_dr_drill_api_v1_admin_dr_drills_post`                                                          | `CreateDrDrillApiV1AdminDrDrillsPost`                                                                | `createDrDrillApiV1AdminDrDrillsPost`                                                                | `CreateDrDrillApiV1AdminDrDrillsPostAsync`                                                                | `createDrDrillApiV1AdminDrDrillsPost`                                                                |
| `PATCH`  | `/api/v1/admin/dr-drills/{drill_id}`                                               | `updateDrDrillApiV1AdminDrDrillsDrillIdPatch`                                                        | `update_dr_drill_api_v1_admin_dr_drills_drill_id_patch`                                                | `UpdateDrDrillApiV1AdminDrDrillsDrillIdPatch`                                                        | `updateDrDrillApiV1AdminDrDrillsDrillIdPatch`                                                        | `UpdateDrDrillApiV1AdminDrDrillsDrillIdPatchAsync`                                                        | `updateDrDrillApiV1AdminDrDrillsDrillIdPatch`                                                        |
| `GET`    | `/api/v1/admin/dr-status`                                                          | `listGatewayDrStatusesApiV1AdminDrStatusGet`                                                         | `list_gateway_dr_statuses_api_v1_admin_dr_status_get`                                                  | `ListGatewayDrStatusesApiV1AdminDrStatusGet`                                                         | `listGatewayDrStatusesApiV1AdminDrStatusGet`                                                         | `ListGatewayDrStatusesApiV1AdminDrStatusGetAsync`                                                         | `listGatewayDrStatusesApiV1AdminDrStatusGet`                                                         |
| `GET`    | `/api/v1/admin/enterprise-identity`                                                | `identityStatusApiV1AdminEnterpriseIdentityGet`                                                      | `identity_status_api_v1_admin_enterprise_identity_get`                                                 | `IdentityStatusApiV1AdminEnterpriseIdentityGet`                                                      | `identityStatusApiV1AdminEnterpriseIdentityGet`                                                      | `IdentityStatusApiV1AdminEnterpriseIdentityGetAsync`                                                      | `identityStatusApiV1AdminEnterpriseIdentityGet`                                                      |
| `POST`   | `/api/v1/admin/enterprise-identity/invitations`                                    | `issueInvitationApiV1AdminEnterpriseIdentityInvitationsPost`                                         | `issue_invitation_api_v1_admin_enterprise_identity_invitations_post`                                   | `IssueInvitationApiV1AdminEnterpriseIdentityInvitationsPost`                                         | `issueInvitationApiV1AdminEnterpriseIdentityInvitationsPost`                                         | `IssueInvitationApiV1AdminEnterpriseIdentityInvitationsPostAsync`                                         | `issueInvitationApiV1AdminEnterpriseIdentityInvitationsPost`                                         |
| `POST`   | `/api/v1/admin/enterprise-identity/invitations/{invitation_id}/revoke`             | `revokeInvitationApiV1AdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                      | `revoke_invitation_api_v1_admin_enterprise_identity_invitations_invitation_id_revoke_post`             | `RevokeInvitationApiV1AdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                      | `revokeInvitationApiV1AdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                      | `RevokeInvitationApiV1AdminEnterpriseIdentityInvitationsInvitationIdRevokePostAsync`                      | `revokeInvitationApiV1AdminEnterpriseIdentityInvitationsInvitationIdRevokePost`                      |
| `DELETE` | `/api/v1/admin/enterprise-identity/provider`                                       | `deleteProviderApiV1AdminEnterpriseIdentityProviderDelete`                                           | `delete_provider_api_v1_admin_enterprise_identity_provider_delete`                                     | `DeleteProviderApiV1AdminEnterpriseIdentityProviderDelete`                                           | `deleteProviderApiV1AdminEnterpriseIdentityProviderDelete`                                           | `DeleteProviderApiV1AdminEnterpriseIdentityProviderDeleteAsync`                                           | `deleteProviderApiV1AdminEnterpriseIdentityProviderDelete`                                           |
| `PUT`    | `/api/v1/admin/enterprise-identity/provider`                                       | `upsertProviderApiV1AdminEnterpriseIdentityProviderPut`                                              | `upsert_provider_api_v1_admin_enterprise_identity_provider_put`                                        | `UpsertProviderApiV1AdminEnterpriseIdentityProviderPut`                                              | `upsertProviderApiV1AdminEnterpriseIdentityProviderPut`                                              | `UpsertProviderApiV1AdminEnterpriseIdentityProviderPutAsync`                                              | `upsertProviderApiV1AdminEnterpriseIdentityProviderPut`                                              |
| `POST`   | `/api/v1/admin/enterprise-identity/scim-tokens`                                    | `createScimTokenApiV1AdminEnterpriseIdentityScimTokensPost`                                          | `create_scim_token_api_v1_admin_enterprise_identity_scim_tokens_post`                                  | `CreateScimTokenApiV1AdminEnterpriseIdentityScimTokensPost`                                          | `createScimTokenApiV1AdminEnterpriseIdentityScimTokensPost`                                          | `CreateScimTokenApiV1AdminEnterpriseIdentityScimTokensPostAsync`                                          | `createScimTokenApiV1AdminEnterpriseIdentityScimTokensPost`                                          |
| `POST`   | `/api/v1/admin/enterprise-identity/scim-tokens/{token_id}/revoke`                  | `revokeScimTokenApiV1AdminEnterpriseIdentityScimTokensTokenIdRevokePost`                             | `revoke_scim_token_api_v1_admin_enterprise_identity_scim_tokens_token_id_revoke_post`                  | `RevokeScimTokenApiV1AdminEnterpriseIdentityScimTokensTokenIdRevokePost`                             | `revokeScimTokenApiV1AdminEnterpriseIdentityScimTokensTokenIdRevokePost`                             | `RevokeScimTokenApiV1AdminEnterpriseIdentityScimTokensTokenIdRevokePostAsync`                             | `revokeScimTokenApiV1AdminEnterpriseIdentityScimTokensTokenIdRevokePost`                             |
| `PUT`    | `/api/v1/admin/entitlements/assignments/{tenant_id}`                               | `assignTenantPlanApiV1AdminEntitlementsAssignmentsTenantIdPut`                                       | `assign_tenant_plan_api_v1_admin_entitlements_assignments_tenant_id_put`                               | `AssignTenantPlanApiV1AdminEntitlementsAssignmentsTenantIdPut`                                       | `assignTenantPlanApiV1AdminEntitlementsAssignmentsTenantIdPut`                                       | `AssignTenantPlanApiV1AdminEntitlementsAssignmentsTenantIdPutAsync`                                       | `assignTenantPlanApiV1AdminEntitlementsAssignmentsTenantIdPut`                                       |
| `GET`    | `/api/v1/admin/entitlements/catalog`                                               | `entitlementCatalogApiV1AdminEntitlementsCatalogGet`                                                 | `entitlement_catalog_api_v1_admin_entitlements_catalog_get`                                            | `EntitlementCatalogApiV1AdminEntitlementsCatalogGet`                                                 | `entitlementCatalogApiV1AdminEntitlementsCatalogGet`                                                 | `EntitlementCatalogApiV1AdminEntitlementsCatalogGetAsync`                                                 | `entitlementCatalogApiV1AdminEntitlementsCatalogGet`                                                 |
| `GET`    | `/api/v1/admin/entitlements/history`                                               | `entitlementHistoryApiV1AdminEntitlementsHistoryGet`                                                 | `entitlement_history_api_v1_admin_entitlements_history_get`                                            | `EntitlementHistoryApiV1AdminEntitlementsHistoryGet`                                                 | `entitlementHistoryApiV1AdminEntitlementsHistoryGet`                                                 | `EntitlementHistoryApiV1AdminEntitlementsHistoryGetAsync`                                                 | `entitlementHistoryApiV1AdminEntitlementsHistoryGet`                                                 |
| `DELETE` | `/api/v1/admin/entitlements/overrides/{tenant_id}/{feature_key}`                   | `deleteEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyDelete`                   | `delete_entitlement_override_api_v1_admin_entitlements_overrides_tenant_id_feature_key_delete`         | `DeleteEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyDelete`                   | `deleteEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyDelete`                   | `DeleteEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyDeleteAsync`                   | `deleteEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyDelete`                   |
| `PUT`    | `/api/v1/admin/entitlements/overrides/{tenant_id}/{feature_key}`                   | `setEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyPut`                         | `set_entitlement_override_api_v1_admin_entitlements_overrides_tenant_id_feature_key_put`               | `SetEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyPut`                         | `setEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyPut`                         | `SetEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyPutAsync`                         | `setEntitlementOverrideApiV1AdminEntitlementsOverridesTenantIdFeatureKeyPut`                         |
| `GET`    | `/api/v1/admin/entitlements/status`                                                | `entitlementStatusApiV1AdminEntitlementsStatusGet`                                                   | `entitlement_status_api_v1_admin_entitlements_status_get`                                              | `EntitlementStatusApiV1AdminEntitlementsStatusGet`                                                   | `entitlementStatusApiV1AdminEntitlementsStatusGet`                                                   | `EntitlementStatusApiV1AdminEntitlementsStatusGetAsync`                                                   | `entitlementStatusApiV1AdminEntitlementsStatusGet`                                                   |
| `POST`   | `/api/v1/admin/entitlements/usage/{tenant_id}/{feature_key}/reset`                 | `resetEntitlementUsageApiV1AdminEntitlementsUsageTenantIdFeatureKeyResetPost`                        | `reset_entitlement_usage_api_v1_admin_entitlements_usage_tenant_id_feature_key_reset_post`             | `ResetEntitlementUsageApiV1AdminEntitlementsUsageTenantIdFeatureKeyResetPost`                        | `resetEntitlementUsageApiV1AdminEntitlementsUsageTenantIdFeatureKeyResetPost`                        | `ResetEntitlementUsageApiV1AdminEntitlementsUsageTenantIdFeatureKeyResetPostAsync`                        | `resetEntitlementUsageApiV1AdminEntitlementsUsageTenantIdFeatureKeyResetPost`                        |
| `GET`    | `/api/v1/admin/federations`                                                        | `listFederationsApiV1AdminFederationsGet`                                                            | `list_federations_api_v1_admin_federations_get`                                                        | `ListFederationsApiV1AdminFederationsGet`                                                            | `listFederationsApiV1AdminFederationsGet`                                                            | `ListFederationsApiV1AdminFederationsGetAsync`                                                            | `listFederationsApiV1AdminFederationsGet`                                                            |
| `POST`   | `/api/v1/admin/federations`                                                        | `createFederationApiV1AdminFederationsPost`                                                          | `create_federation_api_v1_admin_federations_post`                                                      | `CreateFederationApiV1AdminFederationsPost`                                                          | `createFederationApiV1AdminFederationsPost`                                                          | `CreateFederationApiV1AdminFederationsPostAsync`                                                          | `createFederationApiV1AdminFederationsPost`                                                          |
| `GET`    | `/api/v1/admin/federations/{federation_id}`                                        | `getFederationApiV1AdminFederationsFederationIdGet`                                                  | `get_federation_api_v1_admin_federations_federation_id_get`                                            | `GetFederationApiV1AdminFederationsFederationIdGet`                                                  | `getFederationApiV1AdminFederationsFederationIdGet`                                                  | `GetFederationApiV1AdminFederationsFederationIdGetAsync`                                                  | `getFederationApiV1AdminFederationsFederationIdGet`                                                  |
| `GET`    | `/api/v1/admin/gateways`                                                           | `listGatewaysApiV1AdminGatewaysGet`                                                                  | `list_gateways_api_v1_admin_gateways_get`                                                              | `ListGatewaysApiV1AdminGatewaysGet`                                                                  | `listGatewaysApiV1AdminGatewaysGet`                                                                  | `ListGatewaysApiV1AdminGatewaysGetAsync`                                                                  | `listGatewaysApiV1AdminGatewaysGet`                                                                  |
| `POST`   | `/api/v1/admin/gateways`                                                           | `createGatewayApiV1AdminGatewaysPost`                                                                | `create_gateway_api_v1_admin_gateways_post`                                                            | `CreateGatewayApiV1AdminGatewaysPost`                                                                | `createGatewayApiV1AdminGatewaysPost`                                                                | `CreateGatewayApiV1AdminGatewaysPostAsync`                                                                | `createGatewayApiV1AdminGatewaysPost`                                                                |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}`                                              | `deleteGatewayApiV1AdminGatewaysGatewayIdDelete`                                                     | `delete_gateway_api_v1_admin_gateways_gateway_id_delete`                                               | `DeleteGatewayApiV1AdminGatewaysGatewayIdDelete`                                                     | `deleteGatewayApiV1AdminGatewaysGatewayIdDelete`                                                     | `DeleteGatewayApiV1AdminGatewaysGatewayIdDeleteAsync`                                                     | `deleteGatewayApiV1AdminGatewaysGatewayIdDelete`                                                     |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}`                                              | `getGatewayApiV1AdminGatewaysGatewayIdGet`                                                           | `get_gateway_api_v1_admin_gateways_gateway_id_get`                                                     | `GetGatewayApiV1AdminGatewaysGatewayIdGet`                                                           | `getGatewayApiV1AdminGatewaysGatewayIdGet`                                                           | `GetGatewayApiV1AdminGatewaysGatewayIdGetAsync`                                                           | `getGatewayApiV1AdminGatewaysGatewayIdGet`                                                           |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}`                                              | `updateGatewayApiV1AdminGatewaysGatewayIdPatch`                                                      | `update_gateway_api_v1_admin_gateways_gateway_id_patch`                                                | `UpdateGatewayApiV1AdminGatewaysGatewayIdPatch`                                                      | `updateGatewayApiV1AdminGatewaysGatewayIdPatch`                                                      | `UpdateGatewayApiV1AdminGatewaysGatewayIdPatchAsync`                                                      | `updateGatewayApiV1AdminGatewaysGatewayIdPatch`                                                      |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/configs`                           | `listAiGatewayConfigsApiV1AdminGatewaysGatewayIdAiGatewayConfigsGet`                                 | `list_ai_gateway_configs_api_v1_admin_gateways_gateway_id_ai_gateway_configs_get`                      | `ListAiGatewayConfigsApiV1AdminGatewaysGatewayIdAiGatewayConfigsGet`                                 | `listAiGatewayConfigsApiV1AdminGatewaysGatewayIdAiGatewayConfigsGet`                                 | `ListAiGatewayConfigsApiV1AdminGatewaysGatewayIdAiGatewayConfigsGetAsync`                                 | `listAiGatewayConfigsApiV1AdminGatewaysGatewayIdAiGatewayConfigsGet`                                 |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/configs`                           | `createAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsPost`                               | `create_ai_gateway_config_api_v1_admin_gateways_gateway_id_ai_gateway_configs_post`                    | `CreateAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsPost`                               | `createAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsPost`                               | `CreateAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsPostAsync`                               | `createAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsPost`                               |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/configs/{config_id}`               | `deleteAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                     | `delete_ai_gateway_config_api_v1_admin_gateways_gateway_id_ai_gateway_configs_config_id_delete`        | `DeleteAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                     | `deleteAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                     | `DeleteAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdDeleteAsync`                     | `deleteAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdDelete`                     |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/configs/{config_id}`               | `getAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                           | `get_ai_gateway_config_api_v1_admin_gateways_gateway_id_ai_gateway_configs_config_id_get`              | `GetAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                           | `getAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                           | `GetAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdGetAsync`                           | `getAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdGet`                           |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/configs/{config_id}`               | `updateAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                      | `update_ai_gateway_config_api_v1_admin_gateways_gateway_id_ai_gateway_configs_config_id_patch`         | `UpdateAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                      | `updateAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                      | `UpdateAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatchAsync`                      | `updateAiGatewayConfigApiV1AdminGatewaysGatewayIdAiGatewayConfigsConfigIdPatch`                      |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/telemetry/live`                    | `listAiGatewayLiveTelemetryApiV1AdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                     | `list_ai_gateway_live_telemetry_api_v1_admin_gateways_gateway_id_ai_gateway_telemetry_live_get`        | `ListAiGatewayLiveTelemetryApiV1AdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                     | `listAiGatewayLiveTelemetryApiV1AdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                     | `ListAiGatewayLiveTelemetryApiV1AdminGatewaysGatewayIdAiGatewayTelemetryLiveGetAsync`                     | `listAiGatewayLiveTelemetryApiV1AdminGatewaysGatewayIdAiGatewayTelemetryLiveGet`                     |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/telemetry/requests`                | `listAiGatewayTelemetryRequestsApiV1AdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`             | `list_ai_gateway_telemetry_requests_api_v1_admin_gateways_gateway_id_ai_gateway_telemetry_requests_ge` | `ListAiGatewayTelemetryRequestsApiV1AdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`             | `listAiGatewayTelemetryRequestsApiV1AdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`             | `ListAiGatewayTelemetryRequestsApiV1AdminGatewaysGatewayIdAiGatewayTelemetryRequestsGetAsync`             | `listAiGatewayTelemetryRequestsApiV1AdminGatewaysGatewayIdAiGatewayTelemetryRequestsGet`             |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/ai-gateway/telemetry/summary`                 | `getAiGatewayTelemetrySummaryApiV1AdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                | `get_ai_gateway_telemetry_summary_api_v1_admin_gateways_gateway_id_ai_gateway_telemetry_summary_get`   | `GetAiGatewayTelemetrySummaryApiV1AdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                | `getAiGatewayTelemetrySummaryApiV1AdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                | `GetAiGatewayTelemetrySummaryApiV1AdminGatewaysGatewayIdAiGatewayTelemetrySummaryGetAsync`                | `getAiGatewayTelemetrySummaryApiV1AdminGatewaysGatewayIdAiGatewayTelemetrySummaryGet`                |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/ca-certificates`                              | `listCaCertificatesApiV1AdminGatewaysGatewayIdCaCertificatesGet`                                     | `list_ca_certificates_api_v1_admin_gateways_gateway_id_ca_certificates_get`                            | `ListCaCertificatesApiV1AdminGatewaysGatewayIdCaCertificatesGet`                                     | `listCaCertificatesApiV1AdminGatewaysGatewayIdCaCertificatesGet`                                     | `ListCaCertificatesApiV1AdminGatewaysGatewayIdCaCertificatesGetAsync`                                     | `listCaCertificatesApiV1AdminGatewaysGatewayIdCaCertificatesGet`                                     |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/ca-certificates`                              | `createCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesPost`                                   | `create_ca_certificate_api_v1_admin_gateways_gateway_id_ca_certificates_post`                          | `CreateCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesPost`                                   | `createCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesPost`                                   | `CreateCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesPostAsync`                                   | `createCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesPost`                                   |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/ca-certificates/{ca_certificate_id}`          | `deleteCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                  | `delete_ca_certificate_api_v1_admin_gateways_gateway_id_ca_certificates_ca_certificate_id_delete`      | `DeleteCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                  | `deleteCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                  | `DeleteCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdDeleteAsync`                  | `deleteCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdDelete`                  |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/ca-certificates/{ca_certificate_id}`          | `getCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                        | `get_ca_certificate_api_v1_admin_gateways_gateway_id_ca_certificates_ca_certificate_id_get`            | `GetCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                        | `getCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                        | `GetCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdGetAsync`                        | `getCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdGet`                        |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/ca-certificates/{ca_certificate_id}`          | `updateCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                   | `update_ca_certificate_api_v1_admin_gateways_gateway_id_ca_certificates_ca_certificate_id_patch`       | `UpdateCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                   | `updateCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                   | `UpdateCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatchAsync`                   | `updateCaCertificateApiV1AdminGatewaysGatewayIdCaCertificatesCaCertificateIdPatch`                   |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/certificates`                                 | `listCertificatesApiV1AdminGatewaysGatewayIdCertificatesGet`                                         | `list_certificates_api_v1_admin_gateways_gateway_id_certificates_get`                                  | `ListCertificatesApiV1AdminGatewaysGatewayIdCertificatesGet`                                         | `listCertificatesApiV1AdminGatewaysGatewayIdCertificatesGet`                                         | `ListCertificatesApiV1AdminGatewaysGatewayIdCertificatesGetAsync`                                         | `listCertificatesApiV1AdminGatewaysGatewayIdCertificatesGet`                                         |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/certificates`                                 | `createCertificateApiV1AdminGatewaysGatewayIdCertificatesPost`                                       | `create_certificate_api_v1_admin_gateways_gateway_id_certificates_post`                                | `CreateCertificateApiV1AdminGatewaysGatewayIdCertificatesPost`                                       | `createCertificateApiV1AdminGatewaysGatewayIdCertificatesPost`                                       | `CreateCertificateApiV1AdminGatewaysGatewayIdCertificatesPostAsync`                                       | `createCertificateApiV1AdminGatewaysGatewayIdCertificatesPost`                                       |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/certificates/{cert_id}`                       | `deleteCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdDelete`                               | `delete_certificate_api_v1_admin_gateways_gateway_id_certificates_cert_id_delete`                      | `DeleteCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdDelete`                               | `deleteCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdDelete`                               | `DeleteCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdDeleteAsync`                               | `deleteCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdDelete`                               |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/certificates/{cert_id}`                       | `getCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdGet`                                     | `get_certificate_api_v1_admin_gateways_gateway_id_certificates_cert_id_get`                            | `GetCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdGet`                                     | `getCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdGet`                                     | `GetCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdGetAsync`                                     | `getCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdGet`                                     |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/certificates/{cert_id}`                       | `updateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdPatch`                                | `update_certificate_api_v1_admin_gateways_gateway_id_certificates_cert_id_patch`                       | `UpdateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdPatch`                                | `updateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdPatch`                                | `UpdateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdPatchAsync`                                | `updateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdPatch`                                |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/certificates/{cert_id}/rotate`                | `rotateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdRotatePost`                           | `rotate_certificate_api_v1_admin_gateways_gateway_id_certificates_cert_id_rotate_post`                 | `RotateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdRotatePost`                           | `rotateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdRotatePost`                           | `RotateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdRotatePostAsync`                           | `rotateCertificateApiV1AdminGatewaysGatewayIdCertificatesCertIdRotatePost`                           |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/certificates/{certificate_id}/snis`           | `listSnisForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                  | `list_snis_for_certificate_api_v1_admin_gateways_gateway_id_certificates_certificate_id_snis_get`      | `ListSnisForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                  | `listSnisForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                  | `ListSnisForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisGetAsync`                  | `listSnisForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisGet`                  |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/certificates/{certificate_id}/snis`           | `createSniForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                | `create_sni_for_certificate_api_v1_admin_gateways_gateway_id_certificates_certificate_id_snis_post`    | `CreateSniForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                | `createSniForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                | `CreateSniForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisPostAsync`                | `createSniForCertificateApiV1AdminGatewaysGatewayIdCertificatesCertificateIdSnisPost`                |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/custom-domains`                               | `listCustomDomainsApiV1AdminGatewaysGatewayIdCustomDomainsGet`                                       | `list_custom_domains_api_v1_admin_gateways_gateway_id_custom_domains_get`                              | `ListCustomDomainsApiV1AdminGatewaysGatewayIdCustomDomainsGet`                                       | `listCustomDomainsApiV1AdminGatewaysGatewayIdCustomDomainsGet`                                       | `ListCustomDomainsApiV1AdminGatewaysGatewayIdCustomDomainsGetAsync`                                       | `listCustomDomainsApiV1AdminGatewaysGatewayIdCustomDomainsGet`                                       |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/custom-domains`                               | `createCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsPost`                                     | `create_custom_domain_api_v1_admin_gateways_gateway_id_custom_domains_post`                            | `CreateCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsPost`                                     | `createCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsPost`                                     | `CreateCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsPostAsync`                                     | `createCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsPost`                                     |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/custom-domains/{domain_id}`                   | `deleteCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                           | `delete_custom_domain_api_v1_admin_gateways_gateway_id_custom_domains_domain_id_delete`                | `DeleteCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                           | `deleteCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                           | `DeleteCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdDeleteAsync`                           | `deleteCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdDelete`                           |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/custom-domains/{domain_id}`                   | `getCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                 | `get_custom_domain_api_v1_admin_gateways_gateway_id_custom_domains_domain_id_get`                      | `GetCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                 | `getCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                 | `GetCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdGetAsync`                                 | `getCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdGet`                                 |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/custom-domains/{domain_id}/challenge`         | `rotateCustomDomainChallengeApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`           | `rotate_custom_domain_challenge_api_v1_admin_gateways_gateway_id_custom_domains_domain_id_challenge_p` | `RotateCustomDomainChallengeApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`           | `rotateCustomDomainChallengeApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`           | `RotateCustomDomainChallengeApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdChallengePostAsync`           | `rotateCustomDomainChallengeApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdChallengePost`           |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/custom-domains/{domain_id}/renew`             | `renewCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                         | `renew_custom_domain_api_v1_admin_gateways_gateway_id_custom_domains_domain_id_renew_post`             | `RenewCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                         | `renewCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                         | `RenewCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRenewPostAsync`                         | `renewCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRenewPost`                         |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/custom-domains/{domain_id}/retry`             | `retryCustomDomainIssuanceApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                 | `retry_custom_domain_issuance_api_v1_admin_gateways_gateway_id_custom_domains_domain_id_retry_post`    | `RetryCustomDomainIssuanceApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                 | `retryCustomDomainIssuanceApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                 | `RetryCustomDomainIssuanceApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRetryPostAsync`                 | `retryCustomDomainIssuanceApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdRetryPost`                 |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/custom-domains/{domain_id}/verify`            | `verifyCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                       | `verify_custom_domain_api_v1_admin_gateways_gateway_id_custom_domains_domain_id_verify_post`           | `VerifyCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                       | `verifyCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                       | `VerifyCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPostAsync`                       | `verifyCustomDomainApiV1AdminGatewaysGatewayIdCustomDomainsDomainIdVerifyPost`                       |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/data-planes`                                  | `listDataPlanesApiV1AdminGatewaysGatewayIdDataPlanesGet`                                             | `list_data_planes_api_v1_admin_gateways_gateway_id_data_planes_get`                                    | `ListDataPlanesApiV1AdminGatewaysGatewayIdDataPlanesGet`                                             | `listDataPlanesApiV1AdminGatewaysGatewayIdDataPlanesGet`                                             | `ListDataPlanesApiV1AdminGatewaysGatewayIdDataPlanesGetAsync`                                             | `listDataPlanesApiV1AdminGatewaysGatewayIdDataPlanesGet`                                             |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes`                                  | `registerDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesPost`                                         | `register_data_plane_api_v1_admin_gateways_gateway_id_data_planes_post`                                | `RegisterDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesPost`                                         | `registerDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesPost`                                         | `RegisterDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesPostAsync`                                         | `registerDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesPost`                                         |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/config-rollout`                   | `planConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                            | `plan_config_rollout_api_v1_admin_gateways_gateway_id_data_planes_config_rollout_post`                 | `PlanConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                            | `planConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                            | `PlanConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPostAsync`                            | `planConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPost`                            |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/config-rollout/pause`             | `pauseConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                      | `pause_config_rollout_api_v1_admin_gateways_gateway_id_data_planes_config_rollout_pause_post`          | `PauseConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                      | `pauseConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                      | `PauseConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPausePostAsync`                      | `pauseConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPausePost`                      |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/config-rollout/promote`           | `promoteConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                  | `promote_config_rollout_api_v1_admin_gateways_gateway_id_data_planes_config_rollout_promote_post`      | `PromoteConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                  | `promoteConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                  | `PromoteConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePostAsync`                  | `promoteConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutPromotePost`                  |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/config-rollout/resume`            | `resumeConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                    | `resume_config_rollout_api_v1_admin_gateways_gateway_id_data_planes_config_rollout_resume_post`        | `ResumeConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                    | `resumeConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                    | `ResumeConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutResumePostAsync`                    | `resumeConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutResumePost`                    |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/config-rollout/rollback`          | `rollbackConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                | `rollback_config_rollout_api_v1_admin_gateways_gateway_id_data_planes_config_rollout_rollback_post`    | `RollbackConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                | `rollbackConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                | `RollbackConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPostAsync`                | `rollbackConfigRolloutApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutRollbackPost`                |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/data-planes/config-rollout/status`            | `getConfigRolloutStatusApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                  | `get_config_rollout_status_api_v1_admin_gateways_gateway_id_data_planes_config_rollout_status_get`     | `GetConfigRolloutStatusApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                  | `getConfigRolloutStatusApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                  | `GetConfigRolloutStatusApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGetAsync`                  | `getConfigRolloutStatusApiV1AdminGatewaysGatewayIdDataPlanesConfigRolloutStatusGet`                  |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/hot-reload`                       | `requestHotReloadApiV1AdminGatewaysGatewayIdDataPlanesHotReloadPost`                                 | `request_hot_reload_api_v1_admin_gateways_gateway_id_data_planes_hot_reload_post`                      | `RequestHotReloadApiV1AdminGatewaysGatewayIdDataPlanesHotReloadPost`                                 | `requestHotReloadApiV1AdminGatewaysGatewayIdDataPlanesHotReloadPost`                                 | `RequestHotReloadApiV1AdminGatewaysGatewayIdDataPlanesHotReloadPostAsync`                                 | `requestHotReloadApiV1AdminGatewaysGatewayIdDataPlanesHotReloadPost`                                 |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/offline-stale`                    | `markStaleDataPlanesOfflineApiV1AdminGatewaysGatewayIdDataPlanesOfflineStalePost`                    | `mark_stale_data_planes_offline_api_v1_admin_gateways_gateway_id_data_planes_offline_stale_post`       | `MarkStaleDataPlanesOfflineApiV1AdminGatewaysGatewayIdDataPlanesOfflineStalePost`                    | `markStaleDataPlanesOfflineApiV1AdminGatewaysGatewayIdDataPlanesOfflineStalePost`                    | `MarkStaleDataPlanesOfflineApiV1AdminGatewaysGatewayIdDataPlanesOfflineStalePostAsync`                    | `markStaleDataPlanesOfflineApiV1AdminGatewaysGatewayIdDataPlanesOfflineStalePost`                    |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/data-planes/{node_id}`                        | `getDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdGet`                                         | `get_data_plane_api_v1_admin_gateways_gateway_id_data_planes_node_id_get`                              | `GetDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdGet`                                         | `getDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdGet`                                         | `GetDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdGetAsync`                                         | `getDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdGet`                                         |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/data-planes/{node_id}/config`                 | `pullDataPlaneConfigApiV1AdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                            | `pull_data_plane_config_api_v1_admin_gateways_gateway_id_data_planes_node_id_config_get`               | `PullDataPlaneConfigApiV1AdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                            | `pullDataPlaneConfigApiV1AdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                            | `PullDataPlaneConfigApiV1AdminGatewaysGatewayIdDataPlanesNodeIdConfigGetAsync`                            | `pullDataPlaneConfigApiV1AdminGatewaysGatewayIdDataPlanesNodeIdConfigGet`                            |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/{node_id}/heartbeat`              | `heartbeatDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                         | `heartbeat_data_plane_api_v1_admin_gateways_gateway_id_data_planes_node_id_heartbeat_post`             | `HeartbeatDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                         | `heartbeatDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                         | `HeartbeatDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPostAsync`                         | `heartbeatDataPlaneApiV1AdminGatewaysGatewayIdDataPlanesNodeIdHeartbeatPost`                         |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/{node_id}/sync-status`            | `reportDataPlaneSyncStatusApiV1AdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                 | `report_data_plane_sync_status_api_v1_admin_gateways_gateway_id_data_planes_node_id_sync_status_post`  | `ReportDataPlaneSyncStatusApiV1AdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                 | `reportDataPlaneSyncStatusApiV1AdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                 | `ReportDataPlaneSyncStatusApiV1AdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPostAsync`                 | `reportDataPlaneSyncStatusApiV1AdminGatewaysGatewayIdDataPlanesNodeIdSyncStatusPost`                 |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/data-planes/{node_id}/telemetry`              | `recordDataPlaneTelemetryApiV1AdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                   | `record_data_plane_telemetry_api_v1_admin_gateways_gateway_id_data_planes_node_id_telemetry_post`      | `RecordDataPlaneTelemetryApiV1AdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                   | `recordDataPlaneTelemetryApiV1AdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                   | `RecordDataPlaneTelemetryApiV1AdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPostAsync`                   | `recordDataPlaneTelemetryApiV1AdminGatewaysGatewayIdDataPlanesNodeIdTelemetryPost`                   |
| `PUT`    | `/api/v1/admin/gateways/{gateway_id}/dr-policy`                                    | `upsertGatewayDrPolicyApiV1AdminGatewaysGatewayIdDrPolicyPut`                                        | `upsert_gateway_dr_policy_api_v1_admin_gateways_gateway_id_dr_policy_put`                              | `UpsertGatewayDrPolicyApiV1AdminGatewaysGatewayIdDrPolicyPut`                                        | `upsertGatewayDrPolicyApiV1AdminGatewaysGatewayIdDrPolicyPut`                                        | `UpsertGatewayDrPolicyApiV1AdminGatewaysGatewayIdDrPolicyPutAsync`                                        | `upsertGatewayDrPolicyApiV1AdminGatewaysGatewayIdDrPolicyPut`                                        |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/dr-status`                                    | `getGatewayDrStatusApiV1AdminGatewaysGatewayIdDrStatusGet`                                           | `get_gateway_dr_status_api_v1_admin_gateways_gateway_id_dr_status_get`                                 | `GetGatewayDrStatusApiV1AdminGatewaysGatewayIdDrStatusGet`                                           | `getGatewayDrStatusApiV1AdminGatewaysGatewayIdDrStatusGet`                                           | `GetGatewayDrStatusApiV1AdminGatewaysGatewayIdDrStatusGetAsync`                                           | `getGatewayDrStatusApiV1AdminGatewaysGatewayIdDrStatusGet`                                           |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/mock-checks`                                  | `runGatewayMockChecksApiV1AdminGatewaysGatewayIdMockChecksPost`                                      | `run_gateway_mock_checks_api_v1_admin_gateways_gateway_id_mock_checks_post`                            | `RunGatewayMockChecksApiV1AdminGatewaysGatewayIdMockChecksPost`                                      | `runGatewayMockChecksApiV1AdminGatewaysGatewayIdMockChecksPost`                                      | `RunGatewayMockChecksApiV1AdminGatewaysGatewayIdMockChecksPostAsync`                                      | `runGatewayMockChecksApiV1AdminGatewaysGatewayIdMockChecksPost`                                      |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/overview`                                     | `getGatewayOverviewApiV1AdminGatewaysGatewayIdOverviewGet`                                           | `get_gateway_overview_api_v1_admin_gateways_gateway_id_overview_get`                                   | `GetGatewayOverviewApiV1AdminGatewaysGatewayIdOverviewGet`                                           | `getGatewayOverviewApiV1AdminGatewaysGatewayIdOverviewGet`                                           | `GetGatewayOverviewApiV1AdminGatewaysGatewayIdOverviewGetAsync`                                           | `getGatewayOverviewApiV1AdminGatewaysGatewayIdOverviewGet`                                           |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/promotions`                                   | `beginGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsPost`                                     | `begin_gateway_promotion_api_v1_admin_gateways_gateway_id_promotions_post`                             | `BeginGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsPost`                                     | `beginGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsPost`                                     | `BeginGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsPostAsync`                                     | `beginGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsPost`                                     |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/promotions/confirm`                           | `confirmGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsConfirmPost`                            | `confirm_gateway_promotion_api_v1_admin_gateways_gateway_id_promotions_confirm_post`                   | `ConfirmGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsConfirmPost`                            | `confirmGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsConfirmPost`                            | `ConfirmGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsConfirmPostAsync`                            | `confirmGatewayPromotionApiV1AdminGatewaysGatewayIdPromotionsConfirmPost`                            |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/protocol-gateway/operations`                  | `listProtocolOperationsApiV1AdminGatewaysGatewayIdProtocolGatewayOperationsGet`                      | `list_protocol_operations_api_v1_admin_gateways_gateway_id_protocol_gateway_operations_get`            | `ListProtocolOperationsApiV1AdminGatewaysGatewayIdProtocolGatewayOperationsGet`                      | `listProtocolOperationsApiV1AdminGatewaysGatewayIdProtocolGatewayOperationsGet`                      | `ListProtocolOperationsApiV1AdminGatewaysGatewayIdProtocolGatewayOperationsGetAsync`                      | `listProtocolOperationsApiV1AdminGatewaysGatewayIdProtocolGatewayOperationsGet`                      |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/protocol-gateway/resources`                   | `listProtocolResourcesApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesGet`                        | `list_protocol_resources_api_v1_admin_gateways_gateway_id_protocol_gateway_resources_get`              | `ListProtocolResourcesApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesGet`                        | `listProtocolResourcesApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesGet`                        | `ListProtocolResourcesApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesGetAsync`                        | `listProtocolResourcesApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesGet`                        |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/protocol-gateway/resources`                   | `createProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesPost`                      | `create_protocol_resource_api_v1_admin_gateways_gateway_id_protocol_gateway_resources_post`            | `CreateProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesPost`                      | `createProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesPost`                      | `CreateProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesPostAsync`                      | `createProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesPost`                      |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/protocol-gateway/resources/{resource_id}`     | `deleteProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`          | `delete_protocol_resource_api_v1_admin_gateways_gateway_id_protocol_gateway_resources_resource_id_del` | `DeleteProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`          | `deleteProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`          | `DeleteProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDeleteAsync`          | `deleteProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdDelete`          |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/protocol-gateway/resources/{resource_id}`     | `getProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                | `get_protocol_resource_api_v1_admin_gateways_gateway_id_protocol_gateway_resources_resource_id_get`    | `GetProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                | `getProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                | `GetProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGetAsync`                | `getProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdGet`                |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/protocol-gateway/resources/{resource_id}`     | `updateProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`           | `update_protocol_resource_api_v1_admin_gateways_gateway_id_protocol_gateway_resources_resource_id_pat` | `UpdateProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`           | `updateProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`           | `UpdateProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatchAsync`           | `updateProtocolResourceApiV1AdminGatewaysGatewayIdProtocolGatewayResourcesResourceIdPatch`           |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/redis-configs`                                | `listRedisConfigsApiV1AdminGatewaysGatewayIdRedisConfigsGet`                                         | `list_redis_configs_api_v1_admin_gateways_gateway_id_redis_configs_get`                                | `ListRedisConfigsApiV1AdminGatewaysGatewayIdRedisConfigsGet`                                         | `listRedisConfigsApiV1AdminGatewaysGatewayIdRedisConfigsGet`                                         | `ListRedisConfigsApiV1AdminGatewaysGatewayIdRedisConfigsGetAsync`                                         | `listRedisConfigsApiV1AdminGatewaysGatewayIdRedisConfigsGet`                                         |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/redis-configs`                                | `createRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsPost`                                       | `create_redis_config_api_v1_admin_gateways_gateway_id_redis_configs_post`                              | `CreateRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsPost`                                       | `createRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsPost`                                       | `CreateRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsPostAsync`                                       | `createRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsPost`                                       |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/redis-configs/{config_id}`                    | `deleteRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                             | `delete_redis_config_api_v1_admin_gateways_gateway_id_redis_configs_config_id_delete`                  | `DeleteRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                             | `deleteRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                             | `DeleteRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdDeleteAsync`                             | `deleteRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdDelete`                             |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/redis-configs/{config_id}`                    | `getRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                   | `get_redis_config_api_v1_admin_gateways_gateway_id_redis_configs_config_id_get`                        | `GetRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                   | `getRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                   | `GetRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdGetAsync`                                   | `getRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdGet`                                   |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/redis-configs/{config_id}`                    | `updateRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                              | `update_redis_config_api_v1_admin_gateways_gateway_id_redis_configs_config_id_patch`                   | `UpdateRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                              | `updateRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                              | `UpdateRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdPatchAsync`                              | `updateRedisConfigApiV1AdminGatewaysGatewayIdRedisConfigsConfigIdPatch`                              |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/replication-evidence`                         | `recordReplicationEvidenceApiV1AdminGatewaysGatewayIdReplicationEvidencePost`                        | `record_replication_evidence_api_v1_admin_gateways_gateway_id_replication_evidence_post`               | `RecordReplicationEvidenceApiV1AdminGatewaysGatewayIdReplicationEvidencePost`                        | `recordReplicationEvidenceApiV1AdminGatewaysGatewayIdReplicationEvidencePost`                        | `RecordReplicationEvidenceApiV1AdminGatewaysGatewayIdReplicationEvidencePostAsync`                        | `recordReplicationEvidenceApiV1AdminGatewaysGatewayIdReplicationEvidencePost`                        |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/routes`                                       | `listRoutesApiV1AdminGatewaysGatewayIdRoutesGet`                                                     | `list_routes_api_v1_admin_gateways_gateway_id_routes_get`                                              | `ListRoutesApiV1AdminGatewaysGatewayIdRoutesGet`                                                     | `listRoutesApiV1AdminGatewaysGatewayIdRoutesGet`                                                     | `ListRoutesApiV1AdminGatewaysGatewayIdRoutesGetAsync`                                                     | `listRoutesApiV1AdminGatewaysGatewayIdRoutesGet`                                                     |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/routes`                                       | `createRouteApiV1AdminGatewaysGatewayIdRoutesPost`                                                   | `create_route_api_v1_admin_gateways_gateway_id_routes_post`                                            | `CreateRouteApiV1AdminGatewaysGatewayIdRoutesPost`                                                   | `createRouteApiV1AdminGatewaysGatewayIdRoutesPost`                                                   | `CreateRouteApiV1AdminGatewaysGatewayIdRoutesPostAsync`                                                   | `createRouteApiV1AdminGatewaysGatewayIdRoutesPost`                                                   |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/routes/{route_id}`                            | `deleteRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdDelete`                                          | `delete_route_api_v1_admin_gateways_gateway_id_routes_route_id_delete`                                 | `DeleteRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdDelete`                                          | `deleteRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdDelete`                                          | `DeleteRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdDeleteAsync`                                          | `deleteRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdDelete`                                          |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/routes/{route_id}`                            | `updateRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdPatch`                                           | `update_route_api_v1_admin_gateways_gateway_id_routes_route_id_patch`                                  | `UpdateRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdPatch`                                           | `updateRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdPatch`                                           | `UpdateRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdPatchAsync`                                           | `updateRouteApiV1AdminGatewaysGatewayIdRoutesRouteIdPatch`                                           |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/services`                                     | `listServicesApiV1AdminGatewaysGatewayIdServicesGet`                                                 | `list_services_api_v1_admin_gateways_gateway_id_services_get`                                          | `ListServicesApiV1AdminGatewaysGatewayIdServicesGet`                                                 | `listServicesApiV1AdminGatewaysGatewayIdServicesGet`                                                 | `ListServicesApiV1AdminGatewaysGatewayIdServicesGetAsync`                                                 | `listServicesApiV1AdminGatewaysGatewayIdServicesGet`                                                 |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/services`                                     | `createServiceApiV1AdminGatewaysGatewayIdServicesPost`                                               | `create_service_api_v1_admin_gateways_gateway_id_services_post`                                        | `CreateServiceApiV1AdminGatewaysGatewayIdServicesPost`                                               | `createServiceApiV1AdminGatewaysGatewayIdServicesPost`                                               | `CreateServiceApiV1AdminGatewaysGatewayIdServicesPostAsync`                                               | `createServiceApiV1AdminGatewaysGatewayIdServicesPost`                                               |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/services/{service_id_or_name}/routes`         | `listRoutesForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                    | `list_routes_for_service_api_v1_admin_gateways_gateway_id_services_service_id_or_name_routes_get`      | `ListRoutesForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                    | `listRoutesForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                    | `ListRoutesForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGetAsync`                    | `listRoutesForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesGet`                    |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/services/{service_id_or_name}/routes`         | `createRouteForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                  | `create_route_for_service_api_v1_admin_gateways_gateway_id_services_service_id_or_name_routes_post`    | `CreateRouteForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                  | `createRouteForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                  | `CreateRouteForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPostAsync`                  | `createRouteForServiceApiV1AdminGatewaysGatewayIdServicesServiceIdOrNameRoutesPost`                  |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/services/{service_id}`                        | `deleteServiceApiV1AdminGatewaysGatewayIdServicesServiceIdDelete`                                    | `delete_service_api_v1_admin_gateways_gateway_id_services_service_id_delete`                           | `DeleteServiceApiV1AdminGatewaysGatewayIdServicesServiceIdDelete`                                    | `deleteServiceApiV1AdminGatewaysGatewayIdServicesServiceIdDelete`                                    | `DeleteServiceApiV1AdminGatewaysGatewayIdServicesServiceIdDeleteAsync`                                    | `deleteServiceApiV1AdminGatewaysGatewayIdServicesServiceIdDelete`                                    |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/services/{service_id}`                        | `getServiceApiV1AdminGatewaysGatewayIdServicesServiceIdGet`                                          | `get_service_api_v1_admin_gateways_gateway_id_services_service_id_get`                                 | `GetServiceApiV1AdminGatewaysGatewayIdServicesServiceIdGet`                                          | `getServiceApiV1AdminGatewaysGatewayIdServicesServiceIdGet`                                          | `GetServiceApiV1AdminGatewaysGatewayIdServicesServiceIdGetAsync`                                          | `getServiceApiV1AdminGatewaysGatewayIdServicesServiceIdGet`                                          |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/services/{service_id}`                        | `updateServiceApiV1AdminGatewaysGatewayIdServicesServiceIdPatch`                                     | `update_service_api_v1_admin_gateways_gateway_id_services_service_id_patch`                            | `UpdateServiceApiV1AdminGatewaysGatewayIdServicesServiceIdPatch`                                     | `updateServiceApiV1AdminGatewaysGatewayIdServicesServiceIdPatch`                                     | `UpdateServiceApiV1AdminGatewaysGatewayIdServicesServiceIdPatchAsync`                                     | `updateServiceApiV1AdminGatewaysGatewayIdServicesServiceIdPatch`                                     |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/snis`                                         | `listSnisApiV1AdminGatewaysGatewayIdSnisGet`                                                         | `list_snis_api_v1_admin_gateways_gateway_id_snis_get`                                                  | `ListSnisApiV1AdminGatewaysGatewayIdSnisGet`                                                         | `listSnisApiV1AdminGatewaysGatewayIdSnisGet`                                                         | `ListSnisApiV1AdminGatewaysGatewayIdSnisGetAsync`                                                         | `listSnisApiV1AdminGatewaysGatewayIdSnisGet`                                                         |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/snis`                                         | `createSniApiV1AdminGatewaysGatewayIdSnisPost`                                                       | `create_sni_api_v1_admin_gateways_gateway_id_snis_post`                                                | `CreateSniApiV1AdminGatewaysGatewayIdSnisPost`                                                       | `createSniApiV1AdminGatewaysGatewayIdSnisPost`                                                       | `CreateSniApiV1AdminGatewaysGatewayIdSnisPostAsync`                                                       | `createSniApiV1AdminGatewaysGatewayIdSnisPost`                                                       |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/snis/{sni_id}`                                | `deleteSniApiV1AdminGatewaysGatewayIdSnisSniIdDelete`                                                | `delete_sni_api_v1_admin_gateways_gateway_id_snis_sni_id_delete`                                       | `DeleteSniApiV1AdminGatewaysGatewayIdSnisSniIdDelete`                                                | `deleteSniApiV1AdminGatewaysGatewayIdSnisSniIdDelete`                                                | `DeleteSniApiV1AdminGatewaysGatewayIdSnisSniIdDeleteAsync`                                                | `deleteSniApiV1AdminGatewaysGatewayIdSnisSniIdDelete`                                                |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/snis/{sni_id}`                                | `getSniApiV1AdminGatewaysGatewayIdSnisSniIdGet`                                                      | `get_sni_api_v1_admin_gateways_gateway_id_snis_sni_id_get`                                             | `GetSniApiV1AdminGatewaysGatewayIdSnisSniIdGet`                                                      | `getSniApiV1AdminGatewaysGatewayIdSnisSniIdGet`                                                      | `GetSniApiV1AdminGatewaysGatewayIdSnisSniIdGetAsync`                                                      | `getSniApiV1AdminGatewaysGatewayIdSnisSniIdGet`                                                      |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/snis/{sni_id}`                                | `updateSniApiV1AdminGatewaysGatewayIdSnisSniIdPatch`                                                 | `update_sni_api_v1_admin_gateways_gateway_id_snis_sni_id_patch`                                        | `UpdateSniApiV1AdminGatewaysGatewayIdSnisSniIdPatch`                                                 | `updateSniApiV1AdminGatewaysGatewayIdSnisSniIdPatch`                                                 | `UpdateSniApiV1AdminGatewaysGatewayIdSnisSniIdPatchAsync`                                                 | `updateSniApiV1AdminGatewaysGatewayIdSnisSniIdPatch`                                                 |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/targets`                                      | `createTargetApiV1AdminGatewaysGatewayIdTargetsPost`                                                 | `create_target_api_v1_admin_gateways_gateway_id_targets_post`                                          | `CreateTargetApiV1AdminGatewaysGatewayIdTargetsPost`                                                 | `createTargetApiV1AdminGatewaysGatewayIdTargetsPost`                                                 | `CreateTargetApiV1AdminGatewaysGatewayIdTargetsPostAsync`                                                 | `createTargetApiV1AdminGatewaysGatewayIdTargetsPost`                                                 |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/targets/upstream/{upstream_id}`               | `listTargetsByUpstreamApiV1AdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                       | `list_targets_by_upstream_api_v1_admin_gateways_gateway_id_targets_upstream_upstream_id_get`           | `ListTargetsByUpstreamApiV1AdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                       | `listTargetsByUpstreamApiV1AdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                       | `ListTargetsByUpstreamApiV1AdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGetAsync`                       | `listTargetsByUpstreamApiV1AdminGatewaysGatewayIdTargetsUpstreamUpstreamIdGet`                       |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/targets/{target_id}`                          | `deleteTargetApiV1AdminGatewaysGatewayIdTargetsTargetIdDelete`                                       | `delete_target_api_v1_admin_gateways_gateway_id_targets_target_id_delete`                              | `DeleteTargetApiV1AdminGatewaysGatewayIdTargetsTargetIdDelete`                                       | `deleteTargetApiV1AdminGatewaysGatewayIdTargetsTargetIdDelete`                                       | `DeleteTargetApiV1AdminGatewaysGatewayIdTargetsTargetIdDeleteAsync`                                       | `deleteTargetApiV1AdminGatewaysGatewayIdTargetsTargetIdDelete`                                       |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/traffic/recent`                               | `getGatewayRecentTrafficApiV1AdminGatewaysGatewayIdTrafficRecentGet`                                 | `get_gateway_recent_traffic_api_v1_admin_gateways_gateway_id_traffic_recent_get`                       | `GetGatewayRecentTrafficApiV1AdminGatewaysGatewayIdTrafficRecentGet`                                 | `getGatewayRecentTrafficApiV1AdminGatewaysGatewayIdTrafficRecentGet`                                 | `GetGatewayRecentTrafficApiV1AdminGatewaysGatewayIdTrafficRecentGetAsync`                                 | `getGatewayRecentTrafficApiV1AdminGatewaysGatewayIdTrafficRecentGet`                                 |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/upstreams`                                    | `listUpstreamsApiV1AdminGatewaysGatewayIdUpstreamsGet`                                               | `list_upstreams_api_v1_admin_gateways_gateway_id_upstreams_get`                                        | `ListUpstreamsApiV1AdminGatewaysGatewayIdUpstreamsGet`                                               | `listUpstreamsApiV1AdminGatewaysGatewayIdUpstreamsGet`                                               | `ListUpstreamsApiV1AdminGatewaysGatewayIdUpstreamsGetAsync`                                               | `listUpstreamsApiV1AdminGatewaysGatewayIdUpstreamsGet`                                               |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/upstreams`                                    | `createUpstreamApiV1AdminGatewaysGatewayIdUpstreamsPost`                                             | `create_upstream_api_v1_admin_gateways_gateway_id_upstreams_post`                                      | `CreateUpstreamApiV1AdminGatewaysGatewayIdUpstreamsPost`                                             | `createUpstreamApiV1AdminGatewaysGatewayIdUpstreamsPost`                                             | `CreateUpstreamApiV1AdminGatewaysGatewayIdUpstreamsPostAsync`                                             | `createUpstreamApiV1AdminGatewaysGatewayIdUpstreamsPost`                                             |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/upstreams/{upstream_id}`                      | `deleteUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                 | `delete_upstream_api_v1_admin_gateways_gateway_id_upstreams_upstream_id_delete`                        | `DeleteUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                 | `deleteUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                 | `DeleteUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdDeleteAsync`                                 | `deleteUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdDelete`                                 |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/upstreams/{upstream_id}`                      | `getUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                       | `get_upstream_api_v1_admin_gateways_gateway_id_upstreams_upstream_id_get`                              | `GetUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                       | `getUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                       | `GetUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdGetAsync`                                       | `getUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdGet`                                       |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/upstreams/{upstream_id}`                      | `updateUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                  | `update_upstream_api_v1_admin_gateways_gateway_id_upstreams_upstream_id_patch`                         | `UpdateUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                  | `updateUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                  | `UpdateUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdPatchAsync`                                  | `updateUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdPatch`                                  |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/upstreams/{upstream_id}/targets`              | `listTargetsForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                     | `list_targets_for_upstream_api_v1_admin_gateways_gateway_id_upstreams_upstream_id_targets_get`         | `ListTargetsForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                     | `listTargetsForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                     | `ListTargetsForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGetAsync`                     | `listTargetsForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsGet`                     |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/upstreams/{upstream_id}/targets`              | `createTargetForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                   | `create_target_for_upstream_api_v1_admin_gateways_gateway_id_upstreams_upstream_id_targets_post`       | `CreateTargetForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                   | `createTargetForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                   | `CreateTargetForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPostAsync`                   | `createTargetForUpstreamApiV1AdminGatewaysGatewayIdUpstreamsUpstreamIdTargetsPost`                   |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/vaults`                                       | `listVaultsApiV1AdminGatewaysGatewayIdVaultsGet`                                                     | `list_vaults_api_v1_admin_gateways_gateway_id_vaults_get`                                              | `ListVaultsApiV1AdminGatewaysGatewayIdVaultsGet`                                                     | `listVaultsApiV1AdminGatewaysGatewayIdVaultsGet`                                                     | `ListVaultsApiV1AdminGatewaysGatewayIdVaultsGetAsync`                                                     | `listVaultsApiV1AdminGatewaysGatewayIdVaultsGet`                                                     |
| `POST`   | `/api/v1/admin/gateways/{gateway_id}/vaults`                                       | `createVaultApiV1AdminGatewaysGatewayIdVaultsPost`                                                   | `create_vault_api_v1_admin_gateways_gateway_id_vaults_post`                                            | `CreateVaultApiV1AdminGatewaysGatewayIdVaultsPost`                                                   | `createVaultApiV1AdminGatewaysGatewayIdVaultsPost`                                                   | `CreateVaultApiV1AdminGatewaysGatewayIdVaultsPostAsync`                                                   | `createVaultApiV1AdminGatewaysGatewayIdVaultsPost`                                                   |
| `DELETE` | `/api/v1/admin/gateways/{gateway_id}/vaults/{vault_id}`                            | `deleteVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdDelete`                                          | `delete_vault_api_v1_admin_gateways_gateway_id_vaults_vault_id_delete`                                 | `DeleteVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdDelete`                                          | `deleteVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdDelete`                                          | `DeleteVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdDeleteAsync`                                          | `deleteVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdDelete`                                          |
| `GET`    | `/api/v1/admin/gateways/{gateway_id}/vaults/{vault_id}`                            | `getVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdGet`                                                | `get_vault_api_v1_admin_gateways_gateway_id_vaults_vault_id_get`                                       | `GetVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdGet`                                                | `getVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdGet`                                                | `GetVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdGetAsync`                                                | `getVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdGet`                                                |
| `PATCH`  | `/api/v1/admin/gateways/{gateway_id}/vaults/{vault_id}`                            | `updateVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdPatch`                                           | `update_vault_api_v1_admin_gateways_gateway_id_vaults_vault_id_patch`                                  | `UpdateVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdPatch`                                           | `updateVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdPatch`                                           | `UpdateVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdPatchAsync`                                           | `updateVaultApiV1AdminGatewaysGatewayIdVaultsVaultIdPatch`                                           |
| `GET`    | `/api/v1/admin/integrations`                                                       | `listIntegrationsApiV1AdminIntegrationsGet`                                                          | `list_integrations_api_v1_admin_integrations_get`                                                      | `ListIntegrationsApiV1AdminIntegrationsGet`                                                          | `listIntegrationsApiV1AdminIntegrationsGet`                                                          | `ListIntegrationsApiV1AdminIntegrationsGetAsync`                                                          | `listIntegrationsApiV1AdminIntegrationsGet`                                                          |
| `POST`   | `/api/v1/admin/integrations`                                                       | `installIntegrationApiV1AdminIntegrationsPost`                                                       | `install_integration_api_v1_admin_integrations_post`                                                   | `InstallIntegrationApiV1AdminIntegrationsPost`                                                       | `installIntegrationApiV1AdminIntegrationsPost`                                                       | `InstallIntegrationApiV1AdminIntegrationsPostAsync`                                                       | `installIntegrationApiV1AdminIntegrationsPost`                                                       |
| `GET`    | `/api/v1/admin/integrations/sync-analytics`                                        | `getIntegrationSyncAnalyticsApiV1AdminIntegrationsSyncAnalyticsGet`                                  | `get_integration_sync_analytics_api_v1_admin_integrations_sync_analytics_get`                          | `GetIntegrationSyncAnalyticsApiV1AdminIntegrationsSyncAnalyticsGet`                                  | `getIntegrationSyncAnalyticsApiV1AdminIntegrationsSyncAnalyticsGet`                                  | `GetIntegrationSyncAnalyticsApiV1AdminIntegrationsSyncAnalyticsGetAsync`                                  | `getIntegrationSyncAnalyticsApiV1AdminIntegrationsSyncAnalyticsGet`                                  |
| `DELETE` | `/api/v1/admin/integrations/{integration_id}`                                      | `uninstallIntegrationApiV1AdminIntegrationsIntegrationIdDelete`                                      | `uninstall_integration_api_v1_admin_integrations_integration_id_delete`                                | `UninstallIntegrationApiV1AdminIntegrationsIntegrationIdDelete`                                      | `uninstallIntegrationApiV1AdminIntegrationsIntegrationIdDelete`                                      | `UninstallIntegrationApiV1AdminIntegrationsIntegrationIdDeleteAsync`                                      | `uninstallIntegrationApiV1AdminIntegrationsIntegrationIdDelete`                                      |
| `PATCH`  | `/api/v1/admin/integrations/{integration_id}/config`                               | `updateIntegrationConfigApiV1AdminIntegrationsIntegrationIdConfigPatch`                              | `update_integration_config_api_v1_admin_integrations_integration_id_config_patch`                      | `UpdateIntegrationConfigApiV1AdminIntegrationsIntegrationIdConfigPatch`                              | `updateIntegrationConfigApiV1AdminIntegrationsIntegrationIdConfigPatch`                              | `UpdateIntegrationConfigApiV1AdminIntegrationsIntegrationIdConfigPatchAsync`                              | `updateIntegrationConfigApiV1AdminIntegrationsIntegrationIdConfigPatch`                              |
| `PATCH`  | `/api/v1/admin/integrations/{integration_id}/state`                                | `updateIntegrationStateApiV1AdminIntegrationsIntegrationIdStatePatch`                                | `update_integration_state_api_v1_admin_integrations_integration_id_state_patch`                        | `UpdateIntegrationStateApiV1AdminIntegrationsIntegrationIdStatePatch`                                | `updateIntegrationStateApiV1AdminIntegrationsIntegrationIdStatePatch`                                | `UpdateIntegrationStateApiV1AdminIntegrationsIntegrationIdStatePatchAsync`                                | `updateIntegrationStateApiV1AdminIntegrationsIntegrationIdStatePatch`                                |
| `POST`   | `/api/v1/admin/integrations/{integration_id}/sync`                                 | `requestIntegrationSyncApiV1AdminIntegrationsIntegrationIdSyncPost`                                  | `request_integration_sync_api_v1_admin_integrations_integration_id_sync_post`                          | `RequestIntegrationSyncApiV1AdminIntegrationsIntegrationIdSyncPost`                                  | `requestIntegrationSyncApiV1AdminIntegrationsIntegrationIdSyncPost`                                  | `RequestIntegrationSyncApiV1AdminIntegrationsIntegrationIdSyncPostAsync`                                  | `requestIntegrationSyncApiV1AdminIntegrationsIntegrationIdSyncPost`                                  |
| `GET`    | `/api/v1/admin/integrations/{integration_id}/sync-history`                         | `listIntegrationSyncHistoryApiV1AdminIntegrationsIntegrationIdSyncHistoryGet`                        | `list_integration_sync_history_api_v1_admin_integrations_integration_id_sync_history_get`              | `ListIntegrationSyncHistoryApiV1AdminIntegrationsIntegrationIdSyncHistoryGet`                        | `listIntegrationSyncHistoryApiV1AdminIntegrationsIntegrationIdSyncHistoryGet`                        | `ListIntegrationSyncHistoryApiV1AdminIntegrationsIntegrationIdSyncHistoryGetAsync`                        | `listIntegrationSyncHistoryApiV1AdminIntegrationsIntegrationIdSyncHistoryGet`                        |
| `POST`   | `/api/v1/admin/integrations/{integration_id}/sync-operations/{operation_id}/retry` | `retryIntegrationSyncOperationApiV1AdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost` | `retry_integration_sync_operation_api_v1_admin_integrations_integration_id_sync_operations_operation_` | `RetryIntegrationSyncOperationApiV1AdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost` | `retryIntegrationSyncOperationApiV1AdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost` | `RetryIntegrationSyncOperationApiV1AdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPostAsync` | `retryIntegrationSyncOperationApiV1AdminIntegrationsIntegrationIdSyncOperationsOperationIdRetryPost` |
| `GET`    | `/api/v1/admin/lifecycle/autoscaling-policies`                                     | `listAutoscalingPoliciesApiV1AdminLifecycleAutoscalingPoliciesGet`                                   | `list_autoscaling_policies_api_v1_admin_lifecycle_autoscaling_policies_get`                            | `ListAutoscalingPoliciesApiV1AdminLifecycleAutoscalingPoliciesGet`                                   | `listAutoscalingPoliciesApiV1AdminLifecycleAutoscalingPoliciesGet`                                   | `ListAutoscalingPoliciesApiV1AdminLifecycleAutoscalingPoliciesGetAsync`                                   | `listAutoscalingPoliciesApiV1AdminLifecycleAutoscalingPoliciesGet`                                   |
| `POST`   | `/api/v1/admin/lifecycle/autoscaling-policies`                                     | `upsertAutoscalingPolicyApiV1AdminLifecycleAutoscalingPoliciesPost`                                  | `upsert_autoscaling_policy_api_v1_admin_lifecycle_autoscaling_policies_post`                           | `UpsertAutoscalingPolicyApiV1AdminLifecycleAutoscalingPoliciesPost`                                  | `upsertAutoscalingPolicyApiV1AdminLifecycleAutoscalingPoliciesPost`                                  | `UpsertAutoscalingPolicyApiV1AdminLifecycleAutoscalingPoliciesPostAsync`                                  | `upsertAutoscalingPolicyApiV1AdminLifecycleAutoscalingPoliciesPost`                                  |
| `GET`    | `/api/v1/admin/lifecycle/drift-summaries`                                          | `listConfigDriftSummariesApiV1AdminLifecycleDriftSummariesGet`                                       | `list_config_drift_summaries_api_v1_admin_lifecycle_drift_summaries_get`                               | `ListConfigDriftSummariesApiV1AdminLifecycleDriftSummariesGet`                                       | `listConfigDriftSummariesApiV1AdminLifecycleDriftSummariesGet`                                       | `ListConfigDriftSummariesApiV1AdminLifecycleDriftSummariesGetAsync`                                       | `listConfigDriftSummariesApiV1AdminLifecycleDriftSummariesGet`                                       |
| `POST`   | `/api/v1/admin/lifecycle/drift-summaries/detect`                                   | `detectConfigDriftApiV1AdminLifecycleDriftSummariesDetectPost`                                       | `detect_config_drift_api_v1_admin_lifecycle_drift_summaries_detect_post`                               | `DetectConfigDriftApiV1AdminLifecycleDriftSummariesDetectPost`                                       | `detectConfigDriftApiV1AdminLifecycleDriftSummariesDetectPost`                                       | `DetectConfigDriftApiV1AdminLifecycleDriftSummariesDetectPostAsync`                                       | `detectConfigDriftApiV1AdminLifecycleDriftSummariesDetectPost`                                       |
| `GET`    | `/api/v1/admin/lifecycle/states`                                                   | `listLifecycleStatesApiV1AdminLifecycleStatesGet`                                                    | `list_lifecycle_states_api_v1_admin_lifecycle_states_get`                                              | `ListLifecycleStatesApiV1AdminLifecycleStatesGet`                                                    | `listLifecycleStatesApiV1AdminLifecycleStatesGet`                                                    | `ListLifecycleStatesApiV1AdminLifecycleStatesGetAsync`                                                    | `listLifecycleStatesApiV1AdminLifecycleStatesGet`                                                    |
| `POST`   | `/api/v1/admin/lifecycle/states`                                                   | `upsertLifecycleStateApiV1AdminLifecycleStatesPost`                                                  | `upsert_lifecycle_state_api_v1_admin_lifecycle_states_post`                                            | `UpsertLifecycleStateApiV1AdminLifecycleStatesPost`                                                  | `upsertLifecycleStateApiV1AdminLifecycleStatesPost`                                                  | `UpsertLifecycleStateApiV1AdminLifecycleStatesPostAsync`                                                  | `upsertLifecycleStateApiV1AdminLifecycleStatesPost`                                                  |
| `GET`    | `/api/v1/admin/lifecycle/upgrades`                                                 | `listUpgradeOrchestrationsApiV1AdminLifecycleUpgradesGet`                                            | `list_upgrade_orchestrations_api_v1_admin_lifecycle_upgrades_get`                                      | `ListUpgradeOrchestrationsApiV1AdminLifecycleUpgradesGet`                                            | `listUpgradeOrchestrationsApiV1AdminLifecycleUpgradesGet`                                            | `ListUpgradeOrchestrationsApiV1AdminLifecycleUpgradesGetAsync`                                            | `listUpgradeOrchestrationsApiV1AdminLifecycleUpgradesGet`                                            |
| `POST`   | `/api/v1/admin/lifecycle/upgrades`                                                 | `createUpgradeOrchestrationApiV1AdminLifecycleUpgradesPost`                                          | `create_upgrade_orchestration_api_v1_admin_lifecycle_upgrades_post`                                    | `CreateUpgradeOrchestrationApiV1AdminLifecycleUpgradesPost`                                          | `createUpgradeOrchestrationApiV1AdminLifecycleUpgradesPost`                                          | `CreateUpgradeOrchestrationApiV1AdminLifecycleUpgradesPostAsync`                                          | `createUpgradeOrchestrationApiV1AdminLifecycleUpgradesPost`                                          |
| `PATCH`  | `/api/v1/admin/lifecycle/upgrades/{upgrade_id}`                                    | `updateUpgradeOrchestrationApiV1AdminLifecycleUpgradesUpgradeIdPatch`                                | `update_upgrade_orchestration_api_v1_admin_lifecycle_upgrades_upgrade_id_patch`                        | `UpdateUpgradeOrchestrationApiV1AdminLifecycleUpgradesUpgradeIdPatch`                                | `updateUpgradeOrchestrationApiV1AdminLifecycleUpgradesUpgradeIdPatch`                                | `UpdateUpgradeOrchestrationApiV1AdminLifecycleUpgradesUpgradeIdPatchAsync`                                | `updateUpgradeOrchestrationApiV1AdminLifecycleUpgradesUpgradeIdPatch`                                |
| `GET`    | `/api/v1/admin/metering-billing/invoice/export`                                    | `exportInvoiceApiV1AdminMeteringBillingInvoiceExportGet`                                             | `export_invoice_api_v1_admin_metering_billing_invoice_export_get`                                      | `ExportInvoiceApiV1AdminMeteringBillingInvoiceExportGet`                                             | `exportInvoiceApiV1AdminMeteringBillingInvoiceExportGet`                                             | `ExportInvoiceApiV1AdminMeteringBillingInvoiceExportGetAsync`                                             | `exportInvoiceApiV1AdminMeteringBillingInvoiceExportGet`                                             |
| `POST`   | `/api/v1/admin/metering-billing/ledger/snapshots`                                  | `createBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsPost`                            | `create_billing_ledger_snapshot_api_v1_admin_metering_billing_ledger_snapshots_post`                   | `CreateBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsPost`                            | `createBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsPost`                            | `CreateBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsPostAsync`                            | `createBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsPost`                            |
| `GET`    | `/api/v1/admin/metering-billing/ledger/snapshots/{ledger_id}`                      | `getBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdGet`                        | `get_billing_ledger_snapshot_api_v1_admin_metering_billing_ledger_snapshots_ledger_id_get`             | `GetBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdGet`                        | `getBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdGet`                        | `GetBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdGetAsync`                        | `getBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdGet`                        |
| `POST`   | `/api/v1/admin/metering-billing/ledger/snapshots/{ledger_id}/finalize`             | `finalizeBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`          | `finalize_billing_ledger_snapshot_api_v1_admin_metering_billing_ledger_snapshots_ledger_id_finalize_p` | `FinalizeBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`          | `finalizeBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`          | `FinalizeBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePostAsync`          | `finalizeBillingLedgerSnapshotApiV1AdminMeteringBillingLedgerSnapshotsLedgerIdFinalizePost`          |
| `GET`    | `/api/v1/admin/metering-billing/operations/status`                                 | `billingOperationsStatusApiV1AdminMeteringBillingOperationsStatusGet`                                | `billing_operations_status_api_v1_admin_metering_billing_operations_status_get`                        | `BillingOperationsStatusApiV1AdminMeteringBillingOperationsStatusGet`                                | `billingOperationsStatusApiV1AdminMeteringBillingOperationsStatusGet`                                | `BillingOperationsStatusApiV1AdminMeteringBillingOperationsStatusGetAsync`                                | `billingOperationsStatusApiV1AdminMeteringBillingOperationsStatusGet`                                |
| `POST`   | `/api/v1/admin/metering-billing/periods/close`                                     | `closeBillingPeriodApiV1AdminMeteringBillingPeriodsClosePost`                                        | `close_billing_period_api_v1_admin_metering_billing_periods_close_post`                                | `CloseBillingPeriodApiV1AdminMeteringBillingPeriodsClosePost`                                        | `closeBillingPeriodApiV1AdminMeteringBillingPeriodsClosePost`                                        | `CloseBillingPeriodApiV1AdminMeteringBillingPeriodsClosePostAsync`                                        | `closeBillingPeriodApiV1AdminMeteringBillingPeriodsClosePost`                                        |
| `GET`    | `/api/v1/admin/metering-billing/periods/{period_id}`                               | `getClosedBillingPeriodApiV1AdminMeteringBillingPeriodsPeriodIdGet`                                  | `get_closed_billing_period_api_v1_admin_metering_billing_periods_period_id_get`                        | `GetClosedBillingPeriodApiV1AdminMeteringBillingPeriodsPeriodIdGet`                                  | `getClosedBillingPeriodApiV1AdminMeteringBillingPeriodsPeriodIdGet`                                  | `GetClosedBillingPeriodApiV1AdminMeteringBillingPeriodsPeriodIdGetAsync`                                  | `getClosedBillingPeriodApiV1AdminMeteringBillingPeriodsPeriodIdGet`                                  |
| `GET`    | `/api/v1/admin/metering-billing/summary`                                           | `meteringBillingSummaryApiV1AdminMeteringBillingSummaryGet`                                          | `metering_billing_summary_api_v1_admin_metering_billing_summary_get`                                   | `MeteringBillingSummaryApiV1AdminMeteringBillingSummaryGet`                                          | `meteringBillingSummaryApiV1AdminMeteringBillingSummaryGet`                                          | `MeteringBillingSummaryApiV1AdminMeteringBillingSummaryGetAsync`                                          | `meteringBillingSummaryApiV1AdminMeteringBillingSummaryGet`                                          |
| `GET`    | `/api/v1/admin/observability/anomalies`                                            | `listObservabilityAnomaliesApiV1AdminObservabilityAnomaliesGet`                                      | `list_observability_anomalies_api_v1_admin_observability_anomalies_get`                                | `ListObservabilityAnomaliesApiV1AdminObservabilityAnomaliesGet`                                      | `listObservabilityAnomaliesApiV1AdminObservabilityAnomaliesGet`                                      | `ListObservabilityAnomaliesApiV1AdminObservabilityAnomaliesGetAsync`                                      | `listObservabilityAnomaliesApiV1AdminObservabilityAnomaliesGet`                                      |
| `POST`   | `/api/v1/admin/observability/events`                                               | `createObservabilityEventApiV1AdminObservabilityEventsPost`                                          | `create_observability_event_api_v1_admin_observability_events_post`                                    | `CreateObservabilityEventApiV1AdminObservabilityEventsPost`                                          | `createObservabilityEventApiV1AdminObservabilityEventsPost`                                          | `CreateObservabilityEventApiV1AdminObservabilityEventsPostAsync`                                          | `createObservabilityEventApiV1AdminObservabilityEventsPost`                                          |
| `GET`    | `/api/v1/admin/observability/live`                                                 | `getLiveObservabilityEventsApiV1AdminObservabilityLiveGet`                                           | `get_live_observability_events_api_v1_admin_observability_live_get`                                    | `GetLiveObservabilityEventsApiV1AdminObservabilityLiveGet`                                           | `getLiveObservabilityEventsApiV1AdminObservabilityLiveGet`                                           | `GetLiveObservabilityEventsApiV1AdminObservabilityLiveGetAsync`                                           | `getLiveObservabilityEventsApiV1AdminObservabilityLiveGet`                                           |
| `GET`    | `/api/v1/admin/observability/requests`                                             | `listObservabilityRequestsApiV1AdminObservabilityRequestsGet`                                        | `list_observability_requests_api_v1_admin_observability_requests_get`                                  | `ListObservabilityRequestsApiV1AdminObservabilityRequestsGet`                                        | `listObservabilityRequestsApiV1AdminObservabilityRequestsGet`                                        | `ListObservabilityRequestsApiV1AdminObservabilityRequestsGetAsync`                                        | `listObservabilityRequestsApiV1AdminObservabilityRequestsGet`                                        |
| `GET`    | `/api/v1/admin/observability/requests/{request_id}`                                | `correlateObservabilityRequestApiV1AdminObservabilityRequestsRequestIdGet`                           | `correlate_observability_request_api_v1_admin_observability_requests_request_id_get`                   | `CorrelateObservabilityRequestApiV1AdminObservabilityRequestsRequestIdGet`                           | `correlateObservabilityRequestApiV1AdminObservabilityRequestsRequestIdGet`                           | `CorrelateObservabilityRequestApiV1AdminObservabilityRequestsRequestIdGetAsync`                           | `correlateObservabilityRequestApiV1AdminObservabilityRequestsRequestIdGet`                           |
| `GET`    | `/api/v1/admin/observability/retention`                                            | `getObservabilityRetentionApiV1AdminObservabilityRetentionGet`                                       | `get_observability_retention_api_v1_admin_observability_retention_get`                                 | `GetObservabilityRetentionApiV1AdminObservabilityRetentionGet`                                       | `getObservabilityRetentionApiV1AdminObservabilityRetentionGet`                                       | `GetObservabilityRetentionApiV1AdminObservabilityRetentionGetAsync`                                       | `getObservabilityRetentionApiV1AdminObservabilityRetentionGet`                                       |
| `PUT`    | `/api/v1/admin/observability/retention`                                            | `updateObservabilityRetentionApiV1AdminObservabilityRetentionPut`                                    | `update_observability_retention_api_v1_admin_observability_retention_put`                              | `UpdateObservabilityRetentionApiV1AdminObservabilityRetentionPut`                                    | `updateObservabilityRetentionApiV1AdminObservabilityRetentionPut`                                    | `UpdateObservabilityRetentionApiV1AdminObservabilityRetentionPutAsync`                                    | `updateObservabilityRetentionApiV1AdminObservabilityRetentionPut`                                    |
| `GET`    | `/api/v1/admin/observability/summary`                                              | `getObservabilitySummaryApiV1AdminObservabilitySummaryGet`                                           | `get_observability_summary_api_v1_admin_observability_summary_get`                                     | `GetObservabilitySummaryApiV1AdminObservabilitySummaryGet`                                           | `getObservabilitySummaryApiV1AdminObservabilitySummaryGet`                                           | `GetObservabilitySummaryApiV1AdminObservabilitySummaryGetAsync`                                           | `getObservabilitySummaryApiV1AdminObservabilitySummaryGet`                                           |
| `GET`    | `/api/v1/admin/rbac/organizations`                                                 | `listOrganizationsApiV1AdminRbacOrganizationsGet`                                                    | `list_organizations_api_v1_admin_rbac_organizations_get`                                               | `ListOrganizationsApiV1AdminRbacOrganizationsGet`                                                    | `listOrganizationsApiV1AdminRbacOrganizationsGet`                                                    | `ListOrganizationsApiV1AdminRbacOrganizationsGetAsync`                                                    | `listOrganizationsApiV1AdminRbacOrganizationsGet`                                                    |
| `POST`   | `/api/v1/admin/rbac/organizations`                                                 | `createOrganizationApiV1AdminRbacOrganizationsPost`                                                  | `create_organization_api_v1_admin_rbac_organizations_post`                                             | `CreateOrganizationApiV1AdminRbacOrganizationsPost`                                                  | `createOrganizationApiV1AdminRbacOrganizationsPost`                                                  | `CreateOrganizationApiV1AdminRbacOrganizationsPostAsync`                                                  | `createOrganizationApiV1AdminRbacOrganizationsPost`                                                  |
| `DELETE` | `/api/v1/admin/rbac/organizations/{organization_id}`                               | `deleteOrganizationApiV1AdminRbacOrganizationsOrganizationIdDelete`                                  | `delete_organization_api_v1_admin_rbac_organizations_organization_id_delete`                           | `DeleteOrganizationApiV1AdminRbacOrganizationsOrganizationIdDelete`                                  | `deleteOrganizationApiV1AdminRbacOrganizationsOrganizationIdDelete`                                  | `DeleteOrganizationApiV1AdminRbacOrganizationsOrganizationIdDeleteAsync`                                  | `deleteOrganizationApiV1AdminRbacOrganizationsOrganizationIdDelete`                                  |
| `GET`    | `/api/v1/admin/rbac/organizations/{organization_id}`                               | `getOrganizationApiV1AdminRbacOrganizationsOrganizationIdGet`                                        | `get_organization_api_v1_admin_rbac_organizations_organization_id_get`                                 | `GetOrganizationApiV1AdminRbacOrganizationsOrganizationIdGet`                                        | `getOrganizationApiV1AdminRbacOrganizationsOrganizationIdGet`                                        | `GetOrganizationApiV1AdminRbacOrganizationsOrganizationIdGetAsync`                                        | `getOrganizationApiV1AdminRbacOrganizationsOrganizationIdGet`                                        |
| `PATCH`  | `/api/v1/admin/rbac/organizations/{organization_id}`                               | `updateOrganizationApiV1AdminRbacOrganizationsOrganizationIdPatch`                                   | `update_organization_api_v1_admin_rbac_organizations_organization_id_patch`                            | `UpdateOrganizationApiV1AdminRbacOrganizationsOrganizationIdPatch`                                   | `updateOrganizationApiV1AdminRbacOrganizationsOrganizationIdPatch`                                   | `UpdateOrganizationApiV1AdminRbacOrganizationsOrganizationIdPatchAsync`                                   | `updateOrganizationApiV1AdminRbacOrganizationsOrganizationIdPatch`                                   |
| `GET`    | `/api/v1/admin/rbac/permission-matrix`                                             | `getPermissionMatrixApiV1AdminRbacPermissionMatrixGet`                                               | `get_permission_matrix_api_v1_admin_rbac_permission_matrix_get`                                        | `GetPermissionMatrixApiV1AdminRbacPermissionMatrixGet`                                               | `getPermissionMatrixApiV1AdminRbacPermissionMatrixGet`                                               | `GetPermissionMatrixApiV1AdminRbacPermissionMatrixGetAsync`                                               | `getPermissionMatrixApiV1AdminRbacPermissionMatrixGet`                                               |
| `PUT`    | `/api/v1/admin/rbac/permission-matrix`                                             | `replacePermissionMatrixApiV1AdminRbacPermissionMatrixPut`                                           | `replace_permission_matrix_api_v1_admin_rbac_permission_matrix_put`                                    | `ReplacePermissionMatrixApiV1AdminRbacPermissionMatrixPut`                                           | `replacePermissionMatrixApiV1AdminRbacPermissionMatrixPut`                                           | `ReplacePermissionMatrixApiV1AdminRbacPermissionMatrixPutAsync`                                           | `replacePermissionMatrixApiV1AdminRbacPermissionMatrixPut`                                           |
| `GET`    | `/api/v1/admin/rbac/permissions`                                                   | `listPermissionsApiV1AdminRbacPermissionsGet`                                                        | `list_permissions_api_v1_admin_rbac_permissions_get`                                                   | `ListPermissionsApiV1AdminRbacPermissionsGet`                                                        | `listPermissionsApiV1AdminRbacPermissionsGet`                                                        | `ListPermissionsApiV1AdminRbacPermissionsGetAsync`                                                        | `listPermissionsApiV1AdminRbacPermissionsGet`                                                        |
| `GET`    | `/api/v1/admin/rbac/roles`                                                         | `listCustomRolesApiV1AdminRbacRolesGet`                                                              | `list_custom_roles_api_v1_admin_rbac_roles_get`                                                        | `ListCustomRolesApiV1AdminRbacRolesGet`                                                              | `listCustomRolesApiV1AdminRbacRolesGet`                                                              | `ListCustomRolesApiV1AdminRbacRolesGetAsync`                                                              | `listCustomRolesApiV1AdminRbacRolesGet`                                                              |
| `POST`   | `/api/v1/admin/rbac/roles`                                                         | `createCustomRoleApiV1AdminRbacRolesPost`                                                            | `create_custom_role_api_v1_admin_rbac_roles_post`                                                      | `CreateCustomRoleApiV1AdminRbacRolesPost`                                                            | `createCustomRoleApiV1AdminRbacRolesPost`                                                            | `CreateCustomRoleApiV1AdminRbacRolesPostAsync`                                                            | `createCustomRoleApiV1AdminRbacRolesPost`                                                            |
| `DELETE` | `/api/v1/admin/rbac/roles/{role_id}`                                               | `deleteCustomRoleApiV1AdminRbacRolesRoleIdDelete`                                                    | `delete_custom_role_api_v1_admin_rbac_roles_role_id_delete`                                            | `DeleteCustomRoleApiV1AdminRbacRolesRoleIdDelete`                                                    | `deleteCustomRoleApiV1AdminRbacRolesRoleIdDelete`                                                    | `DeleteCustomRoleApiV1AdminRbacRolesRoleIdDeleteAsync`                                                    | `deleteCustomRoleApiV1AdminRbacRolesRoleIdDelete`                                                    |
| `GET`    | `/api/v1/admin/rbac/roles/{role_id}`                                               | `getCustomRoleApiV1AdminRbacRolesRoleIdGet`                                                          | `get_custom_role_api_v1_admin_rbac_roles_role_id_get`                                                  | `GetCustomRoleApiV1AdminRbacRolesRoleIdGet`                                                          | `getCustomRoleApiV1AdminRbacRolesRoleIdGet`                                                          | `GetCustomRoleApiV1AdminRbacRolesRoleIdGetAsync`                                                          | `getCustomRoleApiV1AdminRbacRolesRoleIdGet`                                                          |
| `PATCH`  | `/api/v1/admin/rbac/roles/{role_id}`                                               | `updateCustomRoleApiV1AdminRbacRolesRoleIdPatch`                                                     | `update_custom_role_api_v1_admin_rbac_roles_role_id_patch`                                             | `UpdateCustomRoleApiV1AdminRbacRolesRoleIdPatch`                                                     | `updateCustomRoleApiV1AdminRbacRolesRoleIdPatch`                                                     | `UpdateCustomRoleApiV1AdminRbacRolesRoleIdPatchAsync`                                                     | `updateCustomRoleApiV1AdminRbacRolesRoleIdPatch`                                                     |
| `GET`    | `/api/v1/admin/rbac/teams`                                                         | `listTeamsApiV1AdminRbacTeamsGet`                                                                    | `list_teams_api_v1_admin_rbac_teams_get`                                                               | `ListTeamsApiV1AdminRbacTeamsGet`                                                                    | `listTeamsApiV1AdminRbacTeamsGet`                                                                    | `ListTeamsApiV1AdminRbacTeamsGetAsync`                                                                    | `listTeamsApiV1AdminRbacTeamsGet`                                                                    |
| `POST`   | `/api/v1/admin/rbac/teams`                                                         | `createTeamApiV1AdminRbacTeamsPost`                                                                  | `create_team_api_v1_admin_rbac_teams_post`                                                             | `CreateTeamApiV1AdminRbacTeamsPost`                                                                  | `createTeamApiV1AdminRbacTeamsPost`                                                                  | `CreateTeamApiV1AdminRbacTeamsPostAsync`                                                                  | `createTeamApiV1AdminRbacTeamsPost`                                                                  |
| `DELETE` | `/api/v1/admin/rbac/teams/{team_id}`                                               | `deleteTeamApiV1AdminRbacTeamsTeamIdDelete`                                                          | `delete_team_api_v1_admin_rbac_teams_team_id_delete`                                                   | `DeleteTeamApiV1AdminRbacTeamsTeamIdDelete`                                                          | `deleteTeamApiV1AdminRbacTeamsTeamIdDelete`                                                          | `DeleteTeamApiV1AdminRbacTeamsTeamIdDeleteAsync`                                                          | `deleteTeamApiV1AdminRbacTeamsTeamIdDelete`                                                          |
| `GET`    | `/api/v1/admin/rbac/teams/{team_id}`                                               | `getTeamApiV1AdminRbacTeamsTeamIdGet`                                                                | `get_team_api_v1_admin_rbac_teams_team_id_get`                                                         | `GetTeamApiV1AdminRbacTeamsTeamIdGet`                                                                | `getTeamApiV1AdminRbacTeamsTeamIdGet`                                                                | `GetTeamApiV1AdminRbacTeamsTeamIdGetAsync`                                                                | `getTeamApiV1AdminRbacTeamsTeamIdGet`                                                                |
| `PATCH`  | `/api/v1/admin/rbac/teams/{team_id}`                                               | `updateTeamApiV1AdminRbacTeamsTeamIdPatch`                                                           | `update_team_api_v1_admin_rbac_teams_team_id_patch`                                                    | `UpdateTeamApiV1AdminRbacTeamsTeamIdPatch`                                                           | `updateTeamApiV1AdminRbacTeamsTeamIdPatch`                                                           | `UpdateTeamApiV1AdminRbacTeamsTeamIdPatchAsync`                                                           | `updateTeamApiV1AdminRbacTeamsTeamIdPatch`                                                           |
| `GET`    | `/api/v1/admin/realms`                                                             | `listRealmsApiV1AdminRealmsGet`                                                                      | `list_realms_api_v1_admin_realms_get`                                                                  | `ListRealmsApiV1AdminRealmsGet`                                                                      | `listRealmsApiV1AdminRealmsGet`                                                                      | `ListRealmsApiV1AdminRealmsGetAsync`                                                                      | `listRealmsApiV1AdminRealmsGet`                                                                      |
| `POST`   | `/api/v1/admin/realms`                                                             | `createRealmApiV1AdminRealmsPost`                                                                    | `create_realm_api_v1_admin_realms_post`                                                                | `CreateRealmApiV1AdminRealmsPost`                                                                    | `createRealmApiV1AdminRealmsPost`                                                                    | `CreateRealmApiV1AdminRealmsPostAsync`                                                                    | `createRealmApiV1AdminRealmsPost`                                                                    |
| `GET`    | `/api/v1/admin/regions`                                                            | `listRegionsApiV1AdminRegionsGet`                                                                    | `list_regions_api_v1_admin_regions_get`                                                                | `ListRegionsApiV1AdminRegionsGet`                                                                    | `listRegionsApiV1AdminRegionsGet`                                                                    | `ListRegionsApiV1AdminRegionsGetAsync`                                                                    | `listRegionsApiV1AdminRegionsGet`                                                                    |
| `POST`   | `/api/v1/admin/regions`                                                            | `createRegionApiV1AdminRegionsPost`                                                                  | `create_region_api_v1_admin_regions_post`                                                              | `CreateRegionApiV1AdminRegionsPost`                                                                  | `createRegionApiV1AdminRegionsPost`                                                                  | `CreateRegionApiV1AdminRegionsPostAsync`                                                                  | `createRegionApiV1AdminRegionsPost`                                                                  |
| `GET`    | `/api/v1/admin/regions/{region_id}`                                                | `getRegionApiV1AdminRegionsRegionIdGet`                                                              | `get_region_api_v1_admin_regions_region_id_get`                                                        | `GetRegionApiV1AdminRegionsRegionIdGet`                                                              | `getRegionApiV1AdminRegionsRegionIdGet`                                                              | `GetRegionApiV1AdminRegionsRegionIdGetAsync`                                                              | `getRegionApiV1AdminRegionsRegionIdGet`                                                              |
| `POST`   | `/api/v1/admin/regions/{region_id}/health-evidence`                                | `recordRegionHealthApiV1AdminRegionsRegionIdHealthEvidencePost`                                      | `record_region_health_api_v1_admin_regions_region_id_health_evidence_post`                             | `RecordRegionHealthApiV1AdminRegionsRegionIdHealthEvidencePost`                                      | `recordRegionHealthApiV1AdminRegionsRegionIdHealthEvidencePost`                                      | `RecordRegionHealthApiV1AdminRegionsRegionIdHealthEvidencePostAsync`                                      | `recordRegionHealthApiV1AdminRegionsRegionIdHealthEvidencePost`                                      |
| `GET`    | `/api/v1/admin/scim/v2/Groups`                                                     | `listGroupsApiV1AdminScimV2GroupsGet`                                                                | `list_groups_api_v1_admin_scim_v2_groups_get`                                                          | `ListGroupsApiV1AdminScimV2GroupsGet`                                                                | `listGroupsApiV1AdminScimV2GroupsGet`                                                                | `ListGroupsApiV1AdminScimV2GroupsGetAsync`                                                                | `listGroupsApiV1AdminScimV2GroupsGet`                                                                |
| `POST`   | `/api/v1/admin/scim/v2/Groups`                                                     | `createGroupApiV1AdminScimV2GroupsPost`                                                              | `create_group_api_v1_admin_scim_v2_groups_post`                                                        | `CreateGroupApiV1AdminScimV2GroupsPost`                                                              | `createGroupApiV1AdminScimV2GroupsPost`                                                              | `CreateGroupApiV1AdminScimV2GroupsPostAsync`                                                              | `createGroupApiV1AdminScimV2GroupsPost`                                                              |
| `DELETE` | `/api/v1/admin/scim/v2/Groups/{group_id}`                                          | `deleteGroupApiV1AdminScimV2GroupsGroupIdDelete`                                                     | `delete_group_api_v1_admin_scim_v2_groups_group_id_delete`                                             | `DeleteGroupApiV1AdminScimV2GroupsGroupIdDelete`                                                     | `deleteGroupApiV1AdminScimV2GroupsGroupIdDelete`                                                     | `DeleteGroupApiV1AdminScimV2GroupsGroupIdDeleteAsync`                                                     | `deleteGroupApiV1AdminScimV2GroupsGroupIdDelete`                                                     |
| `GET`    | `/api/v1/admin/scim/v2/Groups/{group_id}`                                          | `getGroupApiV1AdminScimV2GroupsGroupIdGet`                                                           | `get_group_api_v1_admin_scim_v2_groups_group_id_get`                                                   | `GetGroupApiV1AdminScimV2GroupsGroupIdGet`                                                           | `getGroupApiV1AdminScimV2GroupsGroupIdGet`                                                           | `GetGroupApiV1AdminScimV2GroupsGroupIdGetAsync`                                                           | `getGroupApiV1AdminScimV2GroupsGroupIdGet`                                                           |
| `PATCH`  | `/api/v1/admin/scim/v2/Groups/{group_id}`                                          | `patchGroupApiV1AdminScimV2GroupsGroupIdPatch`                                                       | `patch_group_api_v1_admin_scim_v2_groups_group_id_patch`                                               | `PatchGroupApiV1AdminScimV2GroupsGroupIdPatch`                                                       | `patchGroupApiV1AdminScimV2GroupsGroupIdPatch`                                                       | `PatchGroupApiV1AdminScimV2GroupsGroupIdPatchAsync`                                                       | `patchGroupApiV1AdminScimV2GroupsGroupIdPatch`                                                       |
| `PUT`    | `/api/v1/admin/scim/v2/Groups/{group_id}`                                          | `replaceGroupApiV1AdminScimV2GroupsGroupIdPut`                                                       | `replace_group_api_v1_admin_scim_v2_groups_group_id_put`                                               | `ReplaceGroupApiV1AdminScimV2GroupsGroupIdPut`                                                       | `replaceGroupApiV1AdminScimV2GroupsGroupIdPut`                                                       | `ReplaceGroupApiV1AdminScimV2GroupsGroupIdPutAsync`                                                       | `replaceGroupApiV1AdminScimV2GroupsGroupIdPut`                                                       |
| `GET`    | `/api/v1/admin/scim/v2/ResourceTypes`                                              | `resourceTypesApiV1AdminScimV2ResourceTypesGet`                                                      | `resource_types_api_v1_admin_scim_v2_resource_types_get`                                               | `ResourceTypesApiV1AdminScimV2ResourceTypesGet`                                                      | `resourceTypesApiV1AdminScimV2ResourceTypesGet`                                                      | `ResourceTypesApiV1AdminScimV2ResourceTypesGetAsync`                                                      | `resourceTypesApiV1AdminScimV2ResourceTypesGet`                                                      |
| `GET`    | `/api/v1/admin/scim/v2/Schemas`                                                    | `schemasApiV1AdminScimV2SchemasGet`                                                                  | `schemas_api_v1_admin_scim_v2_schemas_get`                                                             | `SchemasApiV1AdminScimV2SchemasGet`                                                                  | `schemasApiV1AdminScimV2SchemasGet`                                                                  | `SchemasApiV1AdminScimV2SchemasGetAsync`                                                                  | `schemasApiV1AdminScimV2SchemasGet`                                                                  |
| `GET`    | `/api/v1/admin/scim/v2/ServiceProviderConfig`                                      | `serviceProviderConfigApiV1AdminScimV2ServiceProviderConfigGet`                                      | `service_provider_config_api_v1_admin_scim_v2_service_provider_config_get`                             | `ServiceProviderConfigApiV1AdminScimV2ServiceProviderConfigGet`                                      | `serviceProviderConfigApiV1AdminScimV2ServiceProviderConfigGet`                                      | `ServiceProviderConfigApiV1AdminScimV2ServiceProviderConfigGetAsync`                                      | `serviceProviderConfigApiV1AdminScimV2ServiceProviderConfigGet`                                      |
| `GET`    | `/api/v1/admin/scim/v2/Users`                                                      | `listUsersApiV1AdminScimV2UsersGet`                                                                  | `list_users_api_v1_admin_scim_v2_users_get`                                                            | `ListUsersApiV1AdminScimV2UsersGet`                                                                  | `listUsersApiV1AdminScimV2UsersGet`                                                                  | `ListUsersApiV1AdminScimV2UsersGetAsync`                                                                  | `listUsersApiV1AdminScimV2UsersGet`                                                                  |
| `POST`   | `/api/v1/admin/scim/v2/Users`                                                      | `createUserApiV1AdminScimV2UsersPost`                                                                | `create_user_api_v1_admin_scim_v2_users_post`                                                          | `CreateUserApiV1AdminScimV2UsersPost`                                                                | `createUserApiV1AdminScimV2UsersPost`                                                                | `CreateUserApiV1AdminScimV2UsersPostAsync`                                                                | `createUserApiV1AdminScimV2UsersPost`                                                                |
| `DELETE` | `/api/v1/admin/scim/v2/Users/{user_id}`                                            | `deleteUserApiV1AdminScimV2UsersUserIdDelete`                                                        | `delete_user_api_v1_admin_scim_v2_users_user_id_delete`                                                | `DeleteUserApiV1AdminScimV2UsersUserIdDelete`                                                        | `deleteUserApiV1AdminScimV2UsersUserIdDelete`                                                        | `DeleteUserApiV1AdminScimV2UsersUserIdDeleteAsync`                                                        | `deleteUserApiV1AdminScimV2UsersUserIdDelete`                                                        |
| `GET`    | `/api/v1/admin/scim/v2/Users/{user_id}`                                            | `getUserApiV1AdminScimV2UsersUserIdGet`                                                              | `get_user_api_v1_admin_scim_v2_users_user_id_get`                                                      | `GetUserApiV1AdminScimV2UsersUserIdGet`                                                              | `getUserApiV1AdminScimV2UsersUserIdGet`                                                              | `GetUserApiV1AdminScimV2UsersUserIdGetAsync`                                                              | `getUserApiV1AdminScimV2UsersUserIdGet`                                                              |
| `PATCH`  | `/api/v1/admin/scim/v2/Users/{user_id}`                                            | `patchUserApiV1AdminScimV2UsersUserIdPatch`                                                          | `patch_user_api_v1_admin_scim_v2_users_user_id_patch`                                                  | `PatchUserApiV1AdminScimV2UsersUserIdPatch`                                                          | `patchUserApiV1AdminScimV2UsersUserIdPatch`                                                          | `PatchUserApiV1AdminScimV2UsersUserIdPatchAsync`                                                          | `patchUserApiV1AdminScimV2UsersUserIdPatch`                                                          |
| `PUT`    | `/api/v1/admin/scim/v2/Users/{user_id}`                                            | `replaceUserApiV1AdminScimV2UsersUserIdPut`                                                          | `replace_user_api_v1_admin_scim_v2_users_user_id_put`                                                  | `ReplaceUserApiV1AdminScimV2UsersUserIdPut`                                                          | `replaceUserApiV1AdminScimV2UsersUserIdPut`                                                          | `ReplaceUserApiV1AdminScimV2UsersUserIdPutAsync`                                                          | `replaceUserApiV1AdminScimV2UsersUserIdPut`                                                          |
| `GET`    | `/api/v1/admin/slos`                                                               | `listSlosApiV1AdminSlosGet`                                                                          | `list_slos_api_v1_admin_slos_get`                                                                      | `ListSlosApiV1AdminSlosGet`                                                                          | `listSlosApiV1AdminSlosGet`                                                                          | `ListSlosApiV1AdminSlosGetAsync`                                                                          | `listSlosApiV1AdminSlosGet`                                                                          |
| `POST`   | `/api/v1/admin/slos`                                                               | `createSloApiV1AdminSlosPost`                                                                        | `create_slo_api_v1_admin_slos_post`                                                                    | `CreateSloApiV1AdminSlosPost`                                                                        | `createSloApiV1AdminSlosPost`                                                                        | `CreateSloApiV1AdminSlosPostAsync`                                                                        | `createSloApiV1AdminSlosPost`                                                                        |
| `POST`   | `/api/v1/admin/slos/evaluate`                                                      | `evaluateSlosApiV1AdminSlosEvaluatePost`                                                             | `evaluate_slos_api_v1_admin_slos_evaluate_post`                                                        | `EvaluateSlosApiV1AdminSlosEvaluatePost`                                                             | `evaluateSlosApiV1AdminSlosEvaluatePost`                                                             | `EvaluateSlosApiV1AdminSlosEvaluatePostAsync`                                                             | `evaluateSlosApiV1AdminSlosEvaluatePost`                                                             |
| `DELETE` | `/api/v1/admin/slos/{slo_id}`                                                      | `deleteSloApiV1AdminSlosSloIdDelete`                                                                 | `delete_slo_api_v1_admin_slos_slo_id_delete`                                                           | `DeleteSloApiV1AdminSlosSloIdDelete`                                                                 | `deleteSloApiV1AdminSlosSloIdDelete`                                                                 | `DeleteSloApiV1AdminSlosSloIdDeleteAsync`                                                                 | `deleteSloApiV1AdminSlosSloIdDelete`                                                                 |
| `GET`    | `/api/v1/admin/slos/{slo_id}`                                                      | `getSloApiV1AdminSlosSloIdGet`                                                                       | `get_slo_api_v1_admin_slos_slo_id_get`                                                                 | `GetSloApiV1AdminSlosSloIdGet`                                                                       | `getSloApiV1AdminSlosSloIdGet`                                                                       | `GetSloApiV1AdminSlosSloIdGetAsync`                                                                       | `getSloApiV1AdminSlosSloIdGet`                                                                       |
| `PATCH`  | `/api/v1/admin/slos/{slo_id}`                                                      | `updateSloApiV1AdminSlosSloIdPatch`                                                                  | `update_slo_api_v1_admin_slos_slo_id_patch`                                                            | `UpdateSloApiV1AdminSlosSloIdPatch`                                                                  | `updateSloApiV1AdminSlosSloIdPatch`                                                                  | `UpdateSloApiV1AdminSlosSloIdPatchAsync`                                                                  | `updateSloApiV1AdminSlosSloIdPatch`                                                                  |
| `POST`   | `/api/v1/admin/slos/{slo_id}/acknowledge`                                          | `acknowledgeSloAlertApiV1AdminSlosSloIdAcknowledgePost`                                              | `acknowledge_slo_alert_api_v1_admin_slos_slo_id_acknowledge_post`                                      | `AcknowledgeSloAlertApiV1AdminSlosSloIdAcknowledgePost`                                              | `acknowledgeSloAlertApiV1AdminSlosSloIdAcknowledgePost`                                              | `AcknowledgeSloAlertApiV1AdminSlosSloIdAcknowledgePostAsync`                                              | `acknowledgeSloAlertApiV1AdminSlosSloIdAcknowledgePost`                                              |
| `POST`   | `/api/v1/admin/slos/{slo_id}/evaluate`                                             | `evaluateSloApiV1AdminSlosSloIdEvaluatePost`                                                         | `evaluate_slo_api_v1_admin_slos_slo_id_evaluate_post`                                                  | `EvaluateSloApiV1AdminSlosSloIdEvaluatePost`                                                         | `evaluateSloApiV1AdminSlosSloIdEvaluatePost`                                                         | `EvaluateSloApiV1AdminSlosSloIdEvaluatePostAsync`                                                         | `evaluateSloApiV1AdminSlosSloIdEvaluatePost`                                                         |
| `GET`    | `/api/v1/admin/slos/{slo_id}/timeline`                                             | `getSloTimelineApiV1AdminSlosSloIdTimelineGet`                                                       | `get_slo_timeline_api_v1_admin_slos_slo_id_timeline_get`                                               | `GetSloTimelineApiV1AdminSlosSloIdTimelineGet`                                                       | `getSloTimelineApiV1AdminSlosSloIdTimelineGet`                                                       | `GetSloTimelineApiV1AdminSlosSloIdTimelineGetAsync`                                                       | `getSloTimelineApiV1AdminSlosSloIdTimelineGet`                                                       |
| `GET`    | `/api/v1/admin/workspaces`                                                         | `listWorkspacesApiV1AdminWorkspacesGet`                                                              | `list_workspaces_api_v1_admin_workspaces_get`                                                          | `ListWorkspacesApiV1AdminWorkspacesGet`                                                              | `listWorkspacesApiV1AdminWorkspacesGet`                                                              | `ListWorkspacesApiV1AdminWorkspacesGetAsync`                                                              | `listWorkspacesApiV1AdminWorkspacesGet`                                                              |
| `POST`   | `/api/v1/admin/workspaces`                                                         | `createWorkspaceApiV1AdminWorkspacesPost`                                                            | `create_workspace_api_v1_admin_workspaces_post`                                                        | `CreateWorkspaceApiV1AdminWorkspacesPost`                                                            | `createWorkspaceApiV1AdminWorkspacesPost`                                                            | `CreateWorkspaceApiV1AdminWorkspacesPostAsync`                                                            | `createWorkspaceApiV1AdminWorkspacesPost`                                                            |
| `DELETE` | `/api/v1/admin/workspaces/{workspace_id}`                                          | `deleteWorkspaceApiV1AdminWorkspacesWorkspaceIdDelete`                                               | `delete_workspace_api_v1_admin_workspaces_workspace_id_delete`                                         | `DeleteWorkspaceApiV1AdminWorkspacesWorkspaceIdDelete`                                               | `deleteWorkspaceApiV1AdminWorkspacesWorkspaceIdDelete`                                               | `DeleteWorkspaceApiV1AdminWorkspacesWorkspaceIdDeleteAsync`                                               | `deleteWorkspaceApiV1AdminWorkspacesWorkspaceIdDelete`                                               |
| `GET`    | `/api/v1/admin/workspaces/{workspace_id}`                                          | `getWorkspaceApiV1AdminWorkspacesWorkspaceIdGet`                                                     | `get_workspace_api_v1_admin_workspaces_workspace_id_get`                                               | `GetWorkspaceApiV1AdminWorkspacesWorkspaceIdGet`                                                     | `getWorkspaceApiV1AdminWorkspacesWorkspaceIdGet`                                                     | `GetWorkspaceApiV1AdminWorkspacesWorkspaceIdGetAsync`                                                     | `getWorkspaceApiV1AdminWorkspacesWorkspaceIdGet`                                                     |
| `PATCH`  | `/api/v1/admin/workspaces/{workspace_id}`                                          | `updateWorkspaceApiV1AdminWorkspacesWorkspaceIdPatch`                                                | `update_workspace_api_v1_admin_workspaces_workspace_id_patch`                                          | `UpdateWorkspaceApiV1AdminWorkspacesWorkspaceIdPatch`                                                | `updateWorkspaceApiV1AdminWorkspacesWorkspaceIdPatch`                                                | `UpdateWorkspaceApiV1AdminWorkspacesWorkspaceIdPatchAsync`                                                | `updateWorkspaceApiV1AdminWorkspacesWorkspaceIdPatch`                                                |
| `GET`    | `/api/versions`                                                                    | `apiVersionsApiVersionsGet`                                                                          | `api_versions_api_versions_get`                                                                        | `ApiVersionsApiVersionsGet`                                                                          | `apiVersionsApiVersionsGet`                                                                          | `ApiVersionsApiVersionsGetAsync`                                                                          | `apiVersionsApiVersionsGet`                                                                          |
| `POST`   | `/auth/email-otp/request`                                                          | `requestEmailLoginCodeAuthEmailOtpRequestPost`                                                       | `request_email_login_code_auth_email_otp_request_post`                                                 | `RequestEmailLoginCodeAuthEmailOtpRequestPost`                                                       | `requestEmailLoginCodeAuthEmailOtpRequestPost`                                                       | `RequestEmailLoginCodeAuthEmailOtpRequestPostAsync`                                                       | `requestEmailLoginCodeAuthEmailOtpRequestPost`                                                       |
| `POST`   | `/auth/email-otp/verify`                                                           | `verifyEmailLoginCodeAuthEmailOtpVerifyPost`                                                         | `verify_email_login_code_auth_email_otp_verify_post`                                                   | `VerifyEmailLoginCodeAuthEmailOtpVerifyPost`                                                         | `verifyEmailLoginCodeAuthEmailOtpVerifyPost`                                                         | `VerifyEmailLoginCodeAuthEmailOtpVerifyPostAsync`                                                         | `verifyEmailLoginCodeAuthEmailOtpVerifyPost`                                                         |
| `POST`   | `/auth/enterprise/invitations/accept`                                              | `acceptInvitationAuthEnterpriseInvitationsAcceptPost`                                                | `accept_invitation_auth_enterprise_invitations_accept_post`                                            | `AcceptInvitationAuthEnterpriseInvitationsAcceptPost`                                                | `acceptInvitationAuthEnterpriseInvitationsAcceptPost`                                                | `AcceptInvitationAuthEnterpriseInvitationsAcceptPostAsync`                                                | `acceptInvitationAuthEnterpriseInvitationsAcceptPost`                                                |
| `GET`    | `/auth/enterprise/oidc/callback`                                                   | `oidcCallbackAuthEnterpriseOidcCallbackGet`                                                          | `oidc_callback_auth_enterprise_oidc_callback_get`                                                      | `OidcCallbackAuthEnterpriseOidcCallbackGet`                                                          | `oidcCallbackAuthEnterpriseOidcCallbackGet`                                                          | `OidcCallbackAuthEnterpriseOidcCallbackGetAsync`                                                          | `oidcCallbackAuthEnterpriseOidcCallbackGet`                                                          |
| `POST`   | `/auth/enterprise/saml/callback`                                                   | `samlCallbackAuthEnterpriseSamlCallbackPost`                                                         | `saml_callback_auth_enterprise_saml_callback_post`                                                     | `SamlCallbackAuthEnterpriseSamlCallbackPost`                                                         | `samlCallbackAuthEnterpriseSamlCallbackPost`                                                         | `SamlCallbackAuthEnterpriseSamlCallbackPostAsync`                                                         | `samlCallbackAuthEnterpriseSamlCallbackPost`                                                         |
| `GET`    | `/auth/enterprise/saml/metadata/{provider_id}`                                     | `samlMetadataAuthEnterpriseSamlMetadataProviderIdGet`                                                | `saml_metadata_auth_enterprise_saml_metadata_provider_id_get`                                          | `SamlMetadataAuthEnterpriseSamlMetadataProviderIdGet`                                                | `samlMetadataAuthEnterpriseSamlMetadataProviderIdGet`                                                | `SamlMetadataAuthEnterpriseSamlMetadataProviderIdGetAsync`                                                | `samlMetadataAuthEnterpriseSamlMetadataProviderIdGet`                                                |
| `POST`   | `/auth/enterprise/start`                                                           | `startEnterpriseLoginAuthEnterpriseStartPost`                                                        | `start_enterprise_login_auth_enterprise_start_post`                                                    | `StartEnterpriseLoginAuthEnterpriseStartPost`                                                        | `startEnterpriseLoginAuthEnterpriseStartPost`                                                        | `StartEnterpriseLoginAuthEnterpriseStartPostAsync`                                                        | `startEnterpriseLoginAuthEnterpriseStartPost`                                                        |
| `POST`   | `/auth/login`                                                                      | `loginUserAuthLoginPost`                                                                             | `login_user_auth_login_post`                                                                           | `LoginUserAuthLoginPost`                                                                             | `loginUserAuthLoginPost`                                                                             | `LoginUserAuthLoginPostAsync`                                                                             | `loginUserAuthLoginPost`                                                                             |
| `POST`   | `/auth/logout`                                                                     | `logoutUserAuthLogoutPost`                                                                           | `logout_user_auth_logout_post`                                                                         | `LogoutUserAuthLogoutPost`                                                                           | `logoutUserAuthLogoutPost`                                                                           | `LogoutUserAuthLogoutPostAsync`                                                                           | `logoutUserAuthLogoutPost`                                                                           |
| `GET`    | `/auth/me`                                                                         | `getCurrentUserInfoAuthMeGet`                                                                        | `get_current_user_info_auth_me_get`                                                                    | `GetCurrentUserInfoAuthMeGet`                                                                        | `getCurrentUserInfoAuthMeGet`                                                                        | `GetCurrentUserInfoAuthMeGetAsync`                                                                        | `getCurrentUserInfoAuthMeGet`                                                                        |
| `PUT`    | `/auth/me`                                                                         | `updateCurrentUserAuthMePut`                                                                         | `update_current_user_auth_me_put`                                                                      | `UpdateCurrentUserAuthMePut`                                                                         | `updateCurrentUserAuthMePut`                                                                         | `UpdateCurrentUserAuthMePutAsync`                                                                         | `updateCurrentUserAuthMePut`                                                                         |
| `GET`    | `/auth/oauth/providers`                                                            | `listOauthProvidersAuthOauthProvidersGet`                                                            | `list_oauth_providers_auth_oauth_providers_get`                                                        | `ListOauthProvidersAuthOauthProvidersGet`                                                            | `listOauthProvidersAuthOauthProvidersGet`                                                            | `ListOauthProvidersAuthOauthProvidersGetAsync`                                                            | `listOauthProvidersAuthOauthProvidersGet`                                                            |
| `GET`    | `/auth/oauth/{provider}`                                                           | `startOauthFlowAuthOauthProviderGet`                                                                 | `start_oauth_flow_auth_oauth_provider_get`                                                             | `StartOauthFlowAuthOauthProviderGet`                                                                 | `startOauthFlowAuthOauthProviderGet`                                                                 | `StartOauthFlowAuthOauthProviderGetAsync`                                                                 | `startOauthFlowAuthOauthProviderGet`                                                                 |
| `GET`    | `/auth/oauth/{provider}/callback`                                                  | `finishOauthFlowAuthOauthProviderCallbackGet`                                                        | `finish_oauth_flow_auth_oauth_provider_callback_get`                                                   | `FinishOauthFlowAuthOauthProviderCallbackGet`                                                        | `finishOauthFlowAuthOauthProviderCallbackGet`                                                        | `FinishOauthFlowAuthOauthProviderCallbackGetAsync`                                                        | `finishOauthFlowAuthOauthProviderCallbackGet`                                                        |
| `GET`    | `/auth/passkey/login`                                                              | `initiatePasskeyLoginAuthPasskeyLoginGet`                                                            | `initiate_passkey_login_auth_passkey_login_get`                                                        | `InitiatePasskeyLoginAuthPasskeyLoginGet`                                                            | `initiatePasskeyLoginAuthPasskeyLoginGet`                                                            | `InitiatePasskeyLoginAuthPasskeyLoginGetAsync`                                                            | `initiatePasskeyLoginAuthPasskeyLoginGet`                                                            |
| `POST`   | `/auth/password/forgot`                                                            | `requestPasswordResetCodeAuthPasswordForgotPost`                                                     | `request_password_reset_code_auth_password_forgot_post`                                                | `RequestPasswordResetCodeAuthPasswordForgotPost`                                                     | `requestPasswordResetCodeAuthPasswordForgotPost`                                                     | `RequestPasswordResetCodeAuthPasswordForgotPostAsync`                                                     | `requestPasswordResetCodeAuthPasswordForgotPost`                                                     |
| `POST`   | `/auth/password/reset`                                                             | `confirmPasswordResetAuthPasswordResetPost`                                                          | `confirm_password_reset_auth_password_reset_post`                                                      | `ConfirmPasswordResetAuthPasswordResetPost`                                                          | `confirmPasswordResetAuthPasswordResetPost`                                                          | `ConfirmPasswordResetAuthPasswordResetPostAsync`                                                          | `confirmPasswordResetAuthPasswordResetPost`                                                          |
| `POST`   | `/auth/refresh`                                                                    | `refreshTokenAuthRefreshPost`                                                                        | `refresh_token_auth_refresh_post`                                                                      | `RefreshTokenAuthRefreshPost`                                                                        | `refreshTokenAuthRefreshPost`                                                                        | `RefreshTokenAuthRefreshPostAsync`                                                                        | `refreshTokenAuthRefreshPost`                                                                        |
| `POST`   | `/auth/register`                                                                   | `registerUserAuthRegisterPost`                                                                       | `register_user_auth_register_post`                                                                     | `RegisterUserAuthRegisterPost`                                                                       | `registerUserAuthRegisterPost`                                                                       | `RegisterUserAuthRegisterPostAsync`                                                                       | `registerUserAuthRegisterPost`                                                                       |
| `GET`    | `/auth/users`                                                                      | `getAllUsersAuthUsersGet`                                                                            | `get_all_users_auth_users_get`                                                                         | `GetAllUsersAuthUsersGet`                                                                            | `getAllUsersAuthUsersGet`                                                                            | `GetAllUsersAuthUsersGetAsync`                                                                            | `getAllUsersAuthUsersGet`                                                                            |
| `POST`   | `/auth/users/admin`                                                                | `createTenantAdminAuthUsersAdminPost`                                                                | `create_tenant_admin_auth_users_admin_post`                                                            | `CreateTenantAdminAuthUsersAdminPost`                                                                | `createTenantAdminAuthUsersAdminPost`                                                                | `CreateTenantAdminAuthUsersAdminPostAsync`                                                                | `createTenantAdminAuthUsersAdminPost`                                                                |
| `DELETE` | `/auth/users/{user_id}`                                                            | `deleteUserByIdAuthUsersUserIdDelete`                                                                | `delete_user_by_id_auth_users_user_id_delete`                                                          | `DeleteUserByIdAuthUsersUserIdDelete`                                                                | `deleteUserByIdAuthUsersUserIdDelete`                                                                | `DeleteUserByIdAuthUsersUserIdDeleteAsync`                                                                | `deleteUserByIdAuthUsersUserIdDelete`                                                                |
| `GET`    | `/auth/users/{user_id}`                                                            | `getUserByIdAuthUsersUserIdGet`                                                                      | `get_user_by_id_auth_users_user_id_get`                                                                | `GetUserByIdAuthUsersUserIdGet`                                                                      | `getUserByIdAuthUsersUserIdGet`                                                                      | `GetUserByIdAuthUsersUserIdGetAsync`                                                                      | `getUserByIdAuthUsersUserIdGet`                                                                      |
| `PUT`    | `/auth/users/{user_id}`                                                            | `updateUserByIdAuthUsersUserIdPut`                                                                   | `update_user_by_id_auth_users_user_id_put`                                                             | `UpdateUserByIdAuthUsersUserIdPut`                                                                   | `updateUserByIdAuthUsersUserIdPut`                                                                   | `UpdateUserByIdAuthUsersUserIdPutAsync`                                                                   | `updateUserByIdAuthUsersUserIdPut`                                                                   |
| `POST`   | `/auth/users/{user_id}/reset-password`                                             | `resetUserPasswordAuthUsersUserIdResetPasswordPost`                                                  | `reset_user_password_auth_users_user_id_reset_password_post`                                           | `ResetUserPasswordAuthUsersUserIdResetPasswordPost`                                                  | `resetUserPasswordAuthUsersUserIdResetPasswordPost`                                                  | `ResetUserPasswordAuthUsersUserIdResetPasswordPostAsync`                                                  | `resetUserPasswordAuthUsersUserIdResetPasswordPost`                                                  |
| `POST`   | `/auth/users/{user_id}/role`                                                       | `changeUserRoleAuthUsersUserIdRolePost`                                                              | `change_user_role_auth_users_user_id_role_post`                                                        | `ChangeUserRoleAuthUsersUserIdRolePost`                                                              | `changeUserRoleAuthUsersUserIdRolePost`                                                              | `ChangeUserRoleAuthUsersUserIdRolePostAsync`                                                              | `changeUserRoleAuthUsersUserIdRolePost`                                                              |
| `POST`   | `/auth/verify-token`                                                               | `verifyTokenAuthVerifyTokenPost`                                                                     | `verify_token_auth_verify_token_post`                                                                  | `VerifyTokenAuthVerifyTokenPost`                                                                     | `verifyTokenAuthVerifyTokenPost`                                                                     | `VerifyTokenAuthVerifyTokenPostAsync`                                                                     | `verifyTokenAuthVerifyTokenPost`                                                                     |
| `POST`   | `/create-upstream`                                                                 | `createUpstreamCreateUpstreamPost`                                                                   | `create_upstream_create_upstream_post`                                                                 | `CreateUpstreamCreateUpstreamPost`                                                                   | `createUpstreamCreateUpstreamPost`                                                                   | `CreateUpstreamCreateUpstreamPostAsync`                                                                   | `createUpstreamCreateUpstreamPost`                                                                   |
| `GET`    | `/dashboard/`                                                                      | `dashboardDashboardGet`                                                                              | `dashboard_dashboard_get`                                                                              | `DashboardDashboardGet`                                                                              | `dashboardDashboardGet`                                                                              | `DashboardDashboardGetAsync`                                                                              | `dashboardDashboardGet`                                                                              |
| `GET`    | `/export-openapi`                                                                  | `exportOpenapiExportOpenapiGet`                                                                      | `export_openapi_export_openapi_get`                                                                    | `ExportOpenapiExportOpenapiGet`                                                                      | `exportOpenapiExportOpenapiGet`                                                                      | `ExportOpenapiExportOpenapiGetAsync`                                                                      | `exportOpenapiExportOpenapiGet`                                                                      |
| `GET`    | `/gateways`                                                                        | `listGatewaysGatewaysGet`                                                                            | `list_gateways_gateways_get`                                                                           | `ListGatewaysGatewaysGet`                                                                            | `listGatewaysGatewaysGet`                                                                            | `ListGatewaysGatewaysGetAsync`                                                                            | `listGatewaysGatewaysGet`                                                                            |
| `POST`   | `/gateways`                                                                        | `createGatewayGatewaysPost`                                                                          | `create_gateway_gateways_post`                                                                         | `CreateGatewayGatewaysPost`                                                                          | `createGatewayGatewaysPost`                                                                          | `CreateGatewayGatewaysPostAsync`                                                                          | `createGatewayGatewaysPost`                                                                          |
| `POST`   | `/import-openapi`                                                                  | `importOpenapiImportOpenapiPost`                                                                     | `import_openapi_import_openapi_post`                                                                   | `ImportOpenapiImportOpenapiPost`                                                                     | `importOpenapiImportOpenapiPost`                                                                     | `ImportOpenapiImportOpenapiPostAsync`                                                                     | `importOpenapiImportOpenapiPost`                                                                     |
| `GET`    | `/logs`                                                                            | `getPluginLogsLogsGet`                                                                               | `get_plugin_logs_logs_get`                                                                             | `GetPluginLogsLogsGet`                                                                               | `getPluginLogsLogsGet`                                                                               | `GetPluginLogsLogsGetAsync`                                                                               | `getPluginLogsLogsGet`                                                                               |
| `GET`    | `/logs/recent`                                                                     | `getRecentLogsLogsRecentGet`                                                                         | `get_recent_logs_logs_recent_get`                                                                      | `GetRecentLogsLogsRecentGet`                                                                         | `getRecentLogsLogsRecentGet`                                                                         | `GetRecentLogsLogsRecentGetAsync`                                                                         | `getRecentLogsLogsRecentGet`                                                                         |
| `DELETE` | `/mcp/{resource_id}`                                                               | `mcpDeleteSessionMcpResourceIdDelete`                                                                | `mcp_delete_session_mcp_resource_id_delete`                                                            | `McpDeleteSessionMcpResourceIdDelete`                                                                | `mcpDeleteSessionMcpResourceIdDelete`                                                                | `McpDeleteSessionMcpResourceIdDeleteAsync`                                                                | `mcpDeleteSessionMcpResourceIdDelete`                                                                |
| `GET`    | `/mcp/{resource_id}`                                                               | `mcpServerStreamMcpResourceIdGet`                                                                    | `mcp_server_stream_mcp_resource_id_get`                                                                | `McpServerStreamMcpResourceIdGet`                                                                    | `mcpServerStreamMcpResourceIdGet`                                                                    | `McpServerStreamMcpResourceIdGetAsync`                                                                    | `mcpServerStreamMcpResourceIdGet`                                                                    |
| `POST`   | `/mcp/{resource_id}`                                                               | `mcpStreamableHttpMcpResourceIdPost`                                                                 | `mcp_streamable_http_mcp_resource_id_post`                                                             | `McpStreamableHttpMcpResourceIdPost`                                                                 | `mcpStreamableHttpMcpResourceIdPost`                                                                 | `McpStreamableHttpMcpResourceIdPostAsync`                                                                 | `mcpStreamableHttpMcpResourceIdPost`                                                                 |
| `GET`    | `/metrics`                                                                         | `metricsMetricsGet`                                                                                  | `metrics_metrics_get`                                                                                  | `MetricsMetricsGet`                                                                                  | `metricsMetricsGet`                                                                                  | `MetricsMetricsGetAsync`                                                                                  | `metricsMetricsGet`                                                                                  |
| `GET`    | `/plugin-packages`                                                                 | `listPluginPackagesPluginPackagesGet`                                                                | `list_plugin_packages_plugin_packages_get`                                                             | `ListPluginPackagesPluginPackagesGet`                                                                | `listPluginPackagesPluginPackagesGet`                                                                | `ListPluginPackagesPluginPackagesGetAsync`                                                                | `listPluginPackagesPluginPackagesGet`                                                                |
| `POST`   | `/plugin-packages`                                                                 | `publishPluginPackagePluginPackagesPost`                                                             | `publish_plugin_package_plugin_packages_post`                                                          | `PublishPluginPackagePluginPackagesPost`                                                             | `publishPluginPackagePluginPackagesPost`                                                             | `PublishPluginPackagePluginPackagesPostAsync`                                                             | `publishPluginPackagePluginPackagesPost`                                                             |
| `POST`   | `/plugin-packages/repair-builtins`                                                 | `repairAllBuiltinPluginPackagesPluginPackagesRepairBuiltinsPost`                                     | `repair_all_builtin_plugin_packages_plugin_packages_repair_builtins_post`                              | `RepairAllBuiltinPluginPackagesPluginPackagesRepairBuiltinsPost`                                     | `repairAllBuiltinPluginPackagesPluginPackagesRepairBuiltinsPost`                                     | `RepairAllBuiltinPluginPackagesPluginPackagesRepairBuiltinsPostAsync`                                     | `repairAllBuiltinPluginPackagesPluginPackagesRepairBuiltinsPost`                                     |
| `GET`    | `/plugin-packages/{name}`                                                          | `getPluginPackagePluginPackagesNameGet`                                                              | `get_plugin_package_plugin_packages_name_get`                                                          | `GetPluginPackagePluginPackagesNameGet`                                                              | `getPluginPackagePluginPackagesNameGet`                                                              | `GetPluginPackagePluginPackagesNameGetAsync`                                                              | `getPluginPackagePluginPackagesNameGet`                                                              |
| `POST`   | `/plugin-packages/{name}/install`                                                  | `installPluginPackagePluginPackagesNameInstallPost`                                                  | `install_plugin_package_plugin_packages_name_install_post`                                             | `InstallPluginPackagePluginPackagesNameInstallPost`                                                  | `installPluginPackagePluginPackagesNameInstallPost`                                                  | `InstallPluginPackagePluginPackagesNameInstallPostAsync`                                                  | `installPluginPackagePluginPackagesNameInstallPost`                                                  |
| `POST`   | `/plugin-packages/{name}/repair`                                                   | `repairBuiltinPluginPackagePluginPackagesNameRepairPost`                                             | `repair_builtin_plugin_package_plugin_packages_name_repair_post`                                       | `RepairBuiltinPluginPackagePluginPackagesNameRepairPost`                                             | `repairBuiltinPluginPackagePluginPackagesNameRepairPost`                                             | `RepairBuiltinPluginPackagePluginPackagesNameRepairPostAsync`                                             | `repairBuiltinPluginPackagePluginPackagesNameRepairPost`                                             |
| `POST`   | `/plugin-packages/{name}/rollback`                                                 | `rollbackPluginPackagePluginPackagesNameRollbackPost`                                                | `rollback_plugin_package_plugin_packages_name_rollback_post`                                           | `RollbackPluginPackagePluginPackagesNameRollbackPost`                                                | `rollbackPluginPackagePluginPackagesNameRollbackPost`                                                | `RollbackPluginPackagePluginPackagesNameRollbackPostAsync`                                                | `rollbackPluginPackagePluginPackagesNameRollbackPost`                                                |
| `POST`   | `/plugin-packages/{name}/update`                                                   | `updatePluginPackagePluginPackagesNameUpdatePost`                                                    | `update_plugin_package_plugin_packages_name_update_post`                                               | `UpdatePluginPackagePluginPackagesNameUpdatePost`                                                    | `updatePluginPackagePluginPackagesNameUpdatePost`                                                    | `UpdatePluginPackagePluginPackagesNameUpdatePostAsync`                                                    | `updatePluginPackagePluginPackagesNameUpdatePost`                                                    |
| `GET`    | `/plugin-registries`                                                               | `listPrivatePluginRegistriesPluginRegistriesGet`                                                     | `list_private_plugin_registries_plugin_registries_get`                                                 | `ListPrivatePluginRegistriesPluginRegistriesGet`                                                     | `listPrivatePluginRegistriesPluginRegistriesGet`                                                     | `ListPrivatePluginRegistriesPluginRegistriesGetAsync`                                                     | `listPrivatePluginRegistriesPluginRegistriesGet`                                                     |
| `POST`   | `/plugin-registries`                                                               | `createPrivatePluginRegistryPluginRegistriesPost`                                                    | `create_private_plugin_registry_plugin_registries_post`                                                | `CreatePrivatePluginRegistryPluginRegistriesPost`                                                    | `createPrivatePluginRegistryPluginRegistriesPost`                                                    | `CreatePrivatePluginRegistryPluginRegistriesPostAsync`                                                    | `createPrivatePluginRegistryPluginRegistriesPost`                                                    |
| `POST`   | `/plugin-registries/{registry_id}/packages/{name}/sync`                            | `syncPrivatePluginRegistryPackagePluginRegistriesRegistryIdPackagesNameSyncPost`                     | `sync_private_plugin_registry_package_plugin_registries_registry_id_packages_name_sync_post`           | `SyncPrivatePluginRegistryPackagePluginRegistriesRegistryIdPackagesNameSyncPost`                     | `syncPrivatePluginRegistryPackagePluginRegistriesRegistryIdPackagesNameSyncPost`                     | `SyncPrivatePluginRegistryPackagePluginRegistriesRegistryIdPackagesNameSyncPostAsync`                     | `syncPrivatePluginRegistryPackagePluginRegistriesRegistryIdPackagesNameSyncPost`                     |
| `GET`    | `/plugins`                                                                         | `listPluginsPluginsGet`                                                                              | `list_plugins_plugins_get`                                                                             | `ListPluginsPluginsGet`                                                                              | `listPluginsPluginsGet`                                                                              | `ListPluginsPluginsGetAsync`                                                                              | `listPluginsPluginsGet`                                                                              |
| `POST`   | `/plugins`                                                                         | `createPluginPluginsPost`                                                                            | `create_plugin_plugins_post`                                                                           | `CreatePluginPluginsPost`                                                                            | `createPluginPluginsPost`                                                                            | `CreatePluginPluginsPostAsync`                                                                            | `createPluginPluginsPost`                                                                            |
| `PATCH`  | `/plugins/{id}/config`                                                             | `updatePluginConfigPluginsIdConfigPatch`                                                             | `update_plugin_config_plugins_id_config_patch`                                                         | `UpdatePluginConfigPluginsIdConfigPatch`                                                             | `updatePluginConfigPluginsIdConfigPatch`                                                             | `UpdatePluginConfigPluginsIdConfigPatchAsync`                                                             | `updatePluginConfigPluginsIdConfigPatch`                                                             |
| `PATCH`  | `/plugins/{id}/enable`                                                             | `togglePluginPluginsIdEnablePatch`                                                                   | `toggle_plugin_plugins_id_enable_patch`                                                                | `TogglePluginPluginsIdEnablePatch`                                                                   | `togglePluginPluginsIdEnablePatch`                                                                   | `TogglePluginPluginsIdEnablePatchAsync`                                                                   | `togglePluginPluginsIdEnablePatch`                                                                   |
| `PUT`    | `/plugins/{name}`                                                                  | `upsertPluginPluginsNamePut`                                                                         | `upsert_plugin_plugins_name_put`                                                                       | `UpsertPluginPluginsNamePut`                                                                         | `upsertPluginPluginsNamePut`                                                                         | `UpsertPluginPluginsNamePutAsync`                                                                         | `upsertPluginPluginsNamePut`                                                                         |
| `DELETE` | `/plugins/{plugin_id}`                                                             | `deletePluginPluginsPluginIdDelete`                                                                  | `delete_plugin_plugins_plugin_id_delete`                                                               | `DeletePluginPluginsPluginIdDelete`                                                                  | `deletePluginPluginsPluginIdDelete`                                                                  | `DeletePluginPluginsPluginIdDeleteAsync`                                                                  | `deletePluginPluginsPluginIdDelete`                                                                  |
| `GET`    | `/plugins/{plugin_id}`                                                             | `getPluginPluginsPluginIdGet`                                                                        | `get_plugin_plugins_plugin_id_get`                                                                     | `GetPluginPluginsPluginIdGet`                                                                        | `getPluginPluginsPluginIdGet`                                                                        | `GetPluginPluginsPluginIdGetAsync`                                                                        | `getPluginPluginsPluginIdGet`                                                                        |
| `PATCH`  | `/plugins/{plugin_id}/configuration`                                               | `updatePluginConfigurationPluginsPluginIdConfigurationPatch`                                         | `update_plugin_configuration_plugins_plugin_id_configuration_patch`                                    | `UpdatePluginConfigurationPluginsPluginIdConfigurationPatch`                                         | `updatePluginConfigurationPluginsPluginIdConfigurationPatch`                                         | `UpdatePluginConfigurationPluginsPluginIdConfigurationPatchAsync`                                         | `updatePluginConfigurationPluginsPluginIdConfigurationPatch`                                         |
| `GET`    | `/portal/applications`                                                             | `portalApplicationsPortalApplicationsGet`                                                            | `portal_applications_portal_applications_get`                                                          | `PortalApplicationsPortalApplicationsGet`                                                            | `portalApplicationsPortalApplicationsGet`                                                            | `PortalApplicationsPortalApplicationsGetAsync`                                                            | `portalApplicationsPortalApplicationsGet`                                                            |
| `POST`   | `/portal/applications/{application_id}/approve`                                    | `portalApproveApplicationPortalApplicationsApplicationIdApprovePost`                                 | `portal_approve_application_portal_applications_application_id_approve_post`                           | `PortalApproveApplicationPortalApplicationsApplicationIdApprovePost`                                 | `portalApproveApplicationPortalApplicationsApplicationIdApprovePost`                                 | `PortalApproveApplicationPortalApplicationsApplicationIdApprovePostAsync`                                 | `portalApproveApplicationPortalApplicationsApplicationIdApprovePost`                                 |
| `POST`   | `/portal/applications/{application_id}/reject`                                     | `portalRejectApplicationPortalApplicationsApplicationIdRejectPost`                                   | `portal_reject_application_portal_applications_application_id_reject_post`                             | `PortalRejectApplicationPortalApplicationsApplicationIdRejectPost`                                   | `portalRejectApplicationPortalApplicationsApplicationIdRejectPost`                                   | `PortalRejectApplicationPortalApplicationsApplicationIdRejectPostAsync`                                   | `portalRejectApplicationPortalApplicationsApplicationIdRejectPost`                                   |
| `GET`    | `/portal/catalog`                                                                  | `portalCatalogPortalCatalogGet`                                                                      | `portal_catalog_portal_catalog_get`                                                                    | `PortalCatalogPortalCatalogGet`                                                                      | `portalCatalogPortalCatalogGet`                                                                      | `PortalCatalogPortalCatalogGetAsync`                                                                      | `portalCatalogPortalCatalogGet`                                                                      |
| `GET`    | `/portal/services/{service_id}`                                                    | `portalServiceDetailPortalServicesServiceIdGet`                                                      | `portal_service_detail_portal_services_service_id_get`                                                 | `PortalServiceDetailPortalServicesServiceIdGet`                                                      | `portalServiceDetailPortalServicesServiceIdGet`                                                      | `PortalServiceDetailPortalServicesServiceIdGetAsync`                                                      | `portalServiceDetailPortalServicesServiceIdGet`                                                      |
| `POST`   | `/portal/services/{service_id}/applications`                                       | `portalRegisterApplicationPortalServicesServiceIdApplicationsPost`                                   | `portal_register_application_portal_services_service_id_applications_post`                             | `PortalRegisterApplicationPortalServicesServiceIdApplicationsPost`                                   | `portalRegisterApplicationPortalServicesServiceIdApplicationsPost`                                   | `PortalRegisterApplicationPortalServicesServiceIdApplicationsPostAsync`                                   | `portalRegisterApplicationPortalServicesServiceIdApplicationsPost`                                   |
| `GET`    | `/portal/services/{service_id}/changelog`                                          | `portalServiceChangelogPortalServicesServiceIdChangelogGet`                                          | `portal_service_changelog_portal_services_service_id_changelog_get`                                    | `PortalServiceChangelogPortalServicesServiceIdChangelogGet`                                          | `portalServiceChangelogPortalServicesServiceIdChangelogGet`                                          | `PortalServiceChangelogPortalServicesServiceIdChangelogGetAsync`                                          | `portalServiceChangelogPortalServicesServiceIdChangelogGet`                                          |
| `POST`   | `/portal/services/{service_id}/changelog`                                          | `portalCreateChangelogPortalServicesServiceIdChangelogPost`                                          | `portal_create_changelog_portal_services_service_id_changelog_post`                                    | `PortalCreateChangelogPortalServicesServiceIdChangelogPost`                                          | `portalCreateChangelogPortalServicesServiceIdChangelogPost`                                          | `PortalCreateChangelogPortalServicesServiceIdChangelogPostAsync`                                          | `portalCreateChangelogPortalServicesServiceIdChangelogPost`                                          |
| `GET`    | `/portal/services/{service_id}/openapi`                                            | `portalServiceOpenapiPortalServicesServiceIdOpenapiGet`                                              | `portal_service_openapi_portal_services_service_id_openapi_get`                                        | `PortalServiceOpenapiPortalServicesServiceIdOpenapiGet`                                              | `portalServiceOpenapiPortalServicesServiceIdOpenapiGet`                                              | `PortalServiceOpenapiPortalServicesServiceIdOpenapiGetAsync`                                              | `portalServiceOpenapiPortalServicesServiceIdOpenapiGet`                                              |
| `GET`    | `/portal/services/{service_id}/versions`                                           | `portalServiceVersionsPortalServicesServiceIdVersionsGet`                                            | `portal_service_versions_portal_services_service_id_versions_get`                                      | `PortalServiceVersionsPortalServicesServiceIdVersionsGet`                                            | `portalServiceVersionsPortalServicesServiceIdVersionsGet`                                            | `PortalServiceVersionsPortalServicesServiceIdVersionsGetAsync`                                            | `portalServiceVersionsPortalServicesServiceIdVersionsGet`                                            |
| `POST`   | `/portal/services/{service_id}/versions`                                           | `portalCreateServiceVersionPortalServicesServiceIdVersionsPost`                                      | `portal_create_service_version_portal_services_service_id_versions_post`                               | `PortalCreateServiceVersionPortalServicesServiceIdVersionsPost`                                      | `portalCreateServiceVersionPortalServicesServiceIdVersionsPost`                                      | `PortalCreateServiceVersionPortalServicesServiceIdVersionsPostAsync`                                      | `portalCreateServiceVersionPortalServicesServiceIdVersionsPost`                                      |
| `PATCH`  | `/portal/services/{service_id}/versions/{version_id}`                              | `portalUpdateServiceVersionPortalServicesServiceIdVersionsVersionIdPatch`                            | `portal_update_service_version_portal_services_service_id_versions_version_id_patch`                   | `PortalUpdateServiceVersionPortalServicesServiceIdVersionsVersionIdPatch`                            | `portalUpdateServiceVersionPortalServicesServiceIdVersionsVersionIdPatch`                            | `PortalUpdateServiceVersionPortalServicesServiceIdVersionsVersionIdPatchAsync`                            | `portalUpdateServiceVersionPortalServicesServiceIdVersionsVersionIdPatch`                            |
| `GET`    | `/portal/services/{service_id}/versions/{version_id}/sdk`                          | `portalExportServiceVersionSdkPortalServicesServiceIdVersionsVersionIdSdkGet`                        | `portal_export_service_version_sdk_portal_services_service_id_versions_version_id_sdk_get`             | `PortalExportServiceVersionSdkPortalServicesServiceIdVersionsVersionIdSdkGet`                        | `portalExportServiceVersionSdkPortalServicesServiceIdVersionsVersionIdSdkGet`                        | `PortalExportServiceVersionSdkPortalServicesServiceIdVersionsVersionIdSdkGetAsync`                        | `portalExportServiceVersionSdkPortalServicesServiceIdVersionsVersionIdSdkGet`                        |
| `GET`    | `/portal/theme`                                                                    | `portalThemePortalThemeGet`                                                                          | `portal_theme_portal_theme_get`                                                                        | `PortalThemePortalThemeGet`                                                                          | `portalThemePortalThemeGet`                                                                          | `PortalThemePortalThemeGetAsync`                                                                          | `portalThemePortalThemeGet`                                                                          |
| `PUT`    | `/portal/theme`                                                                    | `portalUpdateThemePortalThemePut`                                                                    | `portal_update_theme_portal_theme_put`                                                                 | `PortalUpdateThemePortalThemePut`                                                                    | `portalUpdateThemePortalThemePut`                                                                    | `PortalUpdateThemePortalThemePutAsync`                                                                    | `portalUpdateThemePortalThemePut`                                                                    |
| `GET`    | `/reload-cache`                                                                    | `reloadCacheReloadCacheGet`                                                                          | `reload_cache_reload_cache_get`                                                                        | `ReloadCacheReloadCacheGet`                                                                          | `reloadCacheReloadCacheGet`                                                                          | `ReloadCacheReloadCacheGetAsync`                                                                          | `reloadCacheReloadCacheGet`                                                                          |
| `GET`    | `/routers_path`                                                                    | `getRoutersPathRoutersPathGet`                                                                       | `get_routers_path_routers_path_get`                                                                    | `GetRoutersPathRoutersPathGet`                                                                       | `getRoutersPathRoutersPathGet`                                                                       | `GetRoutersPathRoutersPathGetAsync`                                                                       | `getRoutersPathRoutersPathGet`                                                                       |
| `GET`    | `/routes`                                                                          | `listRoutesRoutesGet`                                                                                | `list_routes_routes_get`                                                                               | `ListRoutesRoutesGet`                                                                                | `listRoutesRoutesGet`                                                                                | `ListRoutesRoutesGetAsync`                                                                                | `listRoutesRoutesGet`                                                                                |
| `POST`   | `/routes`                                                                          | `createRouteRoutesPost`                                                                              | `create_route_routes_post`                                                                             | `CreateRouteRoutesPost`                                                                              | `createRouteRoutesPost`                                                                              | `CreateRouteRoutesPostAsync`                                                                              | `createRouteRoutesPost`                                                                              |
| `DELETE` | `/routes/{id}`                                                                     | `deleteRouteRoutesIdDelete`                                                                          | `delete_route_routes_id_delete`                                                                        | `DeleteRouteRoutesIdDelete`                                                                          | `deleteRouteRoutesIdDelete`                                                                          | `DeleteRouteRoutesIdDeleteAsync`                                                                          | `deleteRouteRoutesIdDelete`                                                                          |
| `GET`    | `/routes/{id}`                                                                     | `getRouteByIdRoutesIdGet`                                                                            | `get_route_by_id_routes_id_get`                                                                        | `GetRouteByIdRoutesIdGet`                                                                            | `getRouteByIdRoutesIdGet`                                                                            | `GetRouteByIdRoutesIdGetAsync`                                                                            | `getRouteByIdRoutesIdGet`                                                                            |
| `PATCH`  | `/routes/{id}`                                                                     | `updateRouteRoutesIdPatch`                                                                           | `update_route_routes_id_patch`                                                                         | `UpdateRouteRoutesIdPatch`                                                                           | `updateRouteRoutesIdPatch`                                                                           | `UpdateRouteRoutesIdPatchAsync`                                                                           | `updateRouteRoutesIdPatch`                                                                           |
| `GET`    | `/tenants/`                                                                        | `listTenantsTenantsGet`                                                                              | `list_tenants_tenants_get`                                                                             | `ListTenantsTenantsGet`                                                                              | `listTenantsTenantsGet`                                                                              | `ListTenantsTenantsGetAsync`                                                                              | `listTenantsTenantsGet`                                                                              |
| `POST`   | `/tenants/`                                                                        | `createTenantTenantsPost`                                                                            | `create_tenant_tenants_post`                                                                           | `CreateTenantTenantsPost`                                                                            | `createTenantTenantsPost`                                                                            | `CreateTenantTenantsPostAsync`                                                                            | `createTenantTenantsPost`                                                                            |
| `GET`    | `/tenants/current`                                                                 | `getCurrentTenantTenantsCurrentGet`                                                                  | `get_current_tenant_tenants_current_get`                                                               | `GetCurrentTenantTenantsCurrentGet`                                                                  | `getCurrentTenantTenantsCurrentGet`                                                                  | `GetCurrentTenantTenantsCurrentGetAsync`                                                                  | `getCurrentTenantTenantsCurrentGet`                                                                  |
| `DELETE` | `/tenants/{slug}`                                                                  | `deleteTenantTenantsSlugDelete`                                                                      | `delete_tenant_tenants_slug_delete`                                                                    | `DeleteTenantTenantsSlugDelete`                                                                      | `deleteTenantTenantsSlugDelete`                                                                      | `DeleteTenantTenantsSlugDeleteAsync`                                                                      | `deleteTenantTenantsSlugDelete`                                                                      |
| `GET`    | `/tenants/{slug}`                                                                  | `getTenantTenantsSlugGet`                                                                            | `get_tenant_tenants_slug_get`                                                                          | `GetTenantTenantsSlugGet`                                                                            | `getTenantTenantsSlugGet`                                                                            | `GetTenantTenantsSlugGetAsync`                                                                            | `getTenantTenantsSlugGet`                                                                            |
| `GET`    | `/tenants/{slug}/activity`                                                         | `listTenantActivityTenantsSlugActivityGet`                                                           | `list_tenant_activity_tenants_slug_activity_get`                                                       | `ListTenantActivityTenantsSlugActivityGet`                                                           | `listTenantActivityTenantsSlugActivityGet`                                                           | `ListTenantActivityTenantsSlugActivityGetAsync`                                                           | `listTenantActivityTenantsSlugActivityGet`                                                           |
| `PATCH`  | `/tenants/{slug}/deactivate`                                                       | `deactivateTenantTenantsSlugDeactivatePatch`                                                         | `deactivate_tenant_tenants_slug_deactivate_patch`                                                      | `DeactivateTenantTenantsSlugDeactivatePatch`                                                         | `deactivateTenantTenantsSlugDeactivatePatch`                                                         | `DeactivateTenantTenantsSlugDeactivatePatchAsync`                                                         | `deactivateTenantTenantsSlugDeactivatePatch`                                                         |
| `POST`   | `/tenants/{slug}/impersonate`                                                      | `impersonateTenantTenantsSlugImpersonatePost`                                                        | `impersonate_tenant_tenants_slug_impersonate_post`                                                     | `ImpersonateTenantTenantsSlugImpersonatePost`                                                        | `impersonateTenantTenantsSlugImpersonatePost`                                                        | `ImpersonateTenantTenantsSlugImpersonatePostAsync`                                                        | `impersonateTenantTenantsSlugImpersonatePost`                                                        |
| `GET`    | `/upstreams`                                                                       | `listUpstreamsUpstreamsGet`                                                                          | `list_upstreams_upstreams_get`                                                                         | `ListUpstreamsUpstreamsGet`                                                                          | `listUpstreamsUpstreamsGet`                                                                          | `ListUpstreamsUpstreamsGetAsync`                                                                          | `listUpstreamsUpstreamsGet`                                                                          |
| `DELETE` | `/upstreams/{path}`                                                                | `deleteUpstreamUpstreamsPathDelete`                                                                  | `delete_upstream_upstreams_path_delete`                                                                | `DeleteUpstreamUpstreamsPathDelete`                                                                  | `deleteUpstreamUpstreamsPathDelete`                                                                  | `DeleteUpstreamUpstreamsPathDeleteAsync`                                                                  | `deleteUpstreamUpstreamsPathDelete`                                                                  |
| `GET`    | `/upstreams/{path}`                                                                | `getUpstreamByIdUpstreamsPathGet`                                                                    | `get_upstream_by_id_upstreams_path_get`                                                                | `GetUpstreamByIdUpstreamsPathGet`                                                                    | `getUpstreamByIdUpstreamsPathGet`                                                                    | `GetUpstreamByIdUpstreamsPathGetAsync`                                                                    | `getUpstreamByIdUpstreamsPathGet`                                                                    |
| `PATCH`  | `/upstreams/{path}`                                                                | `updateUpstreamUpstreamsPathPatch`                                                                   | `update_upstream_upstreams_path_patch`                                                                 | `UpdateUpstreamUpstreamsPathPatch`                                                                   | `updateUpstreamUpstreamsPathPatch`                                                                   | `UpdateUpstreamUpstreamsPathPatchAsync`                                                                   | `updateUpstreamUpstreamsPathPatch`                                                                   |
| `GET`    | `/upstreams_name`                                                                  | `getUpstreamByNameUpstreamsNameGet`                                                                  | `get_upstream_by_name_upstreams_name_get`                                                              | `GetUpstreamByNameUpstreamsNameGet`                                                                  | `getUpstreamByNameUpstreamsNameGet`                                                                  | `GetUpstreamByNameUpstreamsNameGetAsync`                                                                  | `getUpstreamByNameUpstreamsNameGet`                                                                  |
| `POST`   | `/v1/chat/completions`                                                             | `openaiCompatibleChatCompletionsV1ChatCompletionsPost`                                               | `openai_compatible_chat_completions_v1_chat_completions_post`                                          | `OpenaiCompatibleChatCompletionsV1ChatCompletionsPost`                                               | `openaiCompatibleChatCompletionsV1ChatCompletionsPost`                                               | `OpenaiCompatibleChatCompletionsV1ChatCompletionsPostAsync`                                               | `openaiCompatibleChatCompletionsV1ChatCompletionsPost`                                               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kangal.dev/tr/sdklar/admin-api-methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
