Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs
harness.platform.getGitopsAgent
Explore with Pulumi AI
Datasource for fetching a Harness Gitops Agents.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Harness = Pulumi.Harness;
return await Deployment.RunAsync(() =>
{
var example = Harness.Platform.GetGitopsAgent.Invoke(new()
{
AccountId = "account_id",
Identifier = "identifier",
OrgId = "org_id",
ProjectId = "project_id",
});
});
package main
import (
"github.com/lbrlabs/pulumi-harness/sdk/go/harness/platform"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := platform.GetGitopsAgent(ctx, &platform.GetGitopsAgentArgs{
AccountId: "account_id",
Identifier: "identifier",
OrgId: pulumi.StringRef("org_id"),
ProjectId: pulumi.StringRef("project_id"),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.harness.platform.PlatformFunctions;
import com.pulumi.harness.platform.inputs.GetGitopsAgentArgs;
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 = PlatformFunctions.getGitopsAgent(GetGitopsAgentArgs.builder()
.accountId("account_id")
.identifier("identifier")
.orgId("org_id")
.projectId("project_id")
.build());
}
}
import pulumi
import pulumi_harness as harness
example = harness.platform.get_gitops_agent(account_id="account_id",
identifier="identifier",
org_id="org_id",
project_id="project_id")
import * as pulumi from "@pulumi/pulumi";
import * as harness from "@pulumi/harness";
const example = harness.platform.getGitopsAgent({
accountId: "account_id",
identifier: "identifier",
orgId: "org_id",
projectId: "project_id",
});
variables:
example:
fn::invoke:
Function: harness:platform:getGitopsAgent
Arguments:
accountId: account_id
identifier: identifier
orgId: org_id
projectId: project_id
Using getGitopsAgent
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 getGitopsAgent(args: GetGitopsAgentArgs, opts?: InvokeOptions): Promise<GetGitopsAgentResult>
function getGitopsAgentOutput(args: GetGitopsAgentOutputArgs, opts?: InvokeOptions): Output<GetGitopsAgentResult>
def get_gitops_agent(account_id: Optional[str] = None,
identifier: Optional[str] = None,
org_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGitopsAgentResult
def get_gitops_agent_output(account_id: Optional[pulumi.Input[str]] = None,
identifier: Optional[pulumi.Input[str]] = None,
org_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGitopsAgentResult]
func GetGitopsAgent(ctx *Context, args *GetGitopsAgentArgs, opts ...InvokeOption) (*GetGitopsAgentResult, error)
func GetGitopsAgentOutput(ctx *Context, args *GetGitopsAgentOutputArgs, opts ...InvokeOption) GetGitopsAgentResultOutput
> Note: This function is named GetGitopsAgent
in the Go SDK.
public static class GetGitopsAgent
{
public static Task<GetGitopsAgentResult> InvokeAsync(GetGitopsAgentArgs args, InvokeOptions? opts = null)
public static Output<GetGitopsAgentResult> Invoke(GetGitopsAgentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGitopsAgentResult> getGitopsAgent(GetGitopsAgentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: harness:platform/getGitopsAgent:getGitopsAgent
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Id string - Account identifier of the GitOps agent.
- Identifier string
- Identifier of the GitOps agent.
- Org
Id string - Organization identifier of the GitOps agent.
- Project
Id string - Project identifier of the GitOps agent.
- Account
Id string - Account identifier of the GitOps agent.
- Identifier string
- Identifier of the GitOps agent.
- Org
Id string - Organization identifier of the GitOps agent.
- Project
Id string - Project identifier of the GitOps agent.
- account
Id String - Account identifier of the GitOps agent.
- identifier String
- Identifier of the GitOps agent.
- org
Id String - Organization identifier of the GitOps agent.
- project
Id String - Project identifier of the GitOps agent.
- account
Id string - Account identifier of the GitOps agent.
- identifier string
- Identifier of the GitOps agent.
- org
Id string - Organization identifier of the GitOps agent.
- project
Id string - Project identifier of the GitOps agent.
- account_
id str - Account identifier of the GitOps agent.
- identifier str
- Identifier of the GitOps agent.
- org_
id str - Organization identifier of the GitOps agent.
- project_
id str - Project identifier of the GitOps agent.
- account
Id String - Account identifier of the GitOps agent.
- identifier String
- Identifier of the GitOps agent.
- org
Id String - Organization identifier of the GitOps agent.
- project
Id String - Project identifier of the GitOps agent.
getGitopsAgent Result
The following output properties are available:
- Account
Id string - Account identifier of the GitOps agent.
- Description string
- Description of the GitOps agent.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Identifier of the GitOps agent.
- Metadatas
List<Lbrlabs.
Pulumi Package. Harness. Platform. Outputs. Get Gitops Agent Metadata> - Metadata of the agent.
- Name string
- Name of the GitOps agent.
- Dictionary<string, string>
- Tags for the GitOps agents. These can be used to search or filter the GitOps agents.
- Type string
- Default: "AGENTTYPEUNSET" Enum: "AGENTTYPEUNSET" "CONNECTEDARGOPROVIDER" "MANAGEDARGOPROVIDER"
- Org
Id string - Organization identifier of the GitOps agent.
- Project
Id string - Project identifier of the GitOps agent.
- Account
Id string - Account identifier of the GitOps agent.
- Description string
- Description of the GitOps agent.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Identifier of the GitOps agent.
- Metadatas
[]Get
Gitops Agent Metadata - Metadata of the agent.
- Name string
- Name of the GitOps agent.
- map[string]string
- Tags for the GitOps agents. These can be used to search or filter the GitOps agents.
- Type string
- Default: "AGENTTYPEUNSET" Enum: "AGENTTYPEUNSET" "CONNECTEDARGOPROVIDER" "MANAGEDARGOPROVIDER"
- Org
Id string - Organization identifier of the GitOps agent.
- Project
Id string - Project identifier of the GitOps agent.
- account
Id String - Account identifier of the GitOps agent.
- description String
- Description of the GitOps agent.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- Identifier of the GitOps agent.
- metadatas
List<Get
Gitops Agent Metadata> - Metadata of the agent.
- name String
- Name of the GitOps agent.
- Map<String,String>
- Tags for the GitOps agents. These can be used to search or filter the GitOps agents.
- type String
- Default: "AGENTTYPEUNSET" Enum: "AGENTTYPEUNSET" "CONNECTEDARGOPROVIDER" "MANAGEDARGOPROVIDER"
- org
Id String - Organization identifier of the GitOps agent.
- project
Id String - Project identifier of the GitOps agent.
- account
Id string - Account identifier of the GitOps agent.
- description string
- Description of the GitOps agent.
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- Identifier of the GitOps agent.
- metadatas
Get
Gitops Agent Metadata[] - Metadata of the agent.
- name string
- Name of the GitOps agent.
- {[key: string]: string}
- Tags for the GitOps agents. These can be used to search or filter the GitOps agents.
- type string
- Default: "AGENTTYPEUNSET" Enum: "AGENTTYPEUNSET" "CONNECTEDARGOPROVIDER" "MANAGEDARGOPROVIDER"
- org
Id string - Organization identifier of the GitOps agent.
- project
Id string - Project identifier of the GitOps agent.
- account_
id str - Account identifier of the GitOps agent.
- description str
- Description of the GitOps agent.
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- Identifier of the GitOps agent.
- metadatas
Sequence[Get
Gitops Agent Metadata] - Metadata of the agent.
- name str
- Name of the GitOps agent.
- Mapping[str, str]
- Tags for the GitOps agents. These can be used to search or filter the GitOps agents.
- type str
- Default: "AGENTTYPEUNSET" Enum: "AGENTTYPEUNSET" "CONNECTEDARGOPROVIDER" "MANAGEDARGOPROVIDER"
- org_
id str - Organization identifier of the GitOps agent.
- project_
id str - Project identifier of the GitOps agent.
- account
Id String - Account identifier of the GitOps agent.
- description String
- Description of the GitOps agent.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- Identifier of the GitOps agent.
- metadatas List<Property Map>
- Metadata of the agent.
- name String
- Name of the GitOps agent.
- Map<String>
- Tags for the GitOps agents. These can be used to search or filter the GitOps agents.
- type String
- Default: "AGENTTYPEUNSET" Enum: "AGENTTYPEUNSET" "CONNECTEDARGOPROVIDER" "MANAGEDARGOPROVIDER"
- org
Id String - Organization identifier of the GitOps agent.
- project
Id String - Project identifier of the GitOps agent.
Supporting Types
GetGitopsAgentMetadata
- High
Availability bool - Namespace string
- High
Availability bool - Namespace string
- high
Availability Boolean - namespace String
- high
Availability boolean - namespace string
- high_
availability bool - namespace str
- high
Availability Boolean - namespace String
Package Details
- Repository
- harness lbrlabs/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harness
Terraform Provider.