ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getSchematicsAgent
Explore with Pulumi AI
Provides a read-only data source for schematics_agent. You can then reference the fields of the data source in other resources within the same configuration using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const schematicsAgent = ibm.getSchematicsAgent({
agentId: "agent_id",
});
import pulumi
import pulumi_ibm as ibm
schematics_agent = ibm.get_schematics_agent(agent_id="agent_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupSchematicsAgent(ctx, &ibm.LookupSchematicsAgentArgs{
AgentId: "agent_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var schematicsAgent = Ibm.GetSchematicsAgent.Invoke(new()
{
AgentId = "agent_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSchematicsAgentArgs;
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 schematicsAgent = IbmFunctions.getSchematicsAgent(GetSchematicsAgentArgs.builder()
.agentId("agent_id")
.build());
}
}
variables:
schematicsAgent:
fn::invoke:
function: ibm:getSchematicsAgent
arguments:
agentId: agent_id
Using getSchematicsAgent
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 getSchematicsAgent(args: GetSchematicsAgentArgs, opts?: InvokeOptions): Promise<GetSchematicsAgentResult>
function getSchematicsAgentOutput(args: GetSchematicsAgentOutputArgs, opts?: InvokeOptions): Output<GetSchematicsAgentResult>
def get_schematics_agent(agent_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchematicsAgentResult
def get_schematics_agent_output(agent_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchematicsAgentResult]
func LookupSchematicsAgent(ctx *Context, args *LookupSchematicsAgentArgs, opts ...InvokeOption) (*LookupSchematicsAgentResult, error)
func LookupSchematicsAgentOutput(ctx *Context, args *LookupSchematicsAgentOutputArgs, opts ...InvokeOption) LookupSchematicsAgentResultOutput
> Note: This function is named LookupSchematicsAgent
in the Go SDK.
public static class GetSchematicsAgent
{
public static Task<GetSchematicsAgentResult> InvokeAsync(GetSchematicsAgentArgs args, InvokeOptions? opts = null)
public static Output<GetSchematicsAgentResult> Invoke(GetSchematicsAgentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchematicsAgentResult> getSchematicsAgent(GetSchematicsAgentArgs args, InvokeOptions options)
public static Output<GetSchematicsAgentResult> getSchematicsAgent(GetSchematicsAgentArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSchematicsAgent:getSchematicsAgent
arguments:
# arguments dictionary
The following arguments are supported:
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- agent
Id This property is required. String - Agent ID to get the details of agent.
- agent
Id This property is required. string - Agent ID to get the details of agent.
- agent_
id This property is required. str - Agent ID to get the details of agent.
- agent
Id This property is required. String - Agent ID to get the details of agent.
getSchematicsAgent Result
The following output properties are available:
- Agent
Crn string - (String) The agent crn, obtained from the Schematics agent deployment configuration.
- Agent
Id string - (String) Id of the agent.
- Agent
Infrastructures List<GetSchematics Agent Agent Infrastructure> - (List) The infrastructure parameters used by the agent. Nested scheme for agent_infrastructure:
- Agent
Inputs List<GetSchematics Agent Agent Input> - Agent
Kpis List<GetSchematics Agent Agent Kpi> - (List) Schematics Agent key performance indicators. Nested scheme for agent_kpi:
- Agent
Location string - (String) The location where agent is deployed in the user environment.
- Agent
Metadatas List<GetSchematics Agent Agent Metadata> - (List) The metadata of an agent. Nested scheme for agent_metadata:
- Created
At string - (String) The agent creation date-time.
- Creation
By string - (String) The email address of an user who created the agent.
- Description string
- (String) Agent description.
- Id string
- (String) The agent resource id.
- Name string
- (String) The name of the agent (must be unique, for an account).
- Recent
Deploy List<GetJobs Schematics Agent Recent Deploy Job> - (List) Post-installations checks for Agent health. Nested scheme for recent_deploy_job:
- Recent
Health List<GetJobs Schematics Agent Recent Health Job> - (List) Agent health check. Nested scheme for recent_health_job:
- Recent
Prs List<GetJobs Schematics Agent Recent Prs Job> - (List) Run a pre-requisite scanner for deploying agent. Nested scheme for recent_prs_job:
- Resource
Group string - (String) The resource-group name for the agent. By default, agent will be registered in Default Resource Group.
- Schematics
Location string - (String) List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
.
- Constraints: Allowable values are:
- System
States List<GetSchematics Agent System State> - (List) Computed state of the agent. Nested scheme for system_state:
- List<string>
- (List) Tags for the agent.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- User
States List<GetSchematics Agent User State> - (List) User defined status of the agent. Nested scheme for user_state:
- Version string
- (String) Agent version.
- Agent
Crn string - (String) The agent crn, obtained from the Schematics agent deployment configuration.
- Agent
Id string - (String) Id of the agent.
- Agent
Infrastructures []GetSchematics Agent Agent Infrastructure - (List) The infrastructure parameters used by the agent. Nested scheme for agent_infrastructure:
- Agent
Inputs []GetSchematics Agent Agent Input - Agent
Kpis []GetSchematics Agent Agent Kpi - (List) Schematics Agent key performance indicators. Nested scheme for agent_kpi:
- Agent
Location string - (String) The location where agent is deployed in the user environment.
- Agent
Metadatas []GetSchematics Agent Agent Metadata - (List) The metadata of an agent. Nested scheme for agent_metadata:
- Created
At string - (String) The agent creation date-time.
- Creation
By string - (String) The email address of an user who created the agent.
- Description string
- (String) Agent description.
- Id string
- (String) The agent resource id.
- Name string
- (String) The name of the agent (must be unique, for an account).
- Recent
Deploy []GetJobs Schematics Agent Recent Deploy Job - (List) Post-installations checks for Agent health. Nested scheme for recent_deploy_job:
- Recent
Health []GetJobs Schematics Agent Recent Health Job - (List) Agent health check. Nested scheme for recent_health_job:
- Recent
Prs []GetJobs Schematics Agent Recent Prs Job - (List) Run a pre-requisite scanner for deploying agent. Nested scheme for recent_prs_job:
- Resource
Group string - (String) The resource-group name for the agent. By default, agent will be registered in Default Resource Group.
- Schematics
Location string - (String) List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
.
- Constraints: Allowable values are:
- System
States []GetSchematics Agent System State - (List) Computed state of the agent. Nested scheme for system_state:
- []string
- (List) Tags for the agent.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- User
States []GetSchematics Agent User State - (List) User defined status of the agent. Nested scheme for user_state:
- Version string
- (String) Agent version.
- agent
Crn String - (String) The agent crn, obtained from the Schematics agent deployment configuration.
- agent
Id String - (String) Id of the agent.
- agent
Infrastructures List<GetSchematics Agent Agent Infrastructure> - (List) The infrastructure parameters used by the agent. Nested scheme for agent_infrastructure:
- agent
Inputs List<GetSchematics Agent Agent Input> - agent
Kpis List<GetSchematics Agent Agent Kpi> - (List) Schematics Agent key performance indicators. Nested scheme for agent_kpi:
- agent
Location String - (String) The location where agent is deployed in the user environment.
- agent
Metadatas List<GetSchematics Agent Agent Metadata> - (List) The metadata of an agent. Nested scheme for agent_metadata:
- created
At String - (String) The agent creation date-time.
- creation
By String - (String) The email address of an user who created the agent.
- description String
- (String) Agent description.
- id String
- (String) The agent resource id.
- name String
- (String) The name of the agent (must be unique, for an account).
- recent
Deploy List<GetJobs Schematics Agent Recent Deploy Job> - (List) Post-installations checks for Agent health. Nested scheme for recent_deploy_job:
- recent
Health List<GetJobs Schematics Agent Recent Health Job> - (List) Agent health check. Nested scheme for recent_health_job:
- recent
Prs List<GetJobs Schematics Agent Recent Prs Job> - (List) Run a pre-requisite scanner for deploying agent. Nested scheme for recent_prs_job:
- resource
Group String - (String) The resource-group name for the agent. By default, agent will be registered in Default Resource Group.
- schematics
Location String - (String) List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
.
- Constraints: Allowable values are:
- system
States List<GetSchematics Agent System State> - (List) Computed state of the agent. Nested scheme for system_state:
- List<String>
- (List) Tags for the agent.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
- user
States List<GetSchematics Agent User State> - (List) User defined status of the agent. Nested scheme for user_state:
- version String
- (String) Agent version.
- agent
Crn string - (String) The agent crn, obtained from the Schematics agent deployment configuration.
- agent
Id string - (String) Id of the agent.
- agent
Infrastructures GetSchematics Agent Agent Infrastructure[] - (List) The infrastructure parameters used by the agent. Nested scheme for agent_infrastructure:
- agent
Inputs GetSchematics Agent Agent Input[] - agent
Kpis GetSchematics Agent Agent Kpi[] - (List) Schematics Agent key performance indicators. Nested scheme for agent_kpi:
- agent
Location string - (String) The location where agent is deployed in the user environment.
- agent
Metadatas GetSchematics Agent Agent Metadata[] - (List) The metadata of an agent. Nested scheme for agent_metadata:
- created
At string - (String) The agent creation date-time.
- creation
By string - (String) The email address of an user who created the agent.
- description string
- (String) Agent description.
- id string
- (String) The agent resource id.
- name string
- (String) The name of the agent (must be unique, for an account).
- recent
Deploy GetJobs Schematics Agent Recent Deploy Job[] - (List) Post-installations checks for Agent health. Nested scheme for recent_deploy_job:
- recent
Health GetJobs Schematics Agent Recent Health Job[] - (List) Agent health check. Nested scheme for recent_health_job:
- recent
Prs GetJobs Schematics Agent Recent Prs Job[] - (List) Run a pre-requisite scanner for deploying agent. Nested scheme for recent_prs_job:
- resource
Group string - (String) The resource-group name for the agent. By default, agent will be registered in Default Resource Group.
- schematics
Location string - (String) List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
.
- Constraints: Allowable values are:
- system
States GetSchematics Agent System State[] - (List) Computed state of the agent. Nested scheme for system_state:
- string[]
- (List) Tags for the agent.
- updated
At string - (String) The agent registration updation time.
- updated
By string - (String) Email address of user who updated the agent registration.
- user
States GetSchematics Agent User State[] - (List) User defined status of the agent. Nested scheme for user_state:
- version string
- (String) Agent version.
- agent_
crn str - (String) The agent crn, obtained from the Schematics agent deployment configuration.
- agent_
id str - (String) Id of the agent.
- agent_
infrastructures Sequence[GetSchematics Agent Agent Infrastructure] - (List) The infrastructure parameters used by the agent. Nested scheme for agent_infrastructure:
- agent_
inputs Sequence[GetSchematics Agent Agent Input] - agent_
kpis Sequence[GetSchematics Agent Agent Kpi] - (List) Schematics Agent key performance indicators. Nested scheme for agent_kpi:
- agent_
location str - (String) The location where agent is deployed in the user environment.
- agent_
metadatas Sequence[GetSchematics Agent Agent Metadata] - (List) The metadata of an agent. Nested scheme for agent_metadata:
- created_
at str - (String) The agent creation date-time.
- creation_
by str - (String) The email address of an user who created the agent.
- description str
- (String) Agent description.
- id str
- (String) The agent resource id.
- name str
- (String) The name of the agent (must be unique, for an account).
- recent_
deploy_ Sequence[Getjobs Schematics Agent Recent Deploy Job] - (List) Post-installations checks for Agent health. Nested scheme for recent_deploy_job:
- recent_
health_ Sequence[Getjobs Schematics Agent Recent Health Job] - (List) Agent health check. Nested scheme for recent_health_job:
- recent_
prs_ Sequence[Getjobs Schematics Agent Recent Prs Job] - (List) Run a pre-requisite scanner for deploying agent. Nested scheme for recent_prs_job:
- resource_
group str - (String) The resource-group name for the agent. By default, agent will be registered in Default Resource Group.
- schematics_
location str - (String) List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
.
- Constraints: Allowable values are:
- system_
states Sequence[GetSchematics Agent System State] - (List) Computed state of the agent. Nested scheme for system_state:
- Sequence[str]
- (List) Tags for the agent.
- updated_
at str - (String) The agent registration updation time.
- updated_
by str - (String) Email address of user who updated the agent registration.
- user_
states Sequence[GetSchematics Agent User State] - (List) User defined status of the agent. Nested scheme for user_state:
- version str
- (String) Agent version.
- agent
Crn String - (String) The agent crn, obtained from the Schematics agent deployment configuration.
- agent
Id String - (String) Id of the agent.
- agent
Infrastructures List<Property Map> - (List) The infrastructure parameters used by the agent. Nested scheme for agent_infrastructure:
- agent
Inputs List<Property Map> - agent
Kpis List<Property Map> - (List) Schematics Agent key performance indicators. Nested scheme for agent_kpi:
- agent
Location String - (String) The location where agent is deployed in the user environment.
- agent
Metadatas List<Property Map> - (List) The metadata of an agent. Nested scheme for agent_metadata:
- created
At String - (String) The agent creation date-time.
- creation
By String - (String) The email address of an user who created the agent.
- description String
- (String) Agent description.
- id String
- (String) The agent resource id.
- name String
- (String) The name of the agent (must be unique, for an account).
- recent
Deploy List<Property Map>Jobs - (List) Post-installations checks for Agent health. Nested scheme for recent_deploy_job:
- recent
Health List<Property Map>Jobs - (List) Agent health check. Nested scheme for recent_health_job:
- recent
Prs List<Property Map>Jobs - (List) Run a pre-requisite scanner for deploying agent. Nested scheme for recent_prs_job:
- resource
Group String - (String) The resource-group name for the agent. By default, agent will be registered in Default Resource Group.
- schematics
Location String - (String) List of locations supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are:
us-south
,us-east
,eu-gb
,eu-de
.
- Constraints: Allowable values are:
- system
States List<Property Map> - (List) Computed state of the agent. Nested scheme for system_state:
- List<String>
- (List) Tags for the agent.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
- user
States List<Property Map> - (List) User defined status of the agent. Nested scheme for user_state:
- version String
- (String) Agent version.
Supporting Types
GetSchematicsAgentAgentInfrastructure
- Cluster
Id This property is required. string - (String) The cluster ID where agent services will be running.
- Cluster
Resource Group This property is required. string - (String) The resource group of the cluster (is it required?).
- Cos
Bucket Name This property is required. string - (String) The COS bucket name used to store the logs.
- Cos
Bucket Region This property is required. string - (String) The COS bucket region.
- Cos
Instance Name This property is required. string - (String) The COS instance name to store the agent logs.
- Infra
Type This property is required. string - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- Cluster
Id This property is required. string - (String) The cluster ID where agent services will be running.
- Cluster
Resource Group This property is required. string - (String) The resource group of the cluster (is it required?).
- Cos
Bucket Name This property is required. string - (String) The COS bucket name used to store the logs.
- Cos
Bucket Region This property is required. string - (String) The COS bucket region.
- Cos
Instance Name This property is required. string - (String) The COS instance name to store the agent logs.
- Infra
Type This property is required. string - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster
Id This property is required. String - (String) The cluster ID where agent services will be running.
- cluster
Resource Group This property is required. String - (String) The resource group of the cluster (is it required?).
- cos
Bucket Name This property is required. String - (String) The COS bucket name used to store the logs.
- cos
Bucket Region This property is required. String - (String) The COS bucket region.
- cos
Instance Name This property is required. String - (String) The COS instance name to store the agent logs.
- infra
Type This property is required. String - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster
Id This property is required. string - (String) The cluster ID where agent services will be running.
- cluster
Resource Group This property is required. string - (String) The resource group of the cluster (is it required?).
- cos
Bucket Name This property is required. string - (String) The COS bucket name used to store the logs.
- cos
Bucket Region This property is required. string - (String) The COS bucket region.
- cos
Instance Name This property is required. string - (String) The COS instance name to store the agent logs.
- infra
Type This property is required. string - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster_
id This property is required. str - (String) The cluster ID where agent services will be running.
- cluster_
resource_ group This property is required. str - (String) The resource group of the cluster (is it required?).
- cos_
bucket_ name This property is required. str - (String) The COS bucket name used to store the logs.
- cos_
bucket_ region This property is required. str - (String) The COS bucket region.
- cos_
instance_ name This property is required. str - (String) The COS instance name to store the agent logs.
- infra_
type This property is required. str - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster
Id This property is required. String - (String) The cluster ID where agent services will be running.
- cluster
Resource Group This property is required. String - (String) The resource group of the cluster (is it required?).
- cos
Bucket Name This property is required. String - (String) The COS bucket name used to store the logs.
- cos
Bucket Region This property is required. String - (String) The COS bucket region.
- cos
Instance Name This property is required. String - (String) The COS instance name to store the agent logs.
- infra
Type This property is required. String - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
GetSchematicsAgentAgentInput
- Link
This property is required. string - Metadatas
This property is required. List<GetSchematics Agent Agent Input Metadata> - Name
This property is required. string - (String) The name of the agent (must be unique, for an account).
- Use
Default This property is required. bool - Value
This property is required. string - (List) Value of the metadata name.
- Link
This property is required. string - Metadatas
This property is required. []GetSchematics Agent Agent Input Metadata - Name
This property is required. string - (String) The name of the agent (must be unique, for an account).
- Use
Default This property is required. bool - Value
This property is required. string - (List) Value of the metadata name.
- link
This property is required. String - metadatas
This property is required. List<GetSchematics Agent Agent Input Metadata> - name
This property is required. String - (String) The name of the agent (must be unique, for an account).
- use
Default This property is required. Boolean - value
This property is required. String - (List) Value of the metadata name.
- link
This property is required. string - metadatas
This property is required. GetSchematics Agent Agent Input Metadata[] - name
This property is required. string - (String) The name of the agent (must be unique, for an account).
- use
Default This property is required. boolean - value
This property is required. string - (List) Value of the metadata name.
- link
This property is required. str - metadatas
This property is required. Sequence[GetSchematics Agent Agent Input Metadata] - name
This property is required. str - (String) The name of the agent (must be unique, for an account).
- use_
default This property is required. bool - value
This property is required. str - (List) Value of the metadata name.
- link
This property is required. String - metadatas
This property is required. List<Property Map> - name
This property is required. String - (String) The name of the agent (must be unique, for an account).
- use
Default This property is required. Boolean - value
This property is required. String - (List) Value of the metadata name.
GetSchematicsAgentAgentInputMetadata
- Aliases
This property is required. List<string> - Cloud
Data Type This property is required. string - Default
Value This property is required. string - Description
This property is required. string - (String) Agent description.
- Group
By This property is required. string This property is required. bool- Immutable
This property is required. bool - Link
Status This property is required. string - Matches
This property is required. string - Max
Length This property is required. double - Max
Value This property is required. double - Min
Length This property is required. double - Min
Value This property is required. double - Options
This property is required. List<string> - Position
This property is required. double - Required
This property is required. bool - Secure
This property is required. bool - Source
This property is required. string - Type
This property is required. string
- Aliases
This property is required. []string - Cloud
Data Type This property is required. string - Default
Value This property is required. string - Description
This property is required. string - (String) Agent description.
- Group
By This property is required. string This property is required. bool- Immutable
This property is required. bool - Link
Status This property is required. string - Matches
This property is required. string - Max
Length This property is required. float64 - Max
Value This property is required. float64 - Min
Length This property is required. float64 - Min
Value This property is required. float64 - Options
This property is required. []string - Position
This property is required. float64 - Required
This property is required. bool - Secure
This property is required. bool - Source
This property is required. string - Type
This property is required. string
- aliases
This property is required. List<String> - cloud
Data Type This property is required. String - default
Value This property is required. String - description
This property is required. String - (String) Agent description.
- group
By This property is required. String This property is required. Boolean- immutable
This property is required. Boolean - link
Status This property is required. String - matches
This property is required. String - max
Length This property is required. Double - max
Value This property is required. Double - min
Length This property is required. Double - min
Value This property is required. Double - options
This property is required. List<String> - position
This property is required. Double - required
This property is required. Boolean - secure
This property is required. Boolean - source
This property is required. String - type
This property is required. String
- aliases
This property is required. string[] - cloud
Data Type This property is required. string - default
Value This property is required. string - description
This property is required. string - (String) Agent description.
- group
By This property is required. string This property is required. boolean- immutable
This property is required. boolean - link
Status This property is required. string - matches
This property is required. string - max
Length This property is required. number - max
Value This property is required. number - min
Length This property is required. number - min
Value This property is required. number - options
This property is required. string[] - position
This property is required. number - required
This property is required. boolean - secure
This property is required. boolean - source
This property is required. string - type
This property is required. string
- aliases
This property is required. Sequence[str] - cloud_
data_ type This property is required. str - default_
value This property is required. str - description
This property is required. str - (String) Agent description.
- group_
by This property is required. str This property is required. bool- immutable
This property is required. bool - link_
status This property is required. str - matches
This property is required. str - max_
length This property is required. float - max_
value This property is required. float - min_
length This property is required. float - min_
value This property is required. float - options
This property is required. Sequence[str] - position
This property is required. float - required
This property is required. bool - secure
This property is required. bool - source
This property is required. str - type
This property is required. str
- aliases
This property is required. List<String> - cloud
Data Type This property is required. String - default
Value This property is required. String - description
This property is required. String - (String) Agent description.
- group
By This property is required. String This property is required. Boolean- immutable
This property is required. Boolean - link
Status This property is required. String - matches
This property is required. String - max
Length This property is required. Number - max
Value This property is required. Number - min
Length This property is required. Number - min
Value This property is required. Number - options
This property is required. List<String> - position
This property is required. Number - required
This property is required. Boolean - secure
This property is required. Boolean - source
This property is required. String - type
This property is required. String
GetSchematicsAgentAgentKpi
- Application
Indicators This property is required. List<ImmutableDictionary<string, string>> - (List) Agent application key performance indicators.
- Availability
Indicator This property is required. string - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- Infra
Indicators This property is required. List<ImmutableDictionary<string, string>> - (List) Agent infrastructure key performance indicators.
- Lifecycle
Indicator This property is required. string - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- Percent
Usage Indicator This property is required. string - (String) Percentage usage of the agent resources.
- Application
Indicators This property is required. []map[string]string - (List) Agent application key performance indicators.
- Availability
Indicator This property is required. string - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- Infra
Indicators This property is required. []map[string]string - (List) Agent infrastructure key performance indicators.
- Lifecycle
Indicator This property is required. string - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- Percent
Usage Indicator This property is required. string - (String) Percentage usage of the agent resources.
- application
Indicators This property is required. List<Map<String,String>> - (List) Agent application key performance indicators.
- availability
Indicator This property is required. String - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra
Indicators This property is required. List<Map<String,String>> - (List) Agent infrastructure key performance indicators.
- lifecycle
Indicator This property is required. String - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent
Usage Indicator This property is required. String - (String) Percentage usage of the agent resources.
- application
Indicators This property is required. {[key: string]: string}[] - (List) Agent application key performance indicators.
- availability
Indicator This property is required. string - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra
Indicators This property is required. {[key: string]: string}[] - (List) Agent infrastructure key performance indicators.
- lifecycle
Indicator This property is required. string - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent
Usage Indicator This property is required. string - (String) Percentage usage of the agent resources.
- application_
indicators This property is required. Sequence[Mapping[str, str]] - (List) Agent application key performance indicators.
- availability_
indicator This property is required. str - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra_
indicators This property is required. Sequence[Mapping[str, str]] - (List) Agent infrastructure key performance indicators.
- lifecycle_
indicator This property is required. str - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent_
usage_ indicator This property is required. str - (String) Percentage usage of the agent resources.
- application
Indicators This property is required. List<Map<String>> - (List) Agent application key performance indicators.
- availability
Indicator This property is required. String - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra
Indicators This property is required. List<Map<String>> - (List) Agent infrastructure key performance indicators.
- lifecycle
Indicator This property is required. String - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent
Usage Indicator This property is required. String - (String) Percentage usage of the agent resources.
GetSchematicsAgentAgentMetadata
GetSchematicsAgentRecentDeployJob
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- Agent
Version This property is required. string - (String) Agent version.
- Is
Redeployed This property is required. bool - (Boolean) True, when the same version of the agent was redeployed.
- Job
Id This property is required. string - (String) Job Id.
- Log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- Updated
At This property is required. string - (String) The agent registration updation time.
- Updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- Agent
Version This property is required. string - (String) Agent version.
- Is
Redeployed This property is required. bool - (Boolean) True, when the same version of the agent was redeployed.
- Job
Id This property is required. string - (String) Job Id.
- Log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- Updated
At This property is required. string - (String) The agent registration updation time.
- Updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. String - Agent ID to get the details of agent.
- agent
Version This property is required. String - (String) Agent version.
- is
Redeployed This property is required. Boolean - (Boolean) True, when the same version of the agent was redeployed.
- job
Id This property is required. String - (String) Job Id.
- log
Url This property is required. String - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
- updated
At This property is required. String - (String) The agent registration updation time.
- updated
By This property is required. String - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. string - Agent ID to get the details of agent.
- agent
Version This property is required. string - (String) Agent version.
- is
Redeployed This property is required. boolean - (Boolean) True, when the same version of the agent was redeployed.
- job
Id This property is required. string - (String) Job Id.
- log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. string - (String) The agent status message.
- updated
At This property is required. string - (String) The agent registration updation time.
- updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- agent_
id This property is required. str - Agent ID to get the details of agent.
- agent_
version This property is required. str - (String) Agent version.
- is_
redeployed This property is required. bool - (Boolean) True, when the same version of the agent was redeployed.
- job_
id This property is required. str - (String) Job Id.
- log_
url This property is required. str - (String) URL to the full pre-requisite scanner job logs.
- status_
code This property is required. str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message This property is required. str - (String) The agent status message.
- updated_
at This property is required. str - (String) The agent registration updation time.
- updated_
by This property is required. str - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. String - Agent ID to get the details of agent.
- agent
Version This property is required. String - (String) Agent version.
- is
Redeployed This property is required. Boolean - (Boolean) True, when the same version of the agent was redeployed.
- job
Id This property is required. String - (String) Job Id.
- log
Url This property is required. String - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
- updated
At This property is required. String - (String) The agent registration updation time.
- updated
By This property is required. String - (String) Email address of user who updated the agent registration.
GetSchematicsAgentRecentHealthJob
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- Agent
Version This property is required. string - (String) Agent version.
- Job
Id This property is required. string - (String) Job Id.
- Log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- Updated
At This property is required. string - (String) The agent registration updation time.
- Updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- Agent
Version This property is required. string - (String) Agent version.
- Job
Id This property is required. string - (String) Job Id.
- Log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- Updated
At This property is required. string - (String) The agent registration updation time.
- Updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. String - Agent ID to get the details of agent.
- agent
Version This property is required. String - (String) Agent version.
- job
Id This property is required. String - (String) Job Id.
- log
Url This property is required. String - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
- updated
At This property is required. String - (String) The agent registration updation time.
- updated
By This property is required. String - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. string - Agent ID to get the details of agent.
- agent
Version This property is required. string - (String) Agent version.
- job
Id This property is required. string - (String) Job Id.
- log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. string - (String) The agent status message.
- updated
At This property is required. string - (String) The agent registration updation time.
- updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- agent_
id This property is required. str - Agent ID to get the details of agent.
- agent_
version This property is required. str - (String) Agent version.
- job_
id This property is required. str - (String) Job Id.
- log_
url This property is required. str - (String) URL to the full pre-requisite scanner job logs.
- status_
code This property is required. str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message This property is required. str - (String) The agent status message.
- updated_
at This property is required. str - (String) The agent registration updation time.
- updated_
by This property is required. str - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. String - Agent ID to get the details of agent.
- agent
Version This property is required. String - (String) Agent version.
- job
Id This property is required. String - (String) Job Id.
- log
Url This property is required. String - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
- updated
At This property is required. String - (String) The agent registration updation time.
- updated
By This property is required. String - (String) Email address of user who updated the agent registration.
GetSchematicsAgentRecentPrsJob
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- Agent
Version This property is required. string - (String) Agent version.
- Job
Id This property is required. string - (String) Job Id.
- Log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- Updated
At This property is required. string - (String) The agent registration updation time.
- Updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- Agent
Id This property is required. string - Agent ID to get the details of agent.
- Agent
Version This property is required. string - (String) Agent version.
- Job
Id This property is required. string - (String) Job Id.
- Log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- Updated
At This property is required. string - (String) The agent registration updation time.
- Updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. String - Agent ID to get the details of agent.
- agent
Version This property is required. String - (String) Agent version.
- job
Id This property is required. String - (String) Job Id.
- log
Url This property is required. String - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
- updated
At This property is required. String - (String) The agent registration updation time.
- updated
By This property is required. String - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. string - Agent ID to get the details of agent.
- agent
Version This property is required. string - (String) Agent version.
- job
Id This property is required. string - (String) Job Id.
- log
Url This property is required. string - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. string - (String) The agent status message.
- updated
At This property is required. string - (String) The agent registration updation time.
- updated
By This property is required. string - (String) Email address of user who updated the agent registration.
- agent_
id This property is required. str - Agent ID to get the details of agent.
- agent_
version This property is required. str - (String) Agent version.
- job_
id This property is required. str - (String) Job Id.
- log_
url This property is required. str - (String) URL to the full pre-requisite scanner job logs.
- status_
code This property is required. str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message This property is required. str - (String) The agent status message.
- updated_
at This property is required. str - (String) The agent registration updation time.
- updated_
by This property is required. str - (String) Email address of user who updated the agent registration.
- agent
Id This property is required. String - Agent ID to get the details of agent.
- agent
Version This property is required. String - (String) Agent version.
- job
Id This property is required. String - (String) Job Id.
- log
Url This property is required. String - (String) URL to the full pre-requisite scanner job logs.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
- updated
At This property is required. String - (String) The agent registration updation time.
- updated
By This property is required. String - (String) Email address of user who updated the agent registration.
GetSchematicsAgentSystemState
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- Status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message This property is required. string - (String) The agent status message.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
- status
Code This property is required. string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. string - (String) The agent status message.
- status_
code This property is required. str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message This property is required. str - (String) The agent status message.
- status
Code This property is required. String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message This property is required. String - (String) The agent status message.
GetSchematicsAgentUserState
- Set
At This property is required. string - (String) When the User who set the state of the Object.
- Set
By This property is required. string - (String) Name of the User who set the state of the Object.
- State
This property is required. string - (String) User-defined states *
enable
Agent is enabled by the user. *disable
Agent is disbaled by the user.- Constraints: Allowable values are:
enable
,disable
.
- Constraints: Allowable values are:
- Set
At This property is required. string - (String) When the User who set the state of the Object.
- Set
By This property is required. string - (String) Name of the User who set the state of the Object.
- State
This property is required. string - (String) User-defined states *
enable
Agent is enabled by the user. *disable
Agent is disbaled by the user.- Constraints: Allowable values are:
enable
,disable
.
- Constraints: Allowable values are:
- set
At This property is required. String - (String) When the User who set the state of the Object.
- set
By This property is required. String - (String) Name of the User who set the state of the Object.
- state
This property is required. String - (String) User-defined states *
enable
Agent is enabled by the user. *disable
Agent is disbaled by the user.- Constraints: Allowable values are:
enable
,disable
.
- Constraints: Allowable values are:
- set
At This property is required. string - (String) When the User who set the state of the Object.
- set
By This property is required. string - (String) Name of the User who set the state of the Object.
- state
This property is required. string - (String) User-defined states *
enable
Agent is enabled by the user. *disable
Agent is disbaled by the user.- Constraints: Allowable values are:
enable
,disable
.
- Constraints: Allowable values are:
- set_
at This property is required. str - (String) When the User who set the state of the Object.
- set_
by This property is required. str - (String) Name of the User who set the state of the Object.
- state
This property is required. str - (String) User-defined states *
enable
Agent is enabled by the user. *disable
Agent is disbaled by the user.- Constraints: Allowable values are:
enable
,disable
.
- Constraints: Allowable values are:
- set
At This property is required. String - (String) When the User who set the state of the Object.
- set
By This property is required. String - (String) Name of the User who set the state of the Object.
- state
This property is required. String - (String) User-defined states *
enable
Agent is enabled by the user. *disable
Agent is disbaled by the user.- Constraints: Allowable values are:
enable
,disable
.
- Constraints: Allowable values are:
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.