junipermist.org.getWebhooks
Explore with Pulumi AI
This data source provides the list of Org Webhooks.
A Webhook is a configuration that allows real-time events and data from the Org to be pushed to a provided url.
It enables the collection of information about various topics such as device events, alarms, and audits updates at the org level.
The Webhook can be set up and customized using the Mist API, allowing users to receive and analyze specific data from a particular site.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as junipermist from "@pulumi/junipermist";
const webhooks = junipermist.org.getWebhooks({
orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
});
import pulumi
import pulumi_junipermist as junipermist
webhooks = junipermist.org.get_webhooks(org_id="15fca2ac-b1a6-47cc-9953-cc6906281550")
package main
import (
"github.com/pulumi/pulumi-junipermist/sdk/go/junipermist/org"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := org.GetWebhooks(ctx, &org.GetWebhooksArgs{
OrgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using JuniperMist = Pulumi.JuniperMist;
return await Deployment.RunAsync(() =>
{
var webhooks = JuniperMist.Org.GetWebhooks.Invoke(new()
{
OrgId = "15fca2ac-b1a6-47cc-9953-cc6906281550",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.junipermist.org.OrgFunctions;
import com.pulumi.junipermist.org.inputs.GetWebhooksArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var webhooks = OrgFunctions.getWebhooks(GetWebhooksArgs.builder()
.orgId("15fca2ac-b1a6-47cc-9953-cc6906281550")
.build());
}
}
variables:
webhooks:
fn::invoke:
function: junipermist:org:getWebhooks
arguments:
orgId: 15fca2ac-b1a6-47cc-9953-cc6906281550
Using getWebhooks
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWebhooks(args: GetWebhooksArgs, opts?: InvokeOptions): Promise<GetWebhooksResult>
function getWebhooksOutput(args: GetWebhooksOutputArgs, opts?: InvokeOptions): Output<GetWebhooksResult>
def get_webhooks(org_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebhooksResult
def get_webhooks_output(org_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebhooksResult]
func GetWebhooks(ctx *Context, args *GetWebhooksArgs, opts ...InvokeOption) (*GetWebhooksResult, error)
func GetWebhooksOutput(ctx *Context, args *GetWebhooksOutputArgs, opts ...InvokeOption) GetWebhooksResultOutput
> Note: This function is named GetWebhooks
in the Go SDK.
public static class GetWebhooks
{
public static Task<GetWebhooksResult> InvokeAsync(GetWebhooksArgs args, InvokeOptions? opts = null)
public static Output<GetWebhooksResult> Invoke(GetWebhooksInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWebhooksResult> getWebhooks(GetWebhooksArgs args, InvokeOptions options)
public static Output<GetWebhooksResult> getWebhooks(GetWebhooksArgs args, InvokeOptions options)
fn::invoke:
function: junipermist:org/getWebhooks:getWebhooks
arguments:
# arguments dictionary
The following arguments are supported:
- Org
Id string
- Org
Id string
- org
Id String
- org
Id string
- org_
id str
- org
Id String
getWebhooks Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Org
Webhooks List<Pulumi.Juniper Mist. Org. Outputs. Get Webhooks Org Webhook>
- Id string
- The provider-assigned unique ID for this managed resource.
- Org
Id string - Org
Webhooks []GetWebhooks Org Webhook
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - org
Webhooks List<GetWebhooks Org Webhook>
- id string
- The provider-assigned unique ID for this managed resource.
- org
Id string - org
Webhooks GetWebhooks Org Webhook[]
- id str
- The provider-assigned unique ID for this managed resource.
- org_
id str - org_
webhooks Sequence[GetWebhooks Org Webhook]
- id String
- The provider-assigned unique ID for this managed resource.
- org
Id String - org
Webhooks List<Property Map>
Supporting Types
GetWebhooksOrgWebhook
- Created
Time double - When the object has been created, in epoch
- Enabled bool
- Whether webhook is enabled
- Headers Dictionary<string, string>
- If
type
=http-post
, additional custom HTTP headers to add. The headers name and value must be string, total bytes of headers name and value must be less than 1000 - Id string
- Unique ID of the object instance in the Mist Organnization
- Modified
Time double - When the object has been modified for the last time, in epoch
- Name string
- Name of the webhook
- Oauth2Client
Id string - Required when
oauth2_grant_type
==client_credentials
- Oauth2Client
Secret string - Required when
oauth2_grant_type
==client_credentials
- Oauth2Grant
Type string - required when
type
==oauth2
. enum:client_credentials
,password
- Oauth2Password string
- Required when
oauth2_grant_type
==password
- Oauth2Scopes List<string>
- Required when
type
==oauth2
, if provided, will be used in the token request - Oauth2Token
Url string - Required when
type
==oauth2
- Oauth2Username string
- Required when
oauth2_grant_type
==password
- Org
Id string - Secret string
- Only if
type
=http-post
- Splunk
Token string - Required if
type
=splunk
. If splunk_token is not defined for a type Splunk webhook, it will not send, regardless if the webhook receiver is configured to accept it. - Topics List<string>
- List of supported webhook topics available with the API Call List Webhook Topics
- Type string
- enum:
aws-sns
,google-pubsub
,http-post
,oauth2
,splunk
- Url string
- Verify
Cert bool - When url uses HTTPS, whether to verify the certificate
- Created
Time float64 - When the object has been created, in epoch
- Enabled bool
- Whether webhook is enabled
- Headers map[string]string
- If
type
=http-post
, additional custom HTTP headers to add. The headers name and value must be string, total bytes of headers name and value must be less than 1000 - Id string
- Unique ID of the object instance in the Mist Organnization
- Modified
Time float64 - When the object has been modified for the last time, in epoch
- Name string
- Name of the webhook
- Oauth2Client
Id string - Required when
oauth2_grant_type
==client_credentials
- Oauth2Client
Secret string - Required when
oauth2_grant_type
==client_credentials
- Oauth2Grant
Type string - required when
type
==oauth2
. enum:client_credentials
,password
- Oauth2Password string
- Required when
oauth2_grant_type
==password
- Oauth2Scopes []string
- Required when
type
==oauth2
, if provided, will be used in the token request - Oauth2Token
Url string - Required when
type
==oauth2
- Oauth2Username string
- Required when
oauth2_grant_type
==password
- Org
Id string - Secret string
- Only if
type
=http-post
- Splunk
Token string - Required if
type
=splunk
. If splunk_token is not defined for a type Splunk webhook, it will not send, regardless if the webhook receiver is configured to accept it. - Topics []string
- List of supported webhook topics available with the API Call List Webhook Topics
- Type string
- enum:
aws-sns
,google-pubsub
,http-post
,oauth2
,splunk
- Url string
- Verify
Cert bool - When url uses HTTPS, whether to verify the certificate
- created
Time Double - When the object has been created, in epoch
- enabled Boolean
- Whether webhook is enabled
- headers Map<String,String>
- If
type
=http-post
, additional custom HTTP headers to add. The headers name and value must be string, total bytes of headers name and value must be less than 1000 - id String
- Unique ID of the object instance in the Mist Organnization
- modified
Time Double - When the object has been modified for the last time, in epoch
- name String
- Name of the webhook
- oauth2Client
Id String - Required when
oauth2_grant_type
==client_credentials
- oauth2Client
Secret String - Required when
oauth2_grant_type
==client_credentials
- oauth2Grant
Type String - required when
type
==oauth2
. enum:client_credentials
,password
- oauth2Password String
- Required when
oauth2_grant_type
==password
- oauth2Scopes List<String>
- Required when
type
==oauth2
, if provided, will be used in the token request - oauth2Token
Url String - Required when
type
==oauth2
- oauth2Username String
- Required when
oauth2_grant_type
==password
- org
Id String - secret String
- Only if
type
=http-post
- splunk
Token String - Required if
type
=splunk
. If splunk_token is not defined for a type Splunk webhook, it will not send, regardless if the webhook receiver is configured to accept it. - topics List<String>
- List of supported webhook topics available with the API Call List Webhook Topics
- type String
- enum:
aws-sns
,google-pubsub
,http-post
,oauth2
,splunk
- url String
- verify
Cert Boolean - When url uses HTTPS, whether to verify the certificate
- created
Time number - When the object has been created, in epoch
- enabled boolean
- Whether webhook is enabled
- headers {[key: string]: string}
- If
type
=http-post
, additional custom HTTP headers to add. The headers name and value must be string, total bytes of headers name and value must be less than 1000 - id string
- Unique ID of the object instance in the Mist Organnization
- modified
Time number - When the object has been modified for the last time, in epoch
- name string
- Name of the webhook
- oauth2Client
Id string - Required when
oauth2_grant_type
==client_credentials
- oauth2Client
Secret string - Required when
oauth2_grant_type
==client_credentials
- oauth2Grant
Type string - required when
type
==oauth2
. enum:client_credentials
,password
- oauth2Password string
- Required when
oauth2_grant_type
==password
- oauth2Scopes string[]
- Required when
type
==oauth2
, if provided, will be used in the token request - oauth2Token
Url string - Required when
type
==oauth2
- oauth2Username string
- Required when
oauth2_grant_type
==password
- org
Id string - secret string
- Only if
type
=http-post
- splunk
Token string - Required if
type
=splunk
. If splunk_token is not defined for a type Splunk webhook, it will not send, regardless if the webhook receiver is configured to accept it. - topics string[]
- List of supported webhook topics available with the API Call List Webhook Topics
- type string
- enum:
aws-sns
,google-pubsub
,http-post
,oauth2
,splunk
- url string
- verify
Cert boolean - When url uses HTTPS, whether to verify the certificate
- created_
time float - When the object has been created, in epoch
- enabled bool
- Whether webhook is enabled
- headers Mapping[str, str]
- If
type
=http-post
, additional custom HTTP headers to add. The headers name and value must be string, total bytes of headers name and value must be less than 1000 - id str
- Unique ID of the object instance in the Mist Organnization
- modified_
time float - When the object has been modified for the last time, in epoch
- name str
- Name of the webhook
- oauth2_
client_ strid - Required when
oauth2_grant_type
==client_credentials
- oauth2_
client_ strsecret - Required when
oauth2_grant_type
==client_credentials
- oauth2_
grant_ strtype - required when
type
==oauth2
. enum:client_credentials
,password
- oauth2_
password str - Required when
oauth2_grant_type
==password
- oauth2_
scopes Sequence[str] - Required when
type
==oauth2
, if provided, will be used in the token request - oauth2_
token_ strurl - Required when
type
==oauth2
- oauth2_
username str - Required when
oauth2_grant_type
==password
- org_
id str - secret str
- Only if
type
=http-post
- splunk_
token str - Required if
type
=splunk
. If splunk_token is not defined for a type Splunk webhook, it will not send, regardless if the webhook receiver is configured to accept it. - topics Sequence[str]
- List of supported webhook topics available with the API Call List Webhook Topics
- type str
- enum:
aws-sns
,google-pubsub
,http-post
,oauth2
,splunk
- url str
- verify_
cert bool - When url uses HTTPS, whether to verify the certificate
- created
Time Number - When the object has been created, in epoch
- enabled Boolean
- Whether webhook is enabled
- headers Map<String>
- If
type
=http-post
, additional custom HTTP headers to add. The headers name and value must be string, total bytes of headers name and value must be less than 1000 - id String
- Unique ID of the object instance in the Mist Organnization
- modified
Time Number - When the object has been modified for the last time, in epoch
- name String
- Name of the webhook
- oauth2Client
Id String - Required when
oauth2_grant_type
==client_credentials
- oauth2Client
Secret String - Required when
oauth2_grant_type
==client_credentials
- oauth2Grant
Type String - required when
type
==oauth2
. enum:client_credentials
,password
- oauth2Password String
- Required when
oauth2_grant_type
==password
- oauth2Scopes List<String>
- Required when
type
==oauth2
, if provided, will be used in the token request - oauth2Token
Url String - Required when
type
==oauth2
- oauth2Username String
- Required when
oauth2_grant_type
==password
- org
Id String - secret String
- Only if
type
=http-post
- splunk
Token String - Required if
type
=splunk
. If splunk_token is not defined for a type Splunk webhook, it will not send, regardless if the webhook receiver is configured to accept it. - topics List<String>
- List of supported webhook topics available with the API Call List Webhook Topics
- type String
- enum:
aws-sns
,google-pubsub
,http-post
,oauth2
,splunk
- url String
- verify
Cert Boolean - When url uses HTTPS, whether to verify the certificate
Package Details
- Repository
- junipermist pulumi/pulumi-junipermist
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mist
Terraform Provider.