hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software
hsdp.getConnectMdmServiceAgents
Explore with Pulumi AI
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software
Retrieve details of ServiceAgents
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as hsdp from "@pulumi/hsdp";
const all = hsdp.getConnectMdmServiceAgents({});
import pulumi
import pulumi_hsdp as hsdp
all = hsdp.get_connect_mdm_service_agents()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/hsdp/hsdp"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := hsdp.GetConnectMdmServiceAgents(ctx, &hsdp.GetConnectMdmServiceAgentsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Hsdp = Pulumi.Hsdp;
return await Deployment.RunAsync(() =>
{
var all = Hsdp.GetConnectMdmServiceAgents.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.hsdp.HsdpFunctions;
import com.pulumi.hsdp.inputs.GetConnectMdmServiceAgentsArgs;
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 all = HsdpFunctions.getConnectMdmServiceAgents();
}
}
variables:
all:
fn::invoke:
function: hsdp:getConnectMdmServiceAgents
arguments: {}
import * as pulumi from "@pulumi/pulumi";
export const serviceAgentNames = data.hsdp_connect_service_agents.all.names;
import pulumi
pulumi.export("serviceAgentNames", data["hsdp_connect_service_agents"]["all"]["names"])
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
ctx.Export("serviceAgentNames", data.Hsdp_connect_service_agents.All.Names)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
return new Dictionary<string, object?>
{
["serviceAgentNames"] = data.Hsdp_connect_service_agents.All.Names,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
ctx.export("serviceAgentNames", data.hsdp_connect_service_agents().all().names());
}
}
outputs:
serviceAgentNames: ${data.hsdp_connect_service_agents.all.names}
Using getConnectMdmServiceAgents
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 getConnectMdmServiceAgents(args: GetConnectMdmServiceAgentsArgs, opts?: InvokeOptions): Promise<GetConnectMdmServiceAgentsResult>
function getConnectMdmServiceAgentsOutput(args: GetConnectMdmServiceAgentsOutputArgs, opts?: InvokeOptions): Output<GetConnectMdmServiceAgentsResult>
def get_connect_mdm_service_agents(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectMdmServiceAgentsResult
def get_connect_mdm_service_agents_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectMdmServiceAgentsResult]
func GetConnectMdmServiceAgents(ctx *Context, args *GetConnectMdmServiceAgentsArgs, opts ...InvokeOption) (*GetConnectMdmServiceAgentsResult, error)
func GetConnectMdmServiceAgentsOutput(ctx *Context, args *GetConnectMdmServiceAgentsOutputArgs, opts ...InvokeOption) GetConnectMdmServiceAgentsResultOutput
> Note: This function is named GetConnectMdmServiceAgents
in the Go SDK.
public static class GetConnectMdmServiceAgents
{
public static Task<GetConnectMdmServiceAgentsResult> InvokeAsync(GetConnectMdmServiceAgentsArgs args, InvokeOptions? opts = null)
public static Output<GetConnectMdmServiceAgentsResult> Invoke(GetConnectMdmServiceAgentsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectMdmServiceAgentsResult> getConnectMdmServiceAgents(GetConnectMdmServiceAgentsArgs args, InvokeOptions options)
public static Output<GetConnectMdmServiceAgentsResult> getConnectMdmServiceAgents(GetConnectMdmServiceAgentsArgs args, InvokeOptions options)
fn::invoke:
function: hsdp:index/getConnectMdmServiceAgents:getConnectMdmServiceAgents
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getConnectMdmServiceAgents Result
The following output properties are available:
- Configurations List<string>
- The service agent configurations
- Data
Subscriber List<string>Ids - The service agent data subscriber IDs
- Descriptions List<string>
- The ServiceAgent descriptions
- Id string
- Ids List<string>
- The ServiceAgent IDs
- Names List<string>
- The ServiceAgent names
- Supported
Api List<string>Versions - The supported api versions of the service agents
- Configurations []string
- The service agent configurations
- Data
Subscriber []stringIds - The service agent data subscriber IDs
- Descriptions []string
- The ServiceAgent descriptions
- Id string
- Ids []string
- The ServiceAgent IDs
- Names []string
- The ServiceAgent names
- Supported
Api []stringVersions - The supported api versions of the service agents
- configurations List<String>
- The service agent configurations
- data
Subscriber List<String>Ids - The service agent data subscriber IDs
- descriptions List<String>
- The ServiceAgent descriptions
- id String
- ids List<String>
- The ServiceAgent IDs
- names List<String>
- The ServiceAgent names
- supported
Api List<String>Versions - The supported api versions of the service agents
- configurations string[]
- The service agent configurations
- data
Subscriber string[]Ids - The service agent data subscriber IDs
- descriptions string[]
- The ServiceAgent descriptions
- id string
- ids string[]
- The ServiceAgent IDs
- names string[]
- The ServiceAgent names
- supported
Api string[]Versions - The supported api versions of the service agents
- configurations Sequence[str]
- The service agent configurations
- data_
subscriber_ Sequence[str]ids - The service agent data subscriber IDs
- descriptions Sequence[str]
- The ServiceAgent descriptions
- id str
- ids Sequence[str]
- The ServiceAgent IDs
- names Sequence[str]
- The ServiceAgent names
- supported_
api_ Sequence[str]versions - The supported api versions of the service agents
- configurations List<String>
- The service agent configurations
- data
Subscriber List<String>Ids - The service agent data subscriber IDs
- descriptions List<String>
- The ServiceAgent descriptions
- id String
- ids List<String>
- The ServiceAgent IDs
- names List<String>
- The ServiceAgent names
- supported
Api List<String>Versions - The supported api versions of the service agents
Package Details
- Repository
- hsdp philips-software/terraform-provider-hsdp
- License
- Notes
- This Pulumi package is based on the
hsdp
Terraform Provider.
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software