getThirdPartyIntegration
mongodbatlas.ThirdPartyIntegration
describe a Third-Party Integration Settings for the given type.
NOTE: Groups and projects are synonymous terms. You may find
groupId
in the official documentation.
Using getThirdPartyIntegration
function getThirdPartyIntegration(args: GetThirdPartyIntegrationArgs, opts?: InvokeOptions): Promise<GetThirdPartyIntegrationResult>
def get_third_party_integration(project_id: Optional[str] = None, type: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetThirdPartyIntegrationResult
func LookupThirdPartyIntegration(ctx *Context, args *LookupThirdPartyIntegrationArgs, opts ...InvokeOption) (*LookupThirdPartyIntegrationResult, error)
Note: This function is named
LookupThirdPartyIntegration
in the Go SDK.
public static class GetThirdPartyIntegration {
public static Task<GetThirdPartyIntegrationResult> InvokeAsync(GetThirdPartyIntegrationArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
- project_
id str The unique ID for the project to get all Third-Party service integrations
- type str
Third-Party service integration type * PAGER_DUTY * DATADOG * NEW_RELIC * OPS_GENIE * VICTOR_OPS * FLOWDOCK * WEBHOOK
getThirdPartyIntegration Result
The following output properties are available:
- Account
Id string Unique identifier of your New Relic account.
- Api
Key string Your API Key.
- Api
Token string Your API Token.
- Channel
Name string - Flow
Name string Your Flowdock Flow name.
- Id string
The provider-assigned unique ID for this managed resource.
- License
Key string Your License Key.
- Org
Name string Your Flowdock organization name. *
WEBHOOK
- Project
Id string - Read
Token string Your Insights Query Key. *
OPS_GENIE
- Region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default. *
VICTOR_OPS
- Routing
Key string An optional field for your Routing Key. *
FLOWDOCK
- Secret string
An optional field for your webhook secret.
- Service
Key string Your Service Key. *
DATADOG
- Team
Name string - Type string
Property equal to its own integration type
- Url string
Your webhook URL.
- Write
Token string Your Insights Insert Key.
- Account
Id string Unique identifier of your New Relic account.
- Api
Key string Your API Key.
- Api
Token string Your API Token.
- Channel
Name string - Flow
Name string Your Flowdock Flow name.
- Id string
The provider-assigned unique ID for this managed resource.
- License
Key string Your License Key.
- Org
Name string Your Flowdock organization name. *
WEBHOOK
- Project
Id string - Read
Token string Your Insights Query Key. *
OPS_GENIE
- Region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default. *
VICTOR_OPS
- Routing
Key string An optional field for your Routing Key. *
FLOWDOCK
- Secret string
An optional field for your webhook secret.
- Service
Key string Your Service Key. *
DATADOG
- Team
Name string - Type string
Property equal to its own integration type
- Url string
Your webhook URL.
- Write
Token string Your Insights Insert Key.
- account
Id string Unique identifier of your New Relic account.
- api
Key string Your API Key.
- api
Token string Your API Token.
- channel
Name string - flow
Name string Your Flowdock Flow name.
- id string
The provider-assigned unique ID for this managed resource.
- license
Key string Your License Key.
- org
Name string Your Flowdock organization name. *
WEBHOOK
- project
Id string - read
Token string Your Insights Query Key. *
OPS_GENIE
- region string
Indicates which API URL to use, either US or EU. Opsgenie will use US by default. *
VICTOR_OPS
- routing
Key string An optional field for your Routing Key. *
FLOWDOCK
- secret string
An optional field for your webhook secret.
- service
Key string Your Service Key. *
DATADOG
- team
Name string - type string
Property equal to its own integration type
- url string
Your webhook URL.
- write
Token string Your Insights Insert Key.
- account_
id str Unique identifier of your New Relic account.
- api_
key str Your API Key.
- api_
token str Your API Token.
- channel_
name str - flow_
name str Your Flowdock Flow name.
- id str
The provider-assigned unique ID for this managed resource.
- license_
key str Your License Key.
- org_
name str Your Flowdock organization name. *
WEBHOOK
- project_
id str - read_
token str Your Insights Query Key. *
OPS_GENIE
- region str
Indicates which API URL to use, either US or EU. Opsgenie will use US by default. *
VICTOR_OPS
- routing_
key str An optional field for your Routing Key. *
FLOWDOCK
- secret str
An optional field for your webhook secret.
- service_
key str Your Service Key. *
DATADOG
- team_
name str - type str
Property equal to its own integration type
- url str
Your webhook URL.
- write_
token str Your Insights Insert Key.
Package Details
- Repository
- https://github.com/pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlas
Terraform Provider.