sysdig 1.56.1 published on Thursday, May 8, 2025 by sysdiglabs
sysdig.getMonitorTeam
Explore with Pulumi AI
The sysdig.MonitorTeam
data source retrieves information about a specific monitor team in Sysdig.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sysdig from "@pulumi/sysdig";
const example = sysdig.getMonitorTeam({
id: "812371",
});
import pulumi
import pulumi_sysdig as sysdig
example = sysdig.get_monitor_team(id="812371")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/sysdig/sysdig"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sysdig.LookupMonitorTeam(ctx, &sysdig.LookupMonitorTeamArgs{
Id: "812371",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sysdig = Pulumi.Sysdig;
return await Deployment.RunAsync(() =>
{
var example = Sysdig.GetMonitorTeam.Invoke(new()
{
Id = "812371",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sysdig.SysdigFunctions;
import com.pulumi.sysdig.inputs.GetMonitorTeamArgs;
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 example = SysdigFunctions.getMonitorTeam(GetMonitorTeamArgs.builder()
.id("812371")
.build());
}
}
variables:
example:
fn::invoke:
function: sysdig:getMonitorTeam
arguments:
id: '812371'
Using getMonitorTeam
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 getMonitorTeam(args: GetMonitorTeamArgs, opts?: InvokeOptions): Promise<GetMonitorTeamResult>
function getMonitorTeamOutput(args: GetMonitorTeamOutputArgs, opts?: InvokeOptions): Output<GetMonitorTeamResult>
def get_monitor_team(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitorTeamResult
def get_monitor_team_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitorTeamResult]
func LookupMonitorTeam(ctx *Context, args *LookupMonitorTeamArgs, opts ...InvokeOption) (*LookupMonitorTeamResult, error)
func LookupMonitorTeamOutput(ctx *Context, args *LookupMonitorTeamOutputArgs, opts ...InvokeOption) LookupMonitorTeamResultOutput
> Note: This function is named LookupMonitorTeam
in the Go SDK.
public static class GetMonitorTeam
{
public static Task<GetMonitorTeamResult> InvokeAsync(GetMonitorTeamArgs args, InvokeOptions? opts = null)
public static Output<GetMonitorTeamResult> Invoke(GetMonitorTeamInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMonitorTeamResult> getMonitorTeam(GetMonitorTeamArgs args, InvokeOptions options)
public static Output<GetMonitorTeamResult> getMonitorTeam(GetMonitorTeamArgs args, InvokeOptions options)
fn::invoke:
function: sysdig:index/getMonitorTeam:getMonitorTeam
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The ID of the monitor team.
- Id string
- The ID of the monitor team.
- id String
- The ID of the monitor team.
- id string
- The ID of the monitor team.
- id str
- The ID of the monitor team.
- id String
- The ID of the monitor team.
getMonitorTeam Result
The following output properties are available:
- Can
See boolInfrastructure Events - Whether the team can see infrastructure events.
- Can
Use boolAgent Cli - Whether the team can use the agent CLI.
- Can
Use boolAws Data - Whether the team can use AWS data.
- Can
Use boolSysdig Capture - Whether the team can use Sysdig capture.
- Default
Team bool - Whether the team is the default team.
- Description string
- The description of the monitor team.
- Enable
Ibm boolPlatform Metrics - Whether the team can use IBM platform metrics.
- Entrypoints
List<Get
Monitor Team Entrypoint> - The entrypoint configuration for the team.
- Filter string
- The filter applied to the team.
- Ibm
Platform stringMetrics - The IBM platform metrics configuration for the team.
- Id string
- Name string
- The name of the monitor team.
- Prometheus
Remote stringWrite Metrics Filter - The Prometheus remote write metrics filter for the team.
- Scope
By string - The scope of the team.
- Theme string
- The theme of the monitor team.
- User
Roles List<GetMonitor Team User Role> - The roles assigned to users in the team.
- Version double
- The version of the monitor team.
- Can
See boolInfrastructure Events - Whether the team can see infrastructure events.
- Can
Use boolAgent Cli - Whether the team can use the agent CLI.
- Can
Use boolAws Data - Whether the team can use AWS data.
- Can
Use boolSysdig Capture - Whether the team can use Sysdig capture.
- Default
Team bool - Whether the team is the default team.
- Description string
- The description of the monitor team.
- Enable
Ibm boolPlatform Metrics - Whether the team can use IBM platform metrics.
- Entrypoints
[]Get
Monitor Team Entrypoint - The entrypoint configuration for the team.
- Filter string
- The filter applied to the team.
- Ibm
Platform stringMetrics - The IBM platform metrics configuration for the team.
- Id string
- Name string
- The name of the monitor team.
- Prometheus
Remote stringWrite Metrics Filter - The Prometheus remote write metrics filter for the team.
- Scope
By string - The scope of the team.
- Theme string
- The theme of the monitor team.
- User
Roles []GetMonitor Team User Role - The roles assigned to users in the team.
- Version float64
- The version of the monitor team.
- can
See BooleanInfrastructure Events - Whether the team can see infrastructure events.
- can
Use BooleanAgent Cli - Whether the team can use the agent CLI.
- can
Use BooleanAws Data - Whether the team can use AWS data.
- can
Use BooleanSysdig Capture - Whether the team can use Sysdig capture.
- default
Team Boolean - Whether the team is the default team.
- description String
- The description of the monitor team.
- enable
Ibm BooleanPlatform Metrics - Whether the team can use IBM platform metrics.
- entrypoints
List<Get
Monitor Team Entrypoint> - The entrypoint configuration for the team.
- filter String
- The filter applied to the team.
- ibm
Platform StringMetrics - The IBM platform metrics configuration for the team.
- id String
- name String
- The name of the monitor team.
- prometheus
Remote StringWrite Metrics Filter - The Prometheus remote write metrics filter for the team.
- scope
By String - The scope of the team.
- theme String
- The theme of the monitor team.
- user
Roles List<GetMonitor Team User Role> - The roles assigned to users in the team.
- version Double
- The version of the monitor team.
- can
See booleanInfrastructure Events - Whether the team can see infrastructure events.
- can
Use booleanAgent Cli - Whether the team can use the agent CLI.
- can
Use booleanAws Data - Whether the team can use AWS data.
- can
Use booleanSysdig Capture - Whether the team can use Sysdig capture.
- default
Team boolean - Whether the team is the default team.
- description string
- The description of the monitor team.
- enable
Ibm booleanPlatform Metrics - Whether the team can use IBM platform metrics.
- entrypoints
Get
Monitor Team Entrypoint[] - The entrypoint configuration for the team.
- filter string
- The filter applied to the team.
- ibm
Platform stringMetrics - The IBM platform metrics configuration for the team.
- id string
- name string
- The name of the monitor team.
- prometheus
Remote stringWrite Metrics Filter - The Prometheus remote write metrics filter for the team.
- scope
By string - The scope of the team.
- theme string
- The theme of the monitor team.
- user
Roles GetMonitor Team User Role[] - The roles assigned to users in the team.
- version number
- The version of the monitor team.
- can_
see_ boolinfrastructure_ events - Whether the team can see infrastructure events.
- can_
use_ boolagent_ cli - Whether the team can use the agent CLI.
- can_
use_ boolaws_ data - Whether the team can use AWS data.
- can_
use_ boolsysdig_ capture - Whether the team can use Sysdig capture.
- default_
team bool - Whether the team is the default team.
- description str
- The description of the monitor team.
- enable_
ibm_ boolplatform_ metrics - Whether the team can use IBM platform metrics.
- entrypoints
Sequence[Get
Monitor Team Entrypoint] - The entrypoint configuration for the team.
- filter str
- The filter applied to the team.
- ibm_
platform_ strmetrics - The IBM platform metrics configuration for the team.
- id str
- name str
- The name of the monitor team.
- prometheus_
remote_ strwrite_ metrics_ filter - The Prometheus remote write metrics filter for the team.
- scope_
by str - The scope of the team.
- theme str
- The theme of the monitor team.
- user_
roles Sequence[GetMonitor Team User Role] - The roles assigned to users in the team.
- version float
- The version of the monitor team.
- can
See BooleanInfrastructure Events - Whether the team can see infrastructure events.
- can
Use BooleanAgent Cli - Whether the team can use the agent CLI.
- can
Use BooleanAws Data - Whether the team can use AWS data.
- can
Use BooleanSysdig Capture - Whether the team can use Sysdig capture.
- default
Team Boolean - Whether the team is the default team.
- description String
- The description of the monitor team.
- enable
Ibm BooleanPlatform Metrics - Whether the team can use IBM platform metrics.
- entrypoints List<Property Map>
- The entrypoint configuration for the team.
- filter String
- The filter applied to the team.
- ibm
Platform StringMetrics - The IBM platform metrics configuration for the team.
- id String
- name String
- The name of the monitor team.
- prometheus
Remote StringWrite Metrics Filter - The Prometheus remote write metrics filter for the team.
- scope
By String - The scope of the team.
- theme String
- The theme of the monitor team.
- user
Roles List<Property Map> - The roles assigned to users in the team.
- version Number
- The version of the monitor team.
Supporting Types
GetMonitorTeamEntrypoint
GetMonitorTeamUserRole
Package Details
- Repository
- sysdig sysdiglabs/terraform-provider-sysdig
- License
- Notes
- This Pulumi package is based on the
sysdig
Terraform Provider.