ibm 1.78.0 published on Wednesday, Apr 30, 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 string - Agent ID to get the details of agent.
- Agent
Id string - Agent ID to get the details of agent.
- agent
Id String - Agent ID to get the details of agent.
- agent
Id string - Agent ID to get the details of agent.
- agent_
id str - Agent ID to get the details of agent.
- agent
Id 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 string - (String) The cluster ID where agent services will be running.
- Cluster
Resource stringGroup - (String) The resource group of the cluster (is it required?).
- Cos
Bucket stringName - (String) The COS bucket name used to store the logs.
- Cos
Bucket stringRegion - (String) The COS bucket region.
- Cos
Instance stringName - (String) The COS instance name to store the agent logs.
- Infra
Type string - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- Cluster
Id string - (String) The cluster ID where agent services will be running.
- Cluster
Resource stringGroup - (String) The resource group of the cluster (is it required?).
- Cos
Bucket stringName - (String) The COS bucket name used to store the logs.
- Cos
Bucket stringRegion - (String) The COS bucket region.
- Cos
Instance stringName - (String) The COS instance name to store the agent logs.
- Infra
Type string - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster
Id String - (String) The cluster ID where agent services will be running.
- cluster
Resource StringGroup - (String) The resource group of the cluster (is it required?).
- cos
Bucket StringName - (String) The COS bucket name used to store the logs.
- cos
Bucket StringRegion - (String) The COS bucket region.
- cos
Instance StringName - (String) The COS instance name to store the agent logs.
- infra
Type String - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster
Id string - (String) The cluster ID where agent services will be running.
- cluster
Resource stringGroup - (String) The resource group of the cluster (is it required?).
- cos
Bucket stringName - (String) The COS bucket name used to store the logs.
- cos
Bucket stringRegion - (String) The COS bucket region.
- cos
Instance stringName - (String) The COS instance name to store the agent logs.
- infra
Type string - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster_
id str - (String) The cluster ID where agent services will be running.
- cluster_
resource_ strgroup - (String) The resource group of the cluster (is it required?).
- cos_
bucket_ strname - (String) The COS bucket name used to store the logs.
- cos_
bucket_ strregion - (String) The COS bucket region.
- cos_
instance_ strname - (String) The COS instance name to store the agent logs.
- infra_
type str - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
- cluster
Id String - (String) The cluster ID where agent services will be running.
- cluster
Resource StringGroup - (String) The resource group of the cluster (is it required?).
- cos
Bucket StringName - (String) The COS bucket name used to store the logs.
- cos
Bucket StringRegion - (String) The COS bucket region.
- cos
Instance StringName - (String) The COS instance name to store the agent logs.
- infra
Type String - (String) Type of target agent infrastructure.
- Constraints: Allowable values are:
ibm_kubernetes
,ibm_openshift
,ibm_satellite
.
- Constraints: Allowable values are:
GetSchematicsAgentAgentInput
- Link string
- Metadatas
List<Get
Schematics Agent Agent Input Metadata> - Name string
- (String) The name of the agent (must be unique, for an account).
- Use
Default bool - Value string
- (List) Value of the metadata name.
- Link string
- Metadatas
[]Get
Schematics Agent Agent Input Metadata - Name string
- (String) The name of the agent (must be unique, for an account).
- Use
Default bool - Value string
- (List) Value of the metadata name.
- link String
- metadatas
List<Get
Schematics Agent Agent Input Metadata> - name String
- (String) The name of the agent (must be unique, for an account).
- use
Default Boolean - value String
- (List) Value of the metadata name.
- link string
- metadatas
Get
Schematics Agent Agent Input Metadata[] - name string
- (String) The name of the agent (must be unique, for an account).
- use
Default boolean - value string
- (List) Value of the metadata name.
- link str
- metadatas
Sequence[Get
Schematics Agent Agent Input Metadata] - name str
- (String) The name of the agent (must be unique, for an account).
- use_
default bool - value str
- (List) Value of the metadata name.
- link String
- metadatas List<Property Map>
- name String
- (String) The name of the agent (must be unique, for an account).
- use
Default Boolean - value String
- (List) Value of the metadata name.
GetSchematicsAgentAgentInputMetadata
- Aliases List<string>
- Cloud
Data stringType - Default
Value string - Description string
- (String) Agent description.
- Group
By string - bool
- Immutable bool
- Link
Status string - Matches string
- Max
Length double - Max
Value double - Min
Length double - Min
Value double - Options List<string>
- Position double
- Required bool
- Secure bool
- Source string
- Type string
- Aliases []string
- Cloud
Data stringType - Default
Value string - Description string
- (String) Agent description.
- Group
By string - bool
- Immutable bool
- Link
Status string - Matches string
- Max
Length float64 - Max
Value float64 - Min
Length float64 - Min
Value float64 - Options []string
- Position float64
- Required bool
- Secure bool
- Source string
- Type string
- aliases List<String>
- cloud
Data StringType - default
Value String - description String
- (String) Agent description.
- group
By String - Boolean
- immutable Boolean
- link
Status String - matches String
- max
Length Double - max
Value Double - min
Length Double - min
Value Double - options List<String>
- position Double
- required Boolean
- secure Boolean
- source String
- type String
- aliases string[]
- cloud
Data stringType - default
Value string - description string
- (String) Agent description.
- group
By string - boolean
- immutable boolean
- link
Status string - matches string
- max
Length number - max
Value number - min
Length number - min
Value number - options string[]
- position number
- required boolean
- secure boolean
- source string
- type string
- aliases Sequence[str]
- cloud_
data_ strtype - default_
value str - description str
- (String) Agent description.
- group_
by str - bool
- immutable bool
- link_
status str - matches str
- max_
length float - max_
value float - min_
length float - min_
value float - options Sequence[str]
- position float
- required bool
- secure bool
- source str
- type str
- aliases List<String>
- cloud
Data StringType - default
Value String - description String
- (String) Agent description.
- group
By String - Boolean
- immutable Boolean
- link
Status String - matches String
- max
Length Number - max
Value Number - min
Length Number - min
Value Number - options List<String>
- position Number
- required Boolean
- secure Boolean
- source String
- type String
GetSchematicsAgentAgentKpi
- Application
Indicators List<ImmutableDictionary<string, string>> - (List) Agent application key performance indicators.
- Availability
Indicator string - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- Infra
Indicators List<ImmutableDictionary<string, string>> - (List) Agent infrastructure key performance indicators.
- Lifecycle
Indicator string - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- Percent
Usage stringIndicator - (String) Percentage usage of the agent resources.
- Application
Indicators []map[string]string - (List) Agent application key performance indicators.
- Availability
Indicator string - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- Infra
Indicators []map[string]string - (List) Agent infrastructure key performance indicators.
- Lifecycle
Indicator string - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- Percent
Usage stringIndicator - (String) Percentage usage of the agent resources.
- application
Indicators List<Map<String,String>> - (List) Agent application key performance indicators.
- availability
Indicator String - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra
Indicators List<Map<String,String>> - (List) Agent infrastructure key performance indicators.
- lifecycle
Indicator String - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent
Usage StringIndicator - (String) Percentage usage of the agent resources.
- application
Indicators {[key: string]: string}[] - (List) Agent application key performance indicators.
- availability
Indicator string - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra
Indicators {[key: string]: string}[] - (List) Agent infrastructure key performance indicators.
- lifecycle
Indicator string - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent
Usage stringIndicator - (String) Percentage usage of the agent resources.
- application_
indicators Sequence[Mapping[str, str]] - (List) Agent application key performance indicators.
- availability_
indicator str - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra_
indicators Sequence[Mapping[str, str]] - (List) Agent infrastructure key performance indicators.
- lifecycle_
indicator str - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent_
usage_ strindicator - (String) Percentage usage of the agent resources.
- application
Indicators List<Map<String>> - (List) Agent application key performance indicators.
- availability
Indicator String - (String) Overall availability indicator reported by the agent.
- Constraints: Allowable values are:
available
,unavailable
,error
.
- Constraints: Allowable values are:
- infra
Indicators List<Map<String>> - (List) Agent infrastructure key performance indicators.
- lifecycle
Indicator String - (String) Overall lifecycle indicator reported by the agents.
- Constraints: Allowable values are:
consistent
,inconsistent
,obselete
.
- Constraints: Allowable values are:
- percent
Usage StringIndicator - (String) Percentage usage of the agent resources.
GetSchematicsAgentAgentMetadata
GetSchematicsAgentRecentDeployJob
- Agent
Id string - Agent ID to get the details of agent.
- Agent
Version string - (String) Agent version.
- Is
Redeployed bool - (Boolean) True, when the same version of the agent was redeployed.
- Job
Id string - (String) Job Id.
- Log
Url string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- Agent
Id string - Agent ID to get the details of agent.
- Agent
Version string - (String) Agent version.
- Is
Redeployed bool - (Boolean) True, when the same version of the agent was redeployed.
- Job
Id string - (String) Job Id.
- Log
Url string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- agent
Id String - Agent ID to get the details of agent.
- agent
Version String - (String) Agent version.
- is
Redeployed Boolean - (Boolean) True, when the same version of the agent was redeployed.
- job
Id String - (String) Job Id.
- log
Url String - (String) URL to the full pre-requisite scanner job logs.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
- agent
Id string - Agent ID to get the details of agent.
- agent
Version string - (String) Agent version.
- is
Redeployed boolean - (Boolean) True, when the same version of the agent was redeployed.
- job
Id string - (String) Job Id.
- log
Url string - (String) URL to the full pre-requisite scanner job logs.
- status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message string - (String) The agent status message.
- updated
At string - (String) The agent registration updation time.
- updated
By string - (String) Email address of user who updated the agent registration.
- agent_
id str - Agent ID to get the details of agent.
- agent_
version str - (String) Agent version.
- is_
redeployed bool - (Boolean) True, when the same version of the agent was redeployed.
- job_
id str - (String) Job Id.
- log_
url str - (String) URL to the full pre-requisite scanner job logs.
- status_
code str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message str - (String) The agent status message.
- updated_
at str - (String) The agent registration updation time.
- updated_
by str - (String) Email address of user who updated the agent registration.
- agent
Id String - Agent ID to get the details of agent.
- agent
Version String - (String) Agent version.
- is
Redeployed Boolean - (Boolean) True, when the same version of the agent was redeployed.
- job
Id String - (String) Job Id.
- log
Url String - (String) URL to the full pre-requisite scanner job logs.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
GetSchematicsAgentRecentHealthJob
- Agent
Id string - Agent ID to get the details of agent.
- Agent
Version string - (String) Agent version.
- Job
Id string - (String) Job Id.
- Log
Url string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- Agent
Id string - Agent ID to get the details of agent.
- Agent
Version string - (String) Agent version.
- Job
Id string - (String) Job Id.
- Log
Url string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- agent
Id String - Agent ID to get the details of agent.
- agent
Version String - (String) Agent version.
- job
Id String - (String) Job Id.
- log
Url String - (String) URL to the full pre-requisite scanner job logs.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
- agent
Id string - Agent ID to get the details of agent.
- agent
Version string - (String) Agent version.
- job
Id string - (String) Job Id.
- log
Url string - (String) URL to the full pre-requisite scanner job logs.
- status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message string - (String) The agent status message.
- updated
At string - (String) The agent registration updation time.
- updated
By string - (String) Email address of user who updated the agent registration.
- agent_
id str - Agent ID to get the details of agent.
- agent_
version str - (String) Agent version.
- job_
id str - (String) Job Id.
- log_
url str - (String) URL to the full pre-requisite scanner job logs.
- status_
code str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message str - (String) The agent status message.
- updated_
at str - (String) The agent registration updation time.
- updated_
by str - (String) Email address of user who updated the agent registration.
- agent
Id String - Agent ID to get the details of agent.
- agent
Version String - (String) Agent version.
- job
Id String - (String) Job Id.
- log
Url String - (String) URL to the full pre-requisite scanner job logs.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
GetSchematicsAgentRecentPrsJob
- Agent
Id string - Agent ID to get the details of agent.
- Agent
Version string - (String) Agent version.
- Job
Id string - (String) Job Id.
- Log
Url string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- Agent
Id string - Agent ID to get the details of agent.
- Agent
Version string - (String) Agent version.
- Job
Id string - (String) Job Id.
- Log
Url string - (String) URL to the full pre-requisite scanner job logs.
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- Updated
At string - (String) The agent registration updation time.
- Updated
By string - (String) Email address of user who updated the agent registration.
- agent
Id String - Agent ID to get the details of agent.
- agent
Version String - (String) Agent version.
- job
Id String - (String) Job Id.
- log
Url String - (String) URL to the full pre-requisite scanner job logs.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
- agent
Id string - Agent ID to get the details of agent.
- agent
Version string - (String) Agent version.
- job
Id string - (String) Job Id.
- log
Url string - (String) URL to the full pre-requisite scanner job logs.
- status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message string - (String) The agent status message.
- updated
At string - (String) The agent registration updation time.
- updated
By string - (String) Email address of user who updated the agent registration.
- agent_
id str - Agent ID to get the details of agent.
- agent_
version str - (String) Agent version.
- job_
id str - (String) Job Id.
- log_
url str - (String) URL to the full pre-requisite scanner job logs.
- status_
code str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message str - (String) The agent status message.
- updated_
at str - (String) The agent registration updation time.
- updated_
by str - (String) Email address of user who updated the agent registration.
- agent
Id String - Agent ID to get the details of agent.
- agent
Version String - (String) Agent version.
- job
Id String - (String) Job Id.
- log
Url String - (String) URL to the full pre-requisite scanner job logs.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
- updated
At String - (String) The agent registration updation time.
- updated
By String - (String) Email address of user who updated the agent registration.
GetSchematicsAgentSystemState
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- Status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- Status
Message string - (String) The agent status message.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
- status
Code string - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message string - (String) The agent status message.
- status_
code str - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status_
message str - (String) The agent status message.
- status
Code String - (String) Agent Status.
- Constraints: Allowable values are:
error
,normal
,in_progress
,pending
,draft
.
- Constraints: Allowable values are:
- status
Message String - (String) The agent status message.
GetSchematicsAgentUserState
- Set
At string - (String) When the User who set the state of the Object.
- Set
By string - (String) Name of the User who set the state of the Object.
- State 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 string - (String) When the User who set the state of the Object.
- Set
By string - (String) Name of the User who set the state of the Object.
- State 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 String - (String) When the User who set the state of the Object.
- set
By String - (String) Name of the User who set the state of the Object.
- state 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 string - (String) When the User who set the state of the Object.
- set
By string - (String) Name of the User who set the state of the Object.
- state 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 str - (String) When the User who set the state of the Object.
- set_
by str - (String) Name of the User who set the state of the Object.
- state 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 String - (String) When the User who set the state of the Object.
- set
By String - (String) Name of the User who set the state of the Object.
- state 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.