opsgenie_sdk
OpsgenieSdk - the Ruby gem for the Opsgenie REST API
Opsgenie OpenAPI Specification
This SDK is automatically generated by the Swagger Codegen project:
- API version: 2.0.0
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen
Installation
Build a gem
To build the Ruby code into a gem:
gem build opsgenie_sdk.gemspec
Then either install the gem locally:
gem install ./opsgenie_sdk-1.0.0.gem
(for development, run gem install --dev ./opsgenie_sdk-1.0.0.gem
to install the development dependencies)
or publish the gem to a gem hosting service, e.g. RubyGems.
Finally add this to the Gemfile:
gem 'opsgenie_sdk', '~> 1.0.0'
Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/kwent/opsgenie_sdk, then add the following in the Gemfile:
gem 'opsgenie_sdk', :git => 'https://github.com/kwent/opsgenie_sdk.git'
Include the Ruby code directly
Include the Ruby code directly using -I
as follows:
ruby -Ilib script.rb
Getting Started
Please follow the installation procedure and then run the following code:
# Load the gem
require 'opsgenie_sdk'
# Setup authorization
OpsgenieSdk.configure do |config|
# Configure API key authorization: GenieKey
config.api_key['Authorization'] = 'YOUR API KEY'
config.api_key_prefix['Authorization'] = 'GenieKey'
end
api_instance = OpsgenieSdk::AccountApi.new
begin
#Get Account Info
result = api_instance.get_info
p result
rescue OpsgenieSdk::ApiError => e
puts "Exception when calling AccountApi->get_info: #{e}"
end
Documentation for API Endpoints
All URIs are relative to https://api.opsgenie.com
Class | Method | HTTP request | Description |
---|---|---|---|
OpsgenieSdk::AccountApi | get_info | GET /v2/account | Get Account Info |
OpsgenieSdk::AlertApi | acknowledge_alert | POST /v2/alerts/identifier/acknowledge | Acknowledge Alert |
OpsgenieSdk::AlertApi | add_attachment | POST /v2/alerts/identifier/attachments | Add Alert Attachment |
OpsgenieSdk::AlertApi | add_details | POST /v2/alerts/identifier/details | Add Details |
OpsgenieSdk::AlertApi | add_note | POST /v2/alerts/identifier/notes | Add Note |
OpsgenieSdk::AlertApi | add_responder | POST /v2/alerts/identifier/responders | Add Responder |
OpsgenieSdk::AlertApi | add_tags | POST /v2/alerts/identifier/tags | Add Tags |
OpsgenieSdk::AlertApi | add_team | POST /v2/alerts/identifier/teams | Add Team |
OpsgenieSdk::AlertApi | assign_alert | POST /v2/alerts/identifier/assign | Assign Alert |
OpsgenieSdk::AlertApi | close_alert | POST /v2/alerts/identifier/close | Close Alert |
OpsgenieSdk::AlertApi | count_alerts | GET /v2/alerts/count | Count Alerts |
OpsgenieSdk::AlertApi | create_alert | POST /v2/alerts | Create Alert |
OpsgenieSdk::AlertApi | create_saved_searches | POST /v2/alerts/saved-searches | Create Saved Search |
OpsgenieSdk::AlertApi | delete_alert | DELETE /v2/alerts/identifier | Delete Alert |
OpsgenieSdk::AlertApi | delete_saved_search | DELETE /v2/alerts/saved-searches/identifier | Delete Saved Search |
OpsgenieSdk::AlertApi | escalate_alert | POST /v2/alerts/identifier/escalate | Escalate Alert |
OpsgenieSdk::AlertApi | execute_custom_alert_action | POST /v2/alerts/identifier/actions/actionName | Custom Alert Action |
OpsgenieSdk::AlertApi | get_alert | GET /v2/alerts/identifier | Get Alert |
OpsgenieSdk::AlertApi | get_attachment | GET /v2/alerts/identifier/attachments/attachmentId | Get Alert Attachment |
OpsgenieSdk::AlertApi | get_request_status | GET /v2/alerts/requests/requestId | Get Request Status of Alert |
OpsgenieSdk::AlertApi | get_saved_search | GET /v2/alerts/saved-searches/identifier | Get Saved Search |
OpsgenieSdk::AlertApi | list_alerts | GET /v2/alerts | List Alerts |
OpsgenieSdk::AlertApi | list_attachments | GET /v2/alerts/identifier/attachments | List Alert Attachments |
OpsgenieSdk::AlertApi | list_logs | GET /v2/alerts/identifier/logs | List Alert Logs |
OpsgenieSdk::AlertApi | list_notes | GET /v2/alerts/identifier/notes | List Alert Notes |
OpsgenieSdk::AlertApi | list_recipients | GET /v2/alerts/identifier/recipients | List Alert Recipients |
OpsgenieSdk::AlertApi | list_saved_searches | GET /v2/alerts/saved-searches | Lists Saved Searches |
OpsgenieSdk::AlertApi | remove_attachment | DELETE /v2/alerts/identifier/attachments/attachmentId | Remove Alert Attachment |
OpsgenieSdk::AlertApi | remove_details | DELETE /v2/alerts/identifier/details | Remove Details |
OpsgenieSdk::AlertApi | remove_tags | DELETE /v2/alerts/identifier/tags | Remove Tags |
OpsgenieSdk::AlertApi | snooze_alert | POST /v2/alerts/identifier/snooze | Snooze Alert |
OpsgenieSdk::AlertApi | un_acknowledge_alert | POST /v2/alerts/identifier/unacknowledge | UnAcknowledge Alert |
OpsgenieSdk::AlertApi | update_alert_description | PUT /v2/alerts/identifier/description | Update Alert Description |
OpsgenieSdk::AlertApi | update_alert_message | PUT /v2/alerts/identifier/message | Update Alert Message |
OpsgenieSdk::AlertApi | update_alert_priority | PUT /v2/alerts/identifier/priority | Update Alert Priority |
OpsgenieSdk::AlertApi | update_saved_search | PATCH /v2/alerts/saved-searches/identifier | Update Saved Search |
OpsgenieSdk::ContactApi | create_contact | POST /v2/users/identifier/contacts | Create Contact |
OpsgenieSdk::ContactApi | delete_contact | DELETE /v2/users/identifier/contacts/contactId | Delete Contact |
OpsgenieSdk::ContactApi | disable_contact | POST /v2/users/identifier/contacts/contactId/disable | Disable Contact |
OpsgenieSdk::ContactApi | enable_contact | POST /v2/users/identifier/contacts/contactId/enable | Enable Contact |
OpsgenieSdk::ContactApi | get_contact | GET /v2/users/identifier/contacts/contactId | Get Contact |
OpsgenieSdk::ContactApi | list_contacts | GET /v2/users/identifier/contacts | List Contacts |
OpsgenieSdk::ContactApi | update_contact | PATCH /v2/users/identifier/contacts/contactId | Update Contact (Partial) |
OpsgenieSdk::CustomUserRoleApi | create_custom_user_role | POST /v2/roles | Create Custom User Role |
OpsgenieSdk::CustomUserRoleApi | delete_custom_user_role | DELETE /v2/roles/identifier | Delete Custom User Role |
OpsgenieSdk::CustomUserRoleApi | get_custom_user_role | GET /v2/roles/identifier | Get Custom User Role |
OpsgenieSdk::CustomUserRoleApi | list_custom_user_roles | GET /v2/roles | List Custom User Roles |
OpsgenieSdk::CustomUserRoleApi | update_custom_user_role | PUT /v2/roles/identifier | Update Custom User Role |
OpsgenieSdk::DeprecatedPolicyApi | change_alert_policy_order | POST /v1/policies/policyId/change-order | Change Alert Policy Order |
OpsgenieSdk::DeprecatedPolicyApi | create_alert_policy | POST /v1/policies | Create Alert Policy |
OpsgenieSdk::DeprecatedPolicyApi | delete_alert_policy | DELETE /v1/policies/policyId | Delete Alert Policy |
OpsgenieSdk::DeprecatedPolicyApi | disable_alert_policy | POST /v1/policies/policyId/disable | Disable Alert Policy |
OpsgenieSdk::DeprecatedPolicyApi | enable_alert_policy | POST /v1/policies/policyId/enable | Enable Alert Policy |
OpsgenieSdk::DeprecatedPolicyApi | get_alert_policy | GET /v1/policies/policyId | Get Alert Policy |
OpsgenieSdk::DeprecatedPolicyApi | list_alert_policies | GET /v1/policies | List Alert Policies |
OpsgenieSdk::DeprecatedPolicyApi | update_alert_policy | PUT /v1/policies/policyId | Update Alert Policy |
OpsgenieSdk::EscalationApi | create_escalation | POST /v2/escalations | Create Escalation |
OpsgenieSdk::EscalationApi | delete_escalation | DELETE /v2/escalations/identifier | Delete Escalation |
OpsgenieSdk::EscalationApi | get_escalation | GET /v2/escalations/identifier | Get Escalation |
OpsgenieSdk::EscalationApi | list_escalations | GET /v2/escalations | List Escalations |
OpsgenieSdk::EscalationApi | update_escalation | PATCH /v2/escalations/identifier | Update Escalation (Partial) |
OpsgenieSdk::ForwardingRuleApi | create_forwarding_rule | POST /v2/forwarding-rules | Create Forwarding Rule |
OpsgenieSdk::ForwardingRuleApi | delete_forwarding_rule | DELETE /v2/forwarding-rules/identifier | Delete Forwarding Rule |
OpsgenieSdk::ForwardingRuleApi | get_forwarding_rule | GET /v2/forwarding-rules/identifier | Get Forwarding Rule |
OpsgenieSdk::ForwardingRuleApi | list_forwarding_rules | GET /v2/forwarding-rules | List Forwarding Rules |
OpsgenieSdk::ForwardingRuleApi | update_forwarding_rule | PUT /v2/forwarding-rules/identifier | Update Forwarding Rule |
OpsgenieSdk::HeartbeatApi | create_heartbeat | POST /v2/heartbeats | Create Heartbeat |
OpsgenieSdk::HeartbeatApi | delete_heartbeat | DELETE /v2/heartbeats/name | Delete Heartbeat |
OpsgenieSdk::HeartbeatApi | disable_heartbeat | POST /v2/heartbeats/name/disable | Disable Heartbeat |
OpsgenieSdk::HeartbeatApi | enable_heartbeat | POST /v2/heartbeats/name/enable | Enable Heartbeat |
OpsgenieSdk::HeartbeatApi | get_heartbeat | GET /v2/heartbeats/name | Get Heartbeat |
OpsgenieSdk::HeartbeatApi | list_heart_beats | GET /v2/heartbeats | List Heartbeats |
OpsgenieSdk::HeartbeatApi | ping | GET /v2/heartbeats/name/ping | Ping Heartbeat |
OpsgenieSdk::HeartbeatApi | update_heartbeat | PATCH /v2/heartbeats/name | Update Heartbeat (Partial) |
OpsgenieSdk::IncidentApi | close_incident | POST /v1/incidents/identifier/close | Close Incident |
OpsgenieSdk::IncidentApi | create_incident | POST /v1/incidents/create | Create Incident |
OpsgenieSdk::IncidentApi | delete_incident | DELETE /v1/incidents/identifier | Delete Incident |
OpsgenieSdk::IncidentApi | get_incident | GET /v1/incidents/identifier | Get Incident |
OpsgenieSdk::IncidentApi | get_incident_request_status | GET /v1/incidents/requests/requestId | Get Request Status of Incident |
OpsgenieSdk::IncidentApi | list_incidents | GET /v1/incidents/ | List incidents |
OpsgenieSdk::IntegrationApi | authenticate_integration | POST /v2/integrations/authenticate | Authenticate Integration |
OpsgenieSdk::IntegrationApi | create_integration | POST /v2/integrations | Create Integration |
OpsgenieSdk::IntegrationApi | delete_integration | DELETE /v2/integrations/id | Delete Integration |
OpsgenieSdk::IntegrationApi | disable_integration | POST /v2/integrations/id/disable | Disable Integration |
OpsgenieSdk::IntegrationApi | enable_integration | POST /v2/integrations/id/enable | Enable Integration |
OpsgenieSdk::IntegrationApi | get_integration | GET /v2/integrations/id | Get Integration |
OpsgenieSdk::IntegrationApi | list_integrations | GET /v2/integrations | List Integrations |
OpsgenieSdk::IntegrationApi | update_integration | PUT /v2/integrations/id | Update Integration |
OpsgenieSdk::IntegrationActionApi | create_integration_action | POST /v2/integrations/id/actions | Create Integration Action |
OpsgenieSdk::IntegrationActionApi | list_integration_actions | GET /v2/integrations/id/actions | List Integration Actions |
OpsgenieSdk::IntegrationActionApi | update_integration_actions | PUT /v2/integrations/id/actions | Update Integration Actions |
OpsgenieSdk::MaintenanceApi | cancel_maintenance | POST /v1/maintenance/id/cancel | Cancel Maintenance |
OpsgenieSdk::MaintenanceApi | create_maintenance | POST /v1/maintenance | Create Maintenance |
OpsgenieSdk::MaintenanceApi | delete_maintenance | DELETE /v1/maintenance/id | Delete Maintenance |
OpsgenieSdk::MaintenanceApi | get_maintenance | GET /v1/maintenance/id | Get Maintenance |
OpsgenieSdk::MaintenanceApi | list_maintenance | GET /v1/maintenance | List Maintenance |
OpsgenieSdk::MaintenanceApi | update_maintenance | PUT /v1/maintenance/id | Update Maintenance |
OpsgenieSdk::NotificationRuleApi | change_notification_rule_order | POST /v2/users/identifier/notification-rules/ruleId/change-order | Change order of Notification Rule |
OpsgenieSdk::NotificationRuleApi | create_notification_rule | POST /v2/users/identifier/notification-rules | Create Notification Rule |
OpsgenieSdk::NotificationRuleApi | delete_notification_rule | DELETE /v2/users/identifier/notification-rules/ruleId | Delete Notification Rule |
OpsgenieSdk::NotificationRuleApi | disable_notification_rule | POST /v2/users/identifier/notification-rules/ruleId/disable | Disable Notification Rule |
OpsgenieSdk::NotificationRuleApi | enable_notification_rule | POST /v2/users/identifier/notification-rules/ruleId/enable | Enable Notification Rule |
OpsgenieSdk::NotificationRuleApi | get_notification_rule | GET /v2/users/identifier/notification-rules/ruleId | Get Notification Rule |
OpsgenieSdk::NotificationRuleApi | list_notification_rules | GET /v2/users/identifier/notification-rules | List Notification Rules |
OpsgenieSdk::NotificationRuleApi | update_notification_rule | PATCH /v2/users/identifier/notification-rules/ruleId | Update Notification Rule (Partial) |
OpsgenieSdk::NotificationRuleStepApi | create_notification_rule_step | POST /v2/users/identifier/notification-rules/ruleId/steps | Create Notification Rule Step |
OpsgenieSdk::NotificationRuleStepApi | delete_notification_rule_step | DELETE /v2/users/identifier/notification-rules/ruleId/steps/id | Delete Notification Rule Step |
OpsgenieSdk::NotificationRuleStepApi | disable_notification_rule_step | POST /v2/users/identifier/notification-rules/ruleId/steps/id/disable | Disable Notification Rule Step |
OpsgenieSdk::NotificationRuleStepApi | enable_notification_rule_step | POST /v2/users/identifier/notification-rules/ruleId/steps/id/enable | Enable Notification Rule Step |
OpsgenieSdk::NotificationRuleStepApi | get_notification_rule_step | GET /v2/users/identifier/notification-rules/ruleId/steps/id | Get Notification Rule Step |
OpsgenieSdk::NotificationRuleStepApi | list_notification_rule_steps | GET /v2/users/identifier/notification-rules/ruleId/steps | List Notification Rule Steps |
OpsgenieSdk::NotificationRuleStepApi | update_notification_rule_step | PATCH /v2/users/identifier/notification-rules/ruleId/steps/id | Update Notification Rule Step (Partial) |
OpsgenieSdk::PolicyApi | change_policy_order | POST /v2/policies/policyId/change-order | Change Policy Order |
OpsgenieSdk::PolicyApi | create_policy | POST /v2/policies | Create Policy |
OpsgenieSdk::PolicyApi | delete_policy | DELETE /v2/policies/policyId | Delete Policy |
OpsgenieSdk::PolicyApi | disable_policy | POST /v2/policies/policyId/disable | Disable Policy |
OpsgenieSdk::PolicyApi | enable_policy | POST /v2/policies/policyId/enable | Enable Policy |
OpsgenieSdk::PolicyApi | get_policy | GET /v2/policies/policyId | Get Policy |
OpsgenieSdk::PolicyApi | list_alert_policies | GET /v2/policies/alert | List Alert Policies |
OpsgenieSdk::PolicyApi | list_notification_policies | GET /v2/policies/notification | List Notification Policies |
OpsgenieSdk::PolicyApi | update_policy | PUT /v2/policies/policyId | Update Policy |
OpsgenieSdk::ScheduleApi | create_schedule | POST /v2/schedules | Create Schedule |
OpsgenieSdk::ScheduleApi | delete_schedule | DELETE /v2/schedules/identifier | Delete Schedule |
OpsgenieSdk::ScheduleApi | export_schedule | GET /v2/schedules/identifier.ics | Export Schedule |
OpsgenieSdk::ScheduleApi | get_schedule | GET /v2/schedules/identifier | Get Schedule |
OpsgenieSdk::ScheduleApi | get_schedule_timeline | GET /v2/schedules/identifier/timeline | Get Schedule Timeline |
OpsgenieSdk::ScheduleApi | list_schedules | GET /v2/schedules | List Schedules |
OpsgenieSdk::ScheduleApi | update_schedule | PATCH /v2/schedules/identifier | Update Schedule (Partial) |
OpsgenieSdk::ScheduleOverrideApi | create_schedule_override | POST /v2/schedules/identifier/overrides | Create Schedule Override |
OpsgenieSdk::ScheduleOverrideApi | delete_schedule_override | DELETE /v2/schedules/identifier/overrides/alias | Delete Schedule Override |
OpsgenieSdk::ScheduleOverrideApi | get_schedule_override | GET /v2/schedules/identifier/overrides/alias | Get Schedule Override |
OpsgenieSdk::ScheduleOverrideApi | list_schedule_override | GET /v2/schedules/identifier/overrides | List Schedule Overrides |
OpsgenieSdk::ScheduleOverrideApi | update_schedule_override | PUT /v2/schedules/identifier/overrides/alias | Update Schedule Override |
OpsgenieSdk::ScheduleRotationApi | create_schedule_rotation | POST /v2/schedules/identifier/rotations | Create Schedule Rotation |
OpsgenieSdk::ScheduleRotationApi | delete_schedule_rotation | DELETE /v2/schedules/identifier/rotations/id | Delete Schedule Rotation |
OpsgenieSdk::ScheduleRotationApi | get_schedule_rotation | GET /v2/schedules/identifier/rotations/id | Get Schedule Rotation |
OpsgenieSdk::ScheduleRotationApi | list_schedule_rotations | GET /v2/schedules/identifier/rotations | List Schedule Rotations |
OpsgenieSdk::ScheduleRotationApi | update_schedule_rotation | PATCH /v2/schedules/identifier/rotations/id | Update Schedule Rotation (Partial) |
OpsgenieSdk::TeamApi | create_team | POST /v2/teams | Create Team |
OpsgenieSdk::TeamApi | delete_team | DELETE /v2/teams/identifier | Delete Team |
OpsgenieSdk::TeamApi | get_team | GET /v2/teams/identifier | Get Team |
OpsgenieSdk::TeamApi | list_team_logs | GET /v2/teams/identifier/logs | List Team Logs |
OpsgenieSdk::TeamApi | list_teams | GET /v2/teams | List Teams |
OpsgenieSdk::TeamApi | update_team | PATCH /v2/teams/identifier | Update Team (Partial) |
OpsgenieSdk::TeamMemberApi | add_team_member | POST /v2/teams/identifier/members | Add Team Member |
OpsgenieSdk::TeamMemberApi | delete_team_member | DELETE /v2/teams/identifier/members/memberIdentifier | Delete Team Member |
OpsgenieSdk::TeamRoleApi | create_team_role | POST /v2/teams/identifier/roles | Create Team Role |
OpsgenieSdk::TeamRoleApi | delete_team_role | DELETE /v2/teams/identifier/roles/teamRoleIdentifier | Delete Team Role |
OpsgenieSdk::TeamRoleApi | get_team_role | GET /v2/teams/identifier/roles/teamRoleIdentifier | Get Team Role |
OpsgenieSdk::TeamRoleApi | list_team_roles | GET /v2/teams/identifier/roles | List Team Roles |
OpsgenieSdk::TeamRoleApi | update_team_role | PATCH /v2/teams/identifier/roles/teamRoleIdentifier | Update Team Role (Partial) |
OpsgenieSdk::TeamRoutingRuleApi | change_team_routing_rule_order | POST /v2/teams/identifier/routing-rules/id/change-order | Change Team Routing Rule Order |
OpsgenieSdk::TeamRoutingRuleApi | create_team_routing_rule | POST /v2/teams/identifier/routing-rules | Create Team Routing Rule |
OpsgenieSdk::TeamRoutingRuleApi | delete_team_routing_rule | DELETE /v2/teams/identifier/routing-rules/id | Delete Team Routing Rule |
OpsgenieSdk::TeamRoutingRuleApi | get_team_routing_rule | GET /v2/teams/identifier/routing-rules/id | Get Team Routing Rule |
OpsgenieSdk::TeamRoutingRuleApi | list_team_routing_rules | GET /v2/teams/identifier/routing-rules | List Team Routing Rules |
OpsgenieSdk::TeamRoutingRuleApi | update_team_routing_rule | PATCH /v2/teams/identifier/routing-rules/id | Update Team Routing Rule (Partial) |
OpsgenieSdk::UserApi | create_user | POST /v2/users | Create User |
OpsgenieSdk::UserApi | delete_user | DELETE /v2/users/identifier | Delete User |
OpsgenieSdk::UserApi | get_user | GET /v2/users/identifier | Get User |
OpsgenieSdk::UserApi | list_user_escalations | GET /v2/users/identifier/escalations | List User Escalations |
OpsgenieSdk::UserApi | list_user_forwarding_rules | GET /v2/users/identifier/forwarding-rules | List User Forwarding Rules |
OpsgenieSdk::UserApi | list_user_schedules | GET /v2/users/identifier/schedules | List User Schedules |
OpsgenieSdk::UserApi | list_user_teams | GET /v2/users/identifier/teams | List User Teams |
OpsgenieSdk::UserApi | list_users | GET /v2/users | List users |
OpsgenieSdk::UserApi | update_user | PATCH /v2/users/identifier | Update User (Partial) |
OpsgenieSdk::WhoIsOnCallApi | export_on_call_user | GET /v2/schedules/on-calls/identifier.ics | Export On-Call User |
OpsgenieSdk::WhoIsOnCallApi | get_next_on_calls | GET /v2/schedules/identifier/next-on-calls | Get Next On Calls |
OpsgenieSdk::WhoIsOnCallApi | get_on_calls | GET /v2/schedules/identifier/on-calls | Get On Calls |
OpsgenieSdk::WhoIsOnCallApi | list_on_calls | GET /v2/schedules/on-calls | List On Calls |
Documentation for Models
- OpsgenieSdk::AccountInfo
- OpsgenieSdk::AccountPlan
- OpsgenieSdk::AckIntegrationAction
- OpsgenieSdk::AcknowledgeAlertPayload
- OpsgenieSdk::ActionCategorized
- OpsgenieSdk::ActionMapping
- OpsgenieSdk::AddDetailsToAlertPayload
- OpsgenieSdk::AddNoteIntegrationAction
- OpsgenieSdk::AddNoteToAlertPayload
- OpsgenieSdk::AddResponderToAlertPayload
- OpsgenieSdk::AddTagsToAlertPayload
- OpsgenieSdk::AddTeamMemberPayload
- OpsgenieSdk::AddTeamToAlertPayload
- OpsgenieSdk::AirbrakeIntegration
- OpsgenieSdk::Alert
- OpsgenieSdk::AlertActionPayload
- OpsgenieSdk::AlertAttachment
- OpsgenieSdk::AlertAttachmentMeta
- OpsgenieSdk::AlertFilter
- OpsgenieSdk::AlertIntegration
- OpsgenieSdk::AlertLog
- OpsgenieSdk::AlertLogicIntegration
- OpsgenieSdk::AlertNote
- OpsgenieSdk::AlertPaging
- OpsgenieSdk::AlertPolicy
- OpsgenieSdk::AlertRecipient
- OpsgenieSdk::AlertReport
- OpsgenieSdk::AlertRequestStatus
- OpsgenieSdk::AlertSiteIntegration
- OpsgenieSdk::AlertTeamMeta
- OpsgenieSdk::AlertUserMeta
- OpsgenieSdk::AllRecipient
- OpsgenieSdk::AmazonCloudTrailIntegration
- OpsgenieSdk::AmazonEc2AutoScalingIntegration
- OpsgenieSdk::AmazonRdsIntegration
- OpsgenieSdk::AmazonRoute53HealthCheckIntegration
- OpsgenieSdk::AmazonSecurityHubIntegration
- OpsgenieSdk::AmazonSesIntegration
- OpsgenieSdk::AmazonSnsCallback
- OpsgenieSdk::AmazonSnsIntegration
- OpsgenieSdk::AmazonSnsOutgoingIntegration
- OpsgenieSdk::ApiIntegration
- OpsgenieSdk::ApicaIntegration
- OpsgenieSdk::ApimetricsIntegration
- OpsgenieSdk::AppDynamicsIntegration
- OpsgenieSdk::AppOpticsIntegration
- OpsgenieSdk::AppSignalIntegration
- OpsgenieSdk::AppSignalV2Integration
- OpsgenieSdk::AssignAlertPayload
- OpsgenieSdk::AtatusIntegration
- OpsgenieSdk::AtlassianBambooIntegration
- OpsgenieSdk::AuthenticateIntegrationPayload
- OpsgenieSdk::AutoCloseAction
- OpsgenieSdk::AutoRestartAction
- OpsgenieSdk::AutoTaskEmailIntegration
- OpsgenieSdk::AutotaskAEMEmailIntegration
- OpsgenieSdk::AzureAutoScaleIntegration
- OpsgenieSdk::AzureIntegration
- OpsgenieSdk::AzureOMSIntegration
- OpsgenieSdk::AzureResourceHealthIntegration
- OpsgenieSdk::AzureServiceHealthIntegration
- OpsgenieSdk::BMCFootPrintsV11Callback
- OpsgenieSdk::BMCFootPrintsV11Integration
- OpsgenieSdk::BMCFootPrintsV12Callback
- OpsgenieSdk::BMCFootPrintsV12Integration
- OpsgenieSdk::BMCRemedyCallback
- OpsgenieSdk::BMCRemedyForceIntegration
- OpsgenieSdk::BMCRemedyIntegration
- OpsgenieSdk::BMCRemedyOnDemandCallback
- OpsgenieSdk::BMCRemedyOnDemandIntegration
- OpsgenieSdk::BaseAlert
- OpsgenieSdk::BaseIncident
- OpsgenieSdk::BaseIncomingFeature
- OpsgenieSdk::BaseIntegrationAction
- OpsgenieSdk::BaseResponse
- OpsgenieSdk::BaseResponseWithExpandable
- OpsgenieSdk::BaseWebhookCallback
- OpsgenieSdk::BidirectionalCallback
- OpsgenieSdk::BidirectionalCallbackNew
- OpsgenieSdk::BigPandaIntegration
- OpsgenieSdk::BitbucketIntegration
- OpsgenieSdk::BlueMatadorIntegration
- OpsgenieSdk::BoundaryIntegration
- OpsgenieSdk::CallbackCondition
- OpsgenieSdk::CampfireCallback
- OpsgenieSdk::CampfireIntegration
- OpsgenieSdk::CatchpointIntegration
- OpsgenieSdk::ChangeNotificationRuleOrderPayload
- OpsgenieSdk::ChangePolicyOrderPayload
- OpsgenieSdk::ChangeTeamRoutingRuleOrderPayload
- OpsgenieSdk::CheckMKIntegration
- OpsgenieSdk::CherwellCallback
- OpsgenieSdk::CherwellIntegration
- OpsgenieSdk::CircleCiIntegration
- OpsgenieSdk::CirconusCallback
- OpsgenieSdk::CirconusIntegration
- OpsgenieSdk::CloseAlertPayload
- OpsgenieSdk::CloseIncidentPayload
- OpsgenieSdk::CloseIntegrationAction
- OpsgenieSdk::CloudMonixIntegration
- OpsgenieSdk::CloudSploitIntegration
- OpsgenieSdk::CloudWatchEventsIntegration
- OpsgenieSdk::CloudWatchIntegration
- OpsgenieSdk::CodeshipIntegration
- OpsgenieSdk::CommonIntegrationAction
- OpsgenieSdk::ComposeIntegration
- OpsgenieSdk::Condition
- OpsgenieSdk::ConnectWiseAutomateIntegration
- OpsgenieSdk::ConnectWiseCallback
- OpsgenieSdk::ConnectWiseIntegration
- OpsgenieSdk::ConnectWiseManageCallback
- OpsgenieSdk::ConnectWiseManageIntegration
- OpsgenieSdk::ConnectWiseManageV2Callback
- OpsgenieSdk::ConnectWiseManageV2Integration
- OpsgenieSdk::ConsulIntegration
- OpsgenieSdk::Contact
- OpsgenieSdk::ContactMeta
- OpsgenieSdk::ContactStatus
- OpsgenieSdk::ContactWithApplyOrder
- OpsgenieSdk::CopperEggIntegration
- OpsgenieSdk::CrashlyticsIntegration
- OpsgenieSdk::CreateAlertPayload
- OpsgenieSdk::CreateContactPayload
- OpsgenieSdk::CreateCustomUserRolePayload
- OpsgenieSdk::CreateEscalationPayload
- OpsgenieSdk::CreateForwardingRulePayload
- OpsgenieSdk::CreateForwardingRuleResponse
- OpsgenieSdk::CreateHeartbeatPayload
- OpsgenieSdk::CreateHeartbeatResponse
- OpsgenieSdk::CreateIncidentPayload
- OpsgenieSdk::CreateIntegrationAction
- OpsgenieSdk::CreateIntegrationActionsResponse
- OpsgenieSdk::CreateIntegrationResponse
- OpsgenieSdk::CreateMaintenancePayload
- OpsgenieSdk::CreateMaintenanceResponse
- OpsgenieSdk::CreateNotificationRulePayload
- OpsgenieSdk::CreateNotificationRuleResponse
- OpsgenieSdk::CreateNotificationRuleStepPayload
- OpsgenieSdk::CreatePolicyResponse
- OpsgenieSdk::CreateSavedSearchPayload
- OpsgenieSdk::CreateSavedSearchResponse
- OpsgenieSdk::CreateScheduleOverridePayload
- OpsgenieSdk::CreateScheduleOverrideResponse
- OpsgenieSdk::CreateSchedulePayload
- OpsgenieSdk::CreateScheduleResponse
- OpsgenieSdk::CreateScheduleRotationPayload
- OpsgenieSdk::CreateTeamPayload
- OpsgenieSdk::CreateTeamRolePayload
- OpsgenieSdk::CreateTeamRoutingRulePayload
- OpsgenieSdk::CreateUserPayload
- OpsgenieSdk::CustomUserRole
- OpsgenieSdk::DatadogCallback
- OpsgenieSdk::DatadogIntegration
- OpsgenieSdk::DataloopIOIntegration
- OpsgenieSdk::DeduplicationAction
- OpsgenieSdk::DelayAction
- OpsgenieSdk::DeprecatedAlertPolicy
- OpsgenieSdk::DeprecatedAlertPolicyMeta
- OpsgenieSdk::DeprecatedAutoCloseAlertPolicy
- OpsgenieSdk::DeprecatedAutoRestartNotificationsAlertPolicy
- OpsgenieSdk::DeprecatedChangeAlertPolicyOrderPayload
- OpsgenieSdk::DeprecatedCreateAlertPolicyResponse
- OpsgenieSdk::DeprecatedGetAlertPolicyResponse
- OpsgenieSdk::DeprecatedListAlertPoliciesResponse
- OpsgenieSdk::DeprecatedModifyAlertPolicy
- OpsgenieSdk::DeprecatedNotificationDeduplicationAlertPolicy
- OpsgenieSdk::DeprecatedNotificationDelayAlertPolicy
- OpsgenieSdk::DeprecatedNotificationRenotifyAlertPolicy
- OpsgenieSdk::DeprecatedNotificationSuppressAlertPolicy
- OpsgenieSdk::DeskCallback
- OpsgenieSdk::DeskIntegration
- OpsgenieSdk::DetectifyIntegration
- OpsgenieSdk::DisableHeartbeatResponse
- OpsgenieSdk::DisableIntegrationResponse
- OpsgenieSdk::DnsCheckIntegration
- OpsgenieSdk::DripStatIntegration
- OpsgenieSdk::Duration
- OpsgenieSdk::DynatraceAppMonCallback
- OpsgenieSdk::DynatraceAppMonIntegration
- OpsgenieSdk::DynatraceIntegration
- OpsgenieSdk::DynatraceV2Integration
- OpsgenieSdk::EmailBasedIncomingFeature
- OpsgenieSdk::EmailIntegration
- OpsgenieSdk::EnableHeartbeatResponse
- OpsgenieSdk::EnableIntegrationResponse
- OpsgenieSdk::ErrorResponse
- OpsgenieSdk::ErrorceptionIntegration
- OpsgenieSdk::EscalateAlertToNextPayload
- OpsgenieSdk::Escalation
- OpsgenieSdk::EscalationRecipient
- OpsgenieSdk::EscalationRepeat
- OpsgenieSdk::EscalationRule
- OpsgenieSdk::EvidentIOIntegration
- OpsgenieSdk::ExecuteCustomAlertActionPayload
- OpsgenieSdk::Filter
- OpsgenieSdk::FlockCallback
- OpsgenieSdk::FlockIntegration
- OpsgenieSdk::FlowdockCallback
- OpsgenieSdk::FlowdockIntegration
- OpsgenieSdk::FlowdockV2Callback
- OpsgenieSdk::FlowdockV2Integration
- OpsgenieSdk::ForwardingRule
- OpsgenieSdk::ForwardingRuleMeta
- OpsgenieSdk::FreshdeskCallback
- OpsgenieSdk::FreshdeskIntegration
- OpsgenieSdk::FreshserviceCallback
- OpsgenieSdk::FreshserviceIntegration
- OpsgenieSdk::GetAccountInfoResponse
- OpsgenieSdk::GetAlertAttachmentResponse
- OpsgenieSdk::GetAlertResponse
- OpsgenieSdk::GetContactResponse
- OpsgenieSdk::GetCountAlertsResponse
- OpsgenieSdk::GetCountAlertsResponseData
- OpsgenieSdk::GetCustomUserRoleResponse
- OpsgenieSdk::GetEscalationResponse
- OpsgenieSdk::GetForwardingRuleResponse
- OpsgenieSdk::GetHeartbeatResponse
- OpsgenieSdk::GetIncidentRequestStatusResponse
- OpsgenieSdk::GetIncidentResponse
- OpsgenieSdk::GetIntegrationResponse
- OpsgenieSdk::GetMaintenanceResponse
- OpsgenieSdk::GetNextOnCallResponse
- OpsgenieSdk::GetNotificationRuleResponse
- OpsgenieSdk::GetNotificationRuleStepResponse
- OpsgenieSdk::GetOnCallResponse
- OpsgenieSdk::GetPolicyResponse
- OpsgenieSdk::GetRequestStatusResponse
- OpsgenieSdk::GetSavedSearchResponse
- OpsgenieSdk::GetScheduleOverrideResponse
- OpsgenieSdk::GetScheduleResponse
- OpsgenieSdk::GetScheduleRotationResponse
- OpsgenieSdk::GetScheduleTimelineResponse
- OpsgenieSdk::GetTeamResponse
- OpsgenieSdk::GetTeamRoleResponse
- OpsgenieSdk::GetTeamRoutingRuleResponse
- OpsgenieSdk::GetUserResponse
- OpsgenieSdk::GhostInspectorIntegration
- OpsgenieSdk::GitHubIntegration
- OpsgenieSdk::GitLabIntegration
- OpsgenieSdk::GoogleStackDriverIntegration
- OpsgenieSdk::GrafanaIntegration
- OpsgenieSdk::GrafanaV2Integration
- OpsgenieSdk::GraylogIntegration
- OpsgenieSdk::GroupRecipient
- OpsgenieSdk::HPServiceManagerCallback
- OpsgenieSdk::HPServiceManagerIntegration
- OpsgenieSdk::Heartbeat
- OpsgenieSdk::HeartbeatIntegration
- OpsgenieSdk::HeartbeatMeta
- OpsgenieSdk::HipChatAddOnCallback
- OpsgenieSdk::HipChatAddOnIntegration
- OpsgenieSdk::HipChatCallbackV2
- OpsgenieSdk::HipChatIntegration
- OpsgenieSdk::HipChatIntegrationV2
- OpsgenieSdk::HoneybadgerIntegration
- OpsgenieSdk::HostedGraphiteIntegration
- OpsgenieSdk::HumioIntegration
- OpsgenieSdk::Icinga2Callback
- OpsgenieSdk::Icinga2Integration
- OpsgenieSdk::IcingaCallback
- OpsgenieSdk::IcingaIntegration
- OpsgenieSdk::IgnoreIntegrationAction
- OpsgenieSdk::Incident
- OpsgenieSdk::IncidentActionPayload
- OpsgenieSdk::IncidentRequestStatus
- OpsgenieSdk::IncomingCallIntegration
- OpsgenieSdk::InstanaIntegration
- OpsgenieSdk::Integration
- OpsgenieSdk::IntegrationActionFilter
- OpsgenieSdk::IntegrationCondition
- OpsgenieSdk::IntegrationMeta
- OpsgenieSdk::JenkinsIntegration
- OpsgenieSdk::JiraCallback
- OpsgenieSdk::JiraIntegration
- OpsgenieSdk::JiraServiceDeskCallback
- OpsgenieSdk::JiraServiceDeskIntegration
- OpsgenieSdk::KapacitorIntegration
- OpsgenieSdk::KayakoCallback
- OpsgenieSdk::KayakoIntegration
- OpsgenieSdk::KoreCallback
- OpsgenieSdk::KoreIntegration
- OpsgenieSdk::LabTechEmailIntegration
- OpsgenieSdk::LibratoIntegration
- OpsgenieSdk::LibreNMSCallback
- OpsgenieSdk::LibreNMSIntegration
- OpsgenieSdk::LightstepIntegration
- OpsgenieSdk::ListAlertAttachmentsResponse
- OpsgenieSdk::ListAlertLogsResponse
- OpsgenieSdk::ListAlertNotesResponse
- OpsgenieSdk::ListAlertRecipientsResponse
- OpsgenieSdk::ListAlertsResponse
- OpsgenieSdk::ListContactsResponse
- OpsgenieSdk::ListCustomUserRolesResponse
- OpsgenieSdk::ListEscalationsResponse
- OpsgenieSdk::ListForwardingRulesResponse
- OpsgenieSdk::ListHeartbeatResponse
- OpsgenieSdk::ListHeartbeatResponseData
- OpsgenieSdk::ListIncidentsResponse
- OpsgenieSdk::ListIntegrationActionsResponse
- OpsgenieSdk::ListIntegrationsResponse
- OpsgenieSdk::ListMaintenanceResponse
- OpsgenieSdk::ListNotificationRuleStepsResponse
- OpsgenieSdk::ListNotificationRulesResponse
- OpsgenieSdk::ListOnCallsResponse
- OpsgenieSdk::ListPoliciesResponse
- OpsgenieSdk::ListSavedSearchesResponse
- OpsgenieSdk::ListScheduleOverrideResponse
- OpsgenieSdk::ListScheduleRotationsResponse
- OpsgenieSdk::ListSchedulesResponse
- OpsgenieSdk::ListTeamLogsResponse
- OpsgenieSdk::ListTeamRoleResponse
- OpsgenieSdk::ListTeamRoutingRulesResponse
- OpsgenieSdk::ListTeamsResponse
- OpsgenieSdk::ListUserEscalationsResponse
- OpsgenieSdk::ListUserForwardingRulesResponse
- OpsgenieSdk::ListUserSchedulesResponse
- OpsgenieSdk::ListUserTeamsResponse
- OpsgenieSdk::ListUsersResponse
- OpsgenieSdk::LogentriesIntegration
- OpsgenieSdk::LogglyIntegration
- OpsgenieSdk::LogicMonitorCallback
- OpsgenieSdk::LogicMonitorIntegration
- OpsgenieSdk::LogstashIntegration
- OpsgenieSdk::LogzIOIntegration
- OpsgenieSdk::LookerIntegration
- OpsgenieSdk::LoomIntegration
- OpsgenieSdk::MSTeamsCallback
- OpsgenieSdk::MSTeamsIntegration
- OpsgenieSdk::MSTeamsV2Callback
- OpsgenieSdk::MSTeamsV2Integration
- OpsgenieSdk::MagentrixCallback
- OpsgenieSdk::MagentrixIntegration
- OpsgenieSdk::Maintenance
- OpsgenieSdk::MaintenanceEntity
- OpsgenieSdk::MaintenanceMeta
- OpsgenieSdk::MaintenanceRule
- OpsgenieSdk::MaintenanceTime
- OpsgenieSdk::ManageEngineIntegrationDTO
- OpsgenieSdk::MaridCallback
- OpsgenieSdk::MaridIntegration
- OpsgenieSdk::MatchAll
- OpsgenieSdk::MatchAllConditions
- OpsgenieSdk::MatchAnyCondition
- OpsgenieSdk::MattermostCallback
- OpsgenieSdk::MattermostIntegration
- OpsgenieSdk::MongoDBCloudIntegration
- OpsgenieSdk::MonitisEmailIntegration
- OpsgenieSdk::MonitisIntegration
- OpsgenieSdk::MoxtraCallback
- OpsgenieSdk::MoxtraIntegration
- OpsgenieSdk::NagiosBasedV1Callback
- OpsgenieSdk::NagiosBasedV2Callback
- OpsgenieSdk::NagiosIntegrationV1
- OpsgenieSdk::NagiosIntegrationV2
- OpsgenieSdk::NagiosXIIntegrationV1
- OpsgenieSdk::NagiosXIIntegrationV2
- OpsgenieSdk::NagiosXIV1Callback
- OpsgenieSdk::NagiosXIV2Callback
- OpsgenieSdk::NetuitiveIntegration
- OpsgenieSdk::NeustarIntegration
- OpsgenieSdk::NewRelicIntegration
- OpsgenieSdk::NewRelicV2Integration
- OpsgenieSdk::NextOnCall
- OpsgenieSdk::NoRecipient
- OpsgenieSdk::NodePingIntegration
- OpsgenieSdk::NotificationActionType
- OpsgenieSdk::NotificationPolicy
- OpsgenieSdk::NotificationRepeat
- OpsgenieSdk::NotificationRule
- OpsgenieSdk::NotificationRuleMeta
- OpsgenieSdk::NotificationRuleStep
- OpsgenieSdk::NotificationRuleStepParent
- OpsgenieSdk::NotifyTime
- OpsgenieSdk::OECCallback
- OpsgenieSdk::OECIntegration
- OpsgenieSdk::OEMEmailIntegration
- OpsgenieSdk::OEMIntegration
- OpsgenieSdk::OP5Callback
- OpsgenieSdk::OP5Integration
- OpsgenieSdk::ObserviumIntegration
- OpsgenieSdk::ObserviumV2Integration
- OpsgenieSdk::OnCall
- OpsgenieSdk::OpsDashIntegration
- OpsgenieSdk::OpsGenieCallback
- OpsgenieSdk::OpsGenieIntegration
- OpsgenieSdk::OpsviewIntegration
- OpsgenieSdk::OutgoingCallback
- OpsgenieSdk::OutgoingCallbackNew
- OpsgenieSdk::PageDetails
- OpsgenieSdk::PagerDutyCompatibilityIntegration
- OpsgenieSdk::PanoptaIntegration
- OpsgenieSdk::PapertrailIntegration
- OpsgenieSdk::Participant
- OpsgenieSdk::PingdomIntegration
- OpsgenieSdk::PingdomV2Integration
- OpsgenieSdk::PingdomWebhookIntegration
- OpsgenieSdk::PingometerIntegration
- OpsgenieSdk::PlanioCallback
- OpsgenieSdk::PlanioIntegration
- OpsgenieSdk::Policy
- OpsgenieSdk::PolicyMeta
- OpsgenieSdk::PrometheusIntegration
- OpsgenieSdk::PrtgCallback
- OpsgenieSdk::PrtgIntegration
- OpsgenieSdk::RackspaceIntegration
- OpsgenieSdk::RaygunIntegration
- OpsgenieSdk::Recipient
- OpsgenieSdk::RedGateSqlMonitorEmailIntegration
- OpsgenieSdk::Responder
- OpsgenieSdk::RiemannIntegration
- OpsgenieSdk::RigorIntegration
- OpsgenieSdk::RingCentralEmailIntegration
- OpsgenieSdk::RingCentralGlipCallback
- OpsgenieSdk::RingCentralGlipIntegration
- OpsgenieSdk::RollbarCallback
- OpsgenieSdk::RollbarIntegration
- OpsgenieSdk::RunscopeIntegration
- OpsgenieSdk::SalesForceServiceCloudCallback
- OpsgenieSdk::SalesForceServiceCloudIntegration
- OpsgenieSdk::SaltStackIntegration
- OpsgenieSdk::SavedSearch
- OpsgenieSdk::SavedSearchEntity
- OpsgenieSdk::SavedSearchMeta
- OpsgenieSdk::ScalyrIntegration
- OpsgenieSdk::Schedule
- OpsgenieSdk::ScheduleMeta
- OpsgenieSdk::ScheduleOverride
- OpsgenieSdk::ScheduleOverrideMeta
- OpsgenieSdk::ScheduleOverrideRotation
- OpsgenieSdk::ScheduleRecipient
- OpsgenieSdk::ScheduleRotation
- OpsgenieSdk::ScheduleRotationWithParent
- OpsgenieSdk::ScheduleTimeline
- OpsgenieSdk::ScomIntegration
- OpsgenieSdk::ScoutIntegration
- OpsgenieSdk::SematextSpmIntegration
- OpsgenieSdk::SensuIntegration
- OpsgenieSdk::SentryIntegration
- OpsgenieSdk::ServerDensityIntegration
- OpsgenieSdk::ServerGuard24Integration
- OpsgenieSdk::ServiceNowIntegration
- OpsgenieSdk::ServiceNowV2Callback
- OpsgenieSdk::ServiceNowV2Integration
- OpsgenieSdk::ServiceNowV3Callback
- OpsgenieSdk::ServiceNowV3Integration
- OpsgenieSdk::SignalFXV2Integration
- OpsgenieSdk::SignalSciencesIntegration
- OpsgenieSdk::SignalfxIntegration
- OpsgenieSdk::Site24x7Integration
- OpsgenieSdk::SlackAppCallback
- OpsgenieSdk::SlackAppIntegration
- OpsgenieSdk::SlackCallback
- OpsgenieSdk::SlackIntegration
- OpsgenieSdk::SnoozeAlertPayload
- OpsgenieSdk::SoastaIntegration
- OpsgenieSdk::SolarWindsWebHelpDeskCallback
- OpsgenieSdk::SolarWindsWebHelpDeskIntegration
- OpsgenieSdk::SolarwindsCallback
- OpsgenieSdk::SolarwindsIntegration
- OpsgenieSdk::SolarwindsMSPNCentralIntegration
- OpsgenieSdk::SolarwindsMSPNcentralCallback
- OpsgenieSdk::SplunkCallback
- OpsgenieSdk::SplunkITSICallback
- OpsgenieSdk::SplunkITSIIntegration
- OpsgenieSdk::SplunkIntegration
- OpsgenieSdk::StackStormIntegration
- OpsgenieSdk::StackdriverCallback
- OpsgenieSdk::StackdriverIntegration
- OpsgenieSdk::StatusCakeIntegration
- OpsgenieSdk::StatusHubIntegration
- OpsgenieSdk::StatusIOCallback
- OpsgenieSdk::StatusIOIntegration
- OpsgenieSdk::StatusPageEntry
- OpsgenieSdk::StatusPageIOCallback
- OpsgenieSdk::StatusPageIOIntegration
- OpsgenieSdk::StatusyCallback
- OpsgenieSdk::StatusyIntegration
- OpsgenieSdk::StruxureWareIntegration
- OpsgenieSdk::SuccessData
- OpsgenieSdk::SuccessResponse
- OpsgenieSdk::SumoLogicCallback
- OpsgenieSdk::SumoLogicIntegration
- OpsgenieSdk::SysdigCloudIntegration
- OpsgenieSdk::Team
- OpsgenieSdk::TeamLog
- OpsgenieSdk::TeamLogDetails
- OpsgenieSdk::TeamMember
- OpsgenieSdk::TeamMeta
- OpsgenieSdk::TeamRecipient
- OpsgenieSdk::TeamResponder
- OpsgenieSdk::TeamRight
- OpsgenieSdk::TeamRole
- OpsgenieSdk::TeamRoutingRule
- OpsgenieSdk::ThousandEyesIntegration
- OpsgenieSdk::ThreatStackIntegration
- OpsgenieSdk::ThundraIntegration
- OpsgenieSdk::TidewaysIntegration
- OpsgenieSdk::TimeOfDayRestriction
- OpsgenieSdk::TimeOfDayRestrictionInterval
- OpsgenieSdk::TimeRestrictionInterval
- OpsgenieSdk::Timeline
- OpsgenieSdk::TimelinePeriod
- OpsgenieSdk::TimelineRecipient
- OpsgenieSdk::TimelineRotation
- OpsgenieSdk::TokenBasedIncomingFeature
- OpsgenieSdk::TraceIntegration
- OpsgenieSdk::TrackItCallback
- OpsgenieSdk::TrackItIntegration
- OpsgenieSdk::TravisCIIntegration
- OpsgenieSdk::TwilioIntegration
- OpsgenieSdk::UnAcknowledgeAlertPayload
- OpsgenieSdk::UpdateAlertDescriptionPayload
- OpsgenieSdk::UpdateAlertMessagePayload
- OpsgenieSdk::UpdateAlertPriorityPayload
- OpsgenieSdk::UpdateContactPayload
- OpsgenieSdk::UpdateCustomUserRolePayload
- OpsgenieSdk::UpdateEscalationPayload
- OpsgenieSdk::UpdateForwardingRulePayload
- OpsgenieSdk::UpdateHeartbeatPayload
- OpsgenieSdk::UpdateHeartbeatResponse
- OpsgenieSdk::UpdateIntegrationActionsResponse
- OpsgenieSdk::UpdateIntegrationResponse
- OpsgenieSdk::UpdateMaintenancePayload
- OpsgenieSdk::UpdateMaintenanceResponse
- OpsgenieSdk::UpdateNotificationRulePayload
- OpsgenieSdk::UpdateNotificationRuleResponse
- OpsgenieSdk::UpdateNotificationRuleStepPayload
- OpsgenieSdk::UpdateSavedSearchPayload
- OpsgenieSdk::UpdateScheduleOverridePayload
- OpsgenieSdk::UpdateScheduleOverrideResponse
- OpsgenieSdk::UpdateSchedulePayload
- OpsgenieSdk::UpdateScheduleResponse
- OpsgenieSdk::UpdateScheduleRotationPayload
- OpsgenieSdk::UpdateTeamPayload
- OpsgenieSdk::UpdateTeamRolePayload
- OpsgenieSdk::UpdateTeamRoutingRulePayload
- OpsgenieSdk::UpdateUserPayload
- OpsgenieSdk::UpdownIOIntegration
- OpsgenieSdk::UptimeRobotEmailIntegration
- OpsgenieSdk::UptimeRobotIntegration
- OpsgenieSdk::UptimeWebhookIntegration
- OpsgenieSdk::UptrendsEmailIntegration
- OpsgenieSdk::User
- OpsgenieSdk::UserAddress
- OpsgenieSdk::UserContact
- OpsgenieSdk::UserMeta
- OpsgenieSdk::UserRecipient
- OpsgenieSdk::UserResponder
- OpsgenieSdk::UserRole
- OpsgenieSdk::VCSAIntegration
- OpsgenieSdk::VCenterIntegration
- OpsgenieSdk::VividCortexIntegration
- OpsgenieSdk::WavefrontIntegration
- OpsgenieSdk::WebhookCallback
- OpsgenieSdk::WebhookIntegration
- OpsgenieSdk::WeekdayTimeRestriction
- OpsgenieSdk::WeekdayTimeRestrictionInterval
- OpsgenieSdk::WhatsUpGoldIntegration
- OpsgenieSdk::WorkatoIntegration
- OpsgenieSdk::XLReleaseIntegration
- OpsgenieSdk::XPackAlertingCallback
- OpsgenieSdk::XPackAlertingIntegration
- OpsgenieSdk::XmppCallback
- OpsgenieSdk::XmppIntegration
- OpsgenieSdk::ZabbixCallback
- OpsgenieSdk::ZabbixIntegration
- OpsgenieSdk::ZapierIntegration
- OpsgenieSdk::ZendeskCallback
- OpsgenieSdk::ZendeskIntegration
- OpsgenieSdk::ZenossCallback
- OpsgenieSdk::ZenossIntegration
- OpsgenieSdk::ZyrionIntegration
Documentation for Authorization
GenieKey
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header