1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectTelemetrycontrollerProfile
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
fortimanager logo
fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev

    Configure FortiTelemetry profiles.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • application: fortimanager.ObjectTelemetrycontrollerProfileApplication

    Create ObjectTelemetrycontrollerProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectTelemetrycontrollerProfile(name: string, args?: ObjectTelemetrycontrollerProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectTelemetrycontrollerProfile(resource_name: str,
                                         args: Optional[ObjectTelemetrycontrollerProfileArgs] = None,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectTelemetrycontrollerProfile(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         adom: Optional[str] = None,
                                         applications: Optional[Sequence[ObjectTelemetrycontrollerProfileApplicationArgs]] = None,
                                         comment: Optional[str] = None,
                                         dynamic_sort_subtable: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_telemetrycontroller_profile_id: Optional[str] = None,
                                         scopetype: Optional[str] = None)
    func NewObjectTelemetrycontrollerProfile(ctx *Context, name string, args *ObjectTelemetrycontrollerProfileArgs, opts ...ResourceOption) (*ObjectTelemetrycontrollerProfile, error)
    public ObjectTelemetrycontrollerProfile(string name, ObjectTelemetrycontrollerProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectTelemetrycontrollerProfile(String name, ObjectTelemetrycontrollerProfileArgs args)
    public ObjectTelemetrycontrollerProfile(String name, ObjectTelemetrycontrollerProfileArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectTelemetrycontrollerProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ObjectTelemetrycontrollerProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ObjectTelemetrycontrollerProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ObjectTelemetrycontrollerProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectTelemetrycontrollerProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectTelemetrycontrollerProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var objectTelemetrycontrollerProfileResource = new Fortimanager.ObjectTelemetrycontrollerProfile("objectTelemetrycontrollerProfileResource", new()
    {
        Adom = "string",
        Applications = new[]
        {
            new Fortimanager.Inputs.ObjectTelemetrycontrollerProfileApplicationArgs
            {
                AppNames = new[]
                {
                    "string",
                },
                AppThroughput = 0,
                AtdtThreshold = 0,
                DnsTimeThreshold = 0,
                ExperienceScoreThreshold = 0,
                FailureRateThreshold = 0,
                Id = 0,
                Interval = 0,
                JitterThreshold = 0,
                LatencyThreshold = 0,
                Monitor = "string",
                PacketLossThreshold = 0,
                Sla = new Fortimanager.Inputs.ObjectTelemetrycontrollerProfileApplicationSlaArgs
                {
                    AppThroughputThreshold = 0,
                    AtdtThreshold = 0,
                    DnsTimeThreshold = 0,
                    ExperienceScoreThreshold = 0,
                    FailureRateThreshold = 0,
                    JitterThreshold = 0,
                    LatencyThreshold = 0,
                    PacketLossThreshold = 0,
                    SlaFactors = new[]
                    {
                        "string",
                    },
                    TcpRttThreshold = 0,
                    TlsTimeThreshold = 0,
                    TtfbThreshold = 0,
                },
                TcpRttThreshold = 0,
                TlsTimeThreshold = 0,
                TtfbThreshold = 0,
            },
        },
        Comment = "string",
        DynamicSortSubtable = "string",
        Name = "string",
        ObjectTelemetrycontrollerProfileId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectTelemetrycontrollerProfile(ctx, "objectTelemetrycontrollerProfileResource", &fortimanager.ObjectTelemetrycontrollerProfileArgs{
    	Adom: pulumi.String("string"),
    	Applications: fortimanager.ObjectTelemetrycontrollerProfileApplicationTypeArray{
    		&fortimanager.ObjectTelemetrycontrollerProfileApplicationTypeArgs{
    			AppNames: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			AppThroughput:            pulumi.Float64(0),
    			AtdtThreshold:            pulumi.Float64(0),
    			DnsTimeThreshold:         pulumi.Float64(0),
    			ExperienceScoreThreshold: pulumi.Float64(0),
    			FailureRateThreshold:     pulumi.Float64(0),
    			Id:                       pulumi.Float64(0),
    			Interval:                 pulumi.Float64(0),
    			JitterThreshold:          pulumi.Float64(0),
    			LatencyThreshold:         pulumi.Float64(0),
    			Monitor:                  pulumi.String("string"),
    			PacketLossThreshold:      pulumi.Float64(0),
    			Sla: &fortimanager.ObjectTelemetrycontrollerProfileApplicationSlaTypeArgs{
    				AppThroughputThreshold:   pulumi.Float64(0),
    				AtdtThreshold:            pulumi.Float64(0),
    				DnsTimeThreshold:         pulumi.Float64(0),
    				ExperienceScoreThreshold: pulumi.Float64(0),
    				FailureRateThreshold:     pulumi.Float64(0),
    				JitterThreshold:          pulumi.Float64(0),
    				LatencyThreshold:         pulumi.Float64(0),
    				PacketLossThreshold:      pulumi.Float64(0),
    				SlaFactors: pulumi.StringArray{
    					pulumi.String("string"),
    				},
    				TcpRttThreshold:  pulumi.Float64(0),
    				TlsTimeThreshold: pulumi.Float64(0),
    				TtfbThreshold:    pulumi.Float64(0),
    			},
    			TcpRttThreshold:  pulumi.Float64(0),
    			TlsTimeThreshold: pulumi.Float64(0),
    			TtfbThreshold:    pulumi.Float64(0),
    		},
    	},
    	Comment:                            pulumi.String("string"),
    	DynamicSortSubtable:                pulumi.String("string"),
    	Name:                               pulumi.String("string"),
    	ObjectTelemetrycontrollerProfileId: pulumi.String("string"),
    	Scopetype:                          pulumi.String("string"),
    })
    
    var objectTelemetrycontrollerProfileResource = new ObjectTelemetrycontrollerProfile("objectTelemetrycontrollerProfileResource", ObjectTelemetrycontrollerProfileArgs.builder()
        .adom("string")
        .applications(ObjectTelemetrycontrollerProfileApplicationArgs.builder()
            .appNames("string")
            .appThroughput(0.0)
            .atdtThreshold(0.0)
            .dnsTimeThreshold(0.0)
            .experienceScoreThreshold(0.0)
            .failureRateThreshold(0.0)
            .id(0.0)
            .interval(0.0)
            .jitterThreshold(0.0)
            .latencyThreshold(0.0)
            .monitor("string")
            .packetLossThreshold(0.0)
            .sla(ObjectTelemetrycontrollerProfileApplicationSlaArgs.builder()
                .appThroughputThreshold(0.0)
                .atdtThreshold(0.0)
                .dnsTimeThreshold(0.0)
                .experienceScoreThreshold(0.0)
                .failureRateThreshold(0.0)
                .jitterThreshold(0.0)
                .latencyThreshold(0.0)
                .packetLossThreshold(0.0)
                .slaFactors("string")
                .tcpRttThreshold(0.0)
                .tlsTimeThreshold(0.0)
                .ttfbThreshold(0.0)
                .build())
            .tcpRttThreshold(0.0)
            .tlsTimeThreshold(0.0)
            .ttfbThreshold(0.0)
            .build())
        .comment("string")
        .dynamicSortSubtable("string")
        .name("string")
        .objectTelemetrycontrollerProfileId("string")
        .scopetype("string")
        .build());
    
    object_telemetrycontroller_profile_resource = fortimanager.ObjectTelemetrycontrollerProfile("objectTelemetrycontrollerProfileResource",
        adom="string",
        applications=[{
            "app_names": ["string"],
            "app_throughput": 0,
            "atdt_threshold": 0,
            "dns_time_threshold": 0,
            "experience_score_threshold": 0,
            "failure_rate_threshold": 0,
            "id": 0,
            "interval": 0,
            "jitter_threshold": 0,
            "latency_threshold": 0,
            "monitor": "string",
            "packet_loss_threshold": 0,
            "sla": {
                "app_throughput_threshold": 0,
                "atdt_threshold": 0,
                "dns_time_threshold": 0,
                "experience_score_threshold": 0,
                "failure_rate_threshold": 0,
                "jitter_threshold": 0,
                "latency_threshold": 0,
                "packet_loss_threshold": 0,
                "sla_factors": ["string"],
                "tcp_rtt_threshold": 0,
                "tls_time_threshold": 0,
                "ttfb_threshold": 0,
            },
            "tcp_rtt_threshold": 0,
            "tls_time_threshold": 0,
            "ttfb_threshold": 0,
        }],
        comment="string",
        dynamic_sort_subtable="string",
        name="string",
        object_telemetrycontroller_profile_id="string",
        scopetype="string")
    
    const objectTelemetrycontrollerProfileResource = new fortimanager.ObjectTelemetrycontrollerProfile("objectTelemetrycontrollerProfileResource", {
        adom: "string",
        applications: [{
            appNames: ["string"],
            appThroughput: 0,
            atdtThreshold: 0,
            dnsTimeThreshold: 0,
            experienceScoreThreshold: 0,
            failureRateThreshold: 0,
            id: 0,
            interval: 0,
            jitterThreshold: 0,
            latencyThreshold: 0,
            monitor: "string",
            packetLossThreshold: 0,
            sla: {
                appThroughputThreshold: 0,
                atdtThreshold: 0,
                dnsTimeThreshold: 0,
                experienceScoreThreshold: 0,
                failureRateThreshold: 0,
                jitterThreshold: 0,
                latencyThreshold: 0,
                packetLossThreshold: 0,
                slaFactors: ["string"],
                tcpRttThreshold: 0,
                tlsTimeThreshold: 0,
                ttfbThreshold: 0,
            },
            tcpRttThreshold: 0,
            tlsTimeThreshold: 0,
            ttfbThreshold: 0,
        }],
        comment: "string",
        dynamicSortSubtable: "string",
        name: "string",
        objectTelemetrycontrollerProfileId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectTelemetrycontrollerProfile
    properties:
        adom: string
        applications:
            - appNames:
                - string
              appThroughput: 0
              atdtThreshold: 0
              dnsTimeThreshold: 0
              experienceScoreThreshold: 0
              failureRateThreshold: 0
              id: 0
              interval: 0
              jitterThreshold: 0
              latencyThreshold: 0
              monitor: string
              packetLossThreshold: 0
              sla:
                appThroughputThreshold: 0
                atdtThreshold: 0
                dnsTimeThreshold: 0
                experienceScoreThreshold: 0
                failureRateThreshold: 0
                jitterThreshold: 0
                latencyThreshold: 0
                packetLossThreshold: 0
                slaFactors:
                    - string
                tcpRttThreshold: 0
                tlsTimeThreshold: 0
                ttfbThreshold: 0
              tcpRttThreshold: 0
              tlsTimeThreshold: 0
              ttfbThreshold: 0
        comment: string
        dynamicSortSubtable: string
        name: string
        objectTelemetrycontrollerProfileId: string
        scopetype: string
    

    ObjectTelemetrycontrollerProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ObjectTelemetrycontrollerProfile resource accepts the following input properties:

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Applications List<ObjectTelemetrycontrollerProfileApplication>
    Application. The structure of application block is documented below.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the profile.
    ObjectTelemetrycontrollerProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Applications []ObjectTelemetrycontrollerProfileApplicationTypeArgs
    Application. The structure of application block is documented below.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the profile.
    ObjectTelemetrycontrollerProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications List<ObjectTelemetrycontrollerProfileApplication>
    Application. The structure of application block is documented below.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the profile.
    objectTelemetrycontrollerProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications ObjectTelemetrycontrollerProfileApplication[]
    Application. The structure of application block is documented below.
    comment string
    Comment.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name string
    Name of the profile.
    objectTelemetrycontrollerProfileId string
    an identifier for the resource with format {{name}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications Sequence[ObjectTelemetrycontrollerProfileApplicationArgs]
    Application. The structure of application block is documented below.
    comment str
    Comment.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name str
    Name of the profile.
    object_telemetrycontroller_profile_id str
    an identifier for the resource with format {{name}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications List<Property Map>
    Application. The structure of application block is documented below.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the profile.
    objectTelemetrycontrollerProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectTelemetrycontrollerProfile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing ObjectTelemetrycontrollerProfile Resource

    Get an existing ObjectTelemetrycontrollerProfile resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ObjectTelemetrycontrollerProfileState, opts?: CustomResourceOptions): ObjectTelemetrycontrollerProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            applications: Optional[Sequence[ObjectTelemetrycontrollerProfileApplicationArgs]] = None,
            comment: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            name: Optional[str] = None,
            object_telemetrycontroller_profile_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectTelemetrycontrollerProfile
    func GetObjectTelemetrycontrollerProfile(ctx *Context, name string, id IDInput, state *ObjectTelemetrycontrollerProfileState, opts ...ResourceOption) (*ObjectTelemetrycontrollerProfile, error)
    public static ObjectTelemetrycontrollerProfile Get(string name, Input<string> id, ObjectTelemetrycontrollerProfileState? state, CustomResourceOptions? opts = null)
    public static ObjectTelemetrycontrollerProfile get(String name, Output<String> id, ObjectTelemetrycontrollerProfileState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectTelemetrycontrollerProfile    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Applications List<ObjectTelemetrycontrollerProfileApplication>
    Application. The structure of application block is documented below.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the profile.
    ObjectTelemetrycontrollerProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Applications []ObjectTelemetrycontrollerProfileApplicationTypeArgs
    Application. The structure of application block is documented below.
    Comment string
    Comment.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Name string
    Name of the profile.
    ObjectTelemetrycontrollerProfileId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications List<ObjectTelemetrycontrollerProfileApplication>
    Application. The structure of application block is documented below.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the profile.
    objectTelemetrycontrollerProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications ObjectTelemetrycontrollerProfileApplication[]
    Application. The structure of application block is documented below.
    comment string
    Comment.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name string
    Name of the profile.
    objectTelemetrycontrollerProfileId string
    an identifier for the resource with format {{name}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications Sequence[ObjectTelemetrycontrollerProfileApplicationArgs]
    Application. The structure of application block is documented below.
    comment str
    Comment.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name str
    Name of the profile.
    object_telemetrycontroller_profile_id str
    an identifier for the resource with format {{name}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    applications List<Property Map>
    Application. The structure of application block is documented below.
    comment String
    Comment.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    name String
    Name of the profile.
    objectTelemetrycontrollerProfileId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Supporting Types

    ObjectTelemetrycontrollerProfileApplication, ObjectTelemetrycontrollerProfileApplicationArgs

    AppNames List<string>
    Application name.
    AppThroughput double
    Application throughput in megabytes (0 - 10,000, default = 2 MB).
    AtdtThreshold double
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 20,000 ms).
    DnsTimeThreshold double
    Threshold of DNS resolution time in milliseconds (0 - 10,000,000, default = 20 ms).
    ExperienceScoreThreshold double
    Threshold of experience score (0 - 10, default = 8).
    FailureRateThreshold double
    Threshold of failure rate (0 - 100, default = 5 percentage).
    Id double
    ID.
    Interval double
    Time in milliseconds to check the application (1000 - 86,400 * 1000, default = 300 * 1000 ms).
    JitterThreshold double
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 20 ms).
    LatencyThreshold double
    Threshold of latency in milliseconds (0 - 10,000,000, default = 20 ms).
    Monitor string
    Enable/disable monitoring of the application. Valid values: disable, enable.
    PacketLossThreshold double
    Threshold of packet loss (0 - 100, default = 5 percentage).
    Sla ObjectTelemetrycontrollerProfileApplicationSla
    Sla. The structure of sla block is documented below.
    TcpRttThreshold double
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 20 ms).
    TlsTimeThreshold double
    Threshold of TLS handshake time in milliseconds (0 - 10,000,000, default = 20 ms).
    TtfbThreshold double
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 20 ms).
    AppNames []string
    Application name.
    AppThroughput float64
    Application throughput in megabytes (0 - 10,000, default = 2 MB).
    AtdtThreshold float64
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 20,000 ms).
    DnsTimeThreshold float64
    Threshold of DNS resolution time in milliseconds (0 - 10,000,000, default = 20 ms).
    ExperienceScoreThreshold float64
    Threshold of experience score (0 - 10, default = 8).
    FailureRateThreshold float64
    Threshold of failure rate (0 - 100, default = 5 percentage).
    Id float64
    ID.
    Interval float64
    Time in milliseconds to check the application (1000 - 86,400 * 1000, default = 300 * 1000 ms).
    JitterThreshold float64
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 20 ms).
    LatencyThreshold float64
    Threshold of latency in milliseconds (0 - 10,000,000, default = 20 ms).
    Monitor string
    Enable/disable monitoring of the application. Valid values: disable, enable.
    PacketLossThreshold float64
    Threshold of packet loss (0 - 100, default = 5 percentage).
    Sla ObjectTelemetrycontrollerProfileApplicationSlaType
    Sla. The structure of sla block is documented below.
    TcpRttThreshold float64
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 20 ms).
    TlsTimeThreshold float64
    Threshold of TLS handshake time in milliseconds (0 - 10,000,000, default = 20 ms).
    TtfbThreshold float64
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 20 ms).
    appNames List<String>
    Application name.
    appThroughput Double
    Application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdtThreshold Double
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 20,000 ms).
    dnsTimeThreshold Double
    Threshold of DNS resolution time in milliseconds (0 - 10,000,000, default = 20 ms).
    experienceScoreThreshold Double
    Threshold of experience score (0 - 10, default = 8).
    failureRateThreshold Double
    Threshold of failure rate (0 - 100, default = 5 percentage).
    id Double
    ID.
    interval Double
    Time in milliseconds to check the application (1000 - 86,400 * 1000, default = 300 * 1000 ms).
    jitterThreshold Double
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 20 ms).
    latencyThreshold Double
    Threshold of latency in milliseconds (0 - 10,000,000, default = 20 ms).
    monitor String
    Enable/disable monitoring of the application. Valid values: disable, enable.
    packetLossThreshold Double
    Threshold of packet loss (0 - 100, default = 5 percentage).
    sla ObjectTelemetrycontrollerProfileApplicationSla
    Sla. The structure of sla block is documented below.
    tcpRttThreshold Double
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 20 ms).
    tlsTimeThreshold Double
    Threshold of TLS handshake time in milliseconds (0 - 10,000,000, default = 20 ms).
    ttfbThreshold Double
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 20 ms).
    appNames string[]
    Application name.
    appThroughput number
    Application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdtThreshold number
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 20,000 ms).
    dnsTimeThreshold number
    Threshold of DNS resolution time in milliseconds (0 - 10,000,000, default = 20 ms).
    experienceScoreThreshold number
    Threshold of experience score (0 - 10, default = 8).
    failureRateThreshold number
    Threshold of failure rate (0 - 100, default = 5 percentage).
    id number
    ID.
    interval number
    Time in milliseconds to check the application (1000 - 86,400 * 1000, default = 300 * 1000 ms).
    jitterThreshold number
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 20 ms).
    latencyThreshold number
    Threshold of latency in milliseconds (0 - 10,000,000, default = 20 ms).
    monitor string
    Enable/disable monitoring of the application. Valid values: disable, enable.
    packetLossThreshold number
    Threshold of packet loss (0 - 100, default = 5 percentage).
    sla ObjectTelemetrycontrollerProfileApplicationSla
    Sla. The structure of sla block is documented below.
    tcpRttThreshold number
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 20 ms).
    tlsTimeThreshold number
    Threshold of TLS handshake time in milliseconds (0 - 10,000,000, default = 20 ms).
    ttfbThreshold number
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 20 ms).
    app_names Sequence[str]
    Application name.
    app_throughput float
    Application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdt_threshold float
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 20,000 ms).
    dns_time_threshold float
    Threshold of DNS resolution time in milliseconds (0 - 10,000,000, default = 20 ms).
    experience_score_threshold float
    Threshold of experience score (0 - 10, default = 8).
    failure_rate_threshold float
    Threshold of failure rate (0 - 100, default = 5 percentage).
    id float
    ID.
    interval float
    Time in milliseconds to check the application (1000 - 86,400 * 1000, default = 300 * 1000 ms).
    jitter_threshold float
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 20 ms).
    latency_threshold float
    Threshold of latency in milliseconds (0 - 10,000,000, default = 20 ms).
    monitor str
    Enable/disable monitoring of the application. Valid values: disable, enable.
    packet_loss_threshold float
    Threshold of packet loss (0 - 100, default = 5 percentage).
    sla ObjectTelemetrycontrollerProfileApplicationSla
    Sla. The structure of sla block is documented below.
    tcp_rtt_threshold float
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 20 ms).
    tls_time_threshold float
    Threshold of TLS handshake time in milliseconds (0 - 10,000,000, default = 20 ms).
    ttfb_threshold float
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 20 ms).
    appNames List<String>
    Application name.
    appThroughput Number
    Application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdtThreshold Number
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 20,000 ms).
    dnsTimeThreshold Number
    Threshold of DNS resolution time in milliseconds (0 - 10,000,000, default = 20 ms).
    experienceScoreThreshold Number
    Threshold of experience score (0 - 10, default = 8).
    failureRateThreshold Number
    Threshold of failure rate (0 - 100, default = 5 percentage).
    id Number
    ID.
    interval Number
    Time in milliseconds to check the application (1000 - 86,400 * 1000, default = 300 * 1000 ms).
    jitterThreshold Number
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 20 ms).
    latencyThreshold Number
    Threshold of latency in milliseconds (0 - 10,000,000, default = 20 ms).
    monitor String
    Enable/disable monitoring of the application. Valid values: disable, enable.
    packetLossThreshold Number
    Threshold of packet loss (0 - 100, default = 5 percentage).
    sla Property Map
    Sla. The structure of sla block is documented below.
    tcpRttThreshold Number
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 20 ms).
    tlsTimeThreshold Number
    Threshold of TLS handshake time in milliseconds (0 - 10,000,000, default = 20 ms).
    ttfbThreshold Number
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 20 ms).

    ObjectTelemetrycontrollerProfileApplicationSla, ObjectTelemetrycontrollerProfileApplicationSlaArgs

    AppThroughputThreshold double
    Threshold of application throughput in megabytes (0 - 10,000, default = 2 MB).
    AtdtThreshold double
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 3,000 ms).
    DnsTimeThreshold double
    Threshold of 95th percentile of DNS resolution time in milliseconds (0 - 10,000,000, default = 100 ms).
    ExperienceScoreThreshold double
    Threshold of experience score (0 - 10, default = 6).
    FailureRateThreshold double
    Threshold of failure rate (0 - 100, default = 5 percentage).
    JitterThreshold double
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 50 ms).
    LatencyThreshold double
    Threshold of latency in milliseconds (0 - 10,000,000, default = 100 ms).
    PacketLossThreshold double
    Threshold of packet loss (0 - 100, default = 5 percentage).
    SlaFactors List<string>
    Criteria on which metric to SLA threshold list. Valid values: latency, jitter, packet-loss, experience-score, failure-rate, ttfb, atdt, tcp-rtt, dns-time, tls-time, app-throughput.
    TcpRttThreshold double
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 100 ms).
    TlsTimeThreshold double
    Threshold of 95th percentile of TLS handshake time in milliseconds (0 - 10,000,000, default = 200 ms).
    TtfbThreshold double
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 200 ms).
    AppThroughputThreshold float64
    Threshold of application throughput in megabytes (0 - 10,000, default = 2 MB).
    AtdtThreshold float64
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 3,000 ms).
    DnsTimeThreshold float64
    Threshold of 95th percentile of DNS resolution time in milliseconds (0 - 10,000,000, default = 100 ms).
    ExperienceScoreThreshold float64
    Threshold of experience score (0 - 10, default = 6).
    FailureRateThreshold float64
    Threshold of failure rate (0 - 100, default = 5 percentage).
    JitterThreshold float64
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 50 ms).
    LatencyThreshold float64
    Threshold of latency in milliseconds (0 - 10,000,000, default = 100 ms).
    PacketLossThreshold float64
    Threshold of packet loss (0 - 100, default = 5 percentage).
    SlaFactors []string
    Criteria on which metric to SLA threshold list. Valid values: latency, jitter, packet-loss, experience-score, failure-rate, ttfb, atdt, tcp-rtt, dns-time, tls-time, app-throughput.
    TcpRttThreshold float64
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 100 ms).
    TlsTimeThreshold float64
    Threshold of 95th percentile of TLS handshake time in milliseconds (0 - 10,000,000, default = 200 ms).
    TtfbThreshold float64
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 200 ms).
    appThroughputThreshold Double
    Threshold of application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdtThreshold Double
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 3,000 ms).
    dnsTimeThreshold Double
    Threshold of 95th percentile of DNS resolution time in milliseconds (0 - 10,000,000, default = 100 ms).
    experienceScoreThreshold Double
    Threshold of experience score (0 - 10, default = 6).
    failureRateThreshold Double
    Threshold of failure rate (0 - 100, default = 5 percentage).
    jitterThreshold Double
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 50 ms).
    latencyThreshold Double
    Threshold of latency in milliseconds (0 - 10,000,000, default = 100 ms).
    packetLossThreshold Double
    Threshold of packet loss (0 - 100, default = 5 percentage).
    slaFactors List<String>
    Criteria on which metric to SLA threshold list. Valid values: latency, jitter, packet-loss, experience-score, failure-rate, ttfb, atdt, tcp-rtt, dns-time, tls-time, app-throughput.
    tcpRttThreshold Double
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 100 ms).
    tlsTimeThreshold Double
    Threshold of 95th percentile of TLS handshake time in milliseconds (0 - 10,000,000, default = 200 ms).
    ttfbThreshold Double
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 200 ms).
    appThroughputThreshold number
    Threshold of application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdtThreshold number
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 3,000 ms).
    dnsTimeThreshold number
    Threshold of 95th percentile of DNS resolution time in milliseconds (0 - 10,000,000, default = 100 ms).
    experienceScoreThreshold number
    Threshold of experience score (0 - 10, default = 6).
    failureRateThreshold number
    Threshold of failure rate (0 - 100, default = 5 percentage).
    jitterThreshold number
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 50 ms).
    latencyThreshold number
    Threshold of latency in milliseconds (0 - 10,000,000, default = 100 ms).
    packetLossThreshold number
    Threshold of packet loss (0 - 100, default = 5 percentage).
    slaFactors string[]
    Criteria on which metric to SLA threshold list. Valid values: latency, jitter, packet-loss, experience-score, failure-rate, ttfb, atdt, tcp-rtt, dns-time, tls-time, app-throughput.
    tcpRttThreshold number
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 100 ms).
    tlsTimeThreshold number
    Threshold of 95th percentile of TLS handshake time in milliseconds (0 - 10,000,000, default = 200 ms).
    ttfbThreshold number
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 200 ms).
    app_throughput_threshold float
    Threshold of application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdt_threshold float
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 3,000 ms).
    dns_time_threshold float
    Threshold of 95th percentile of DNS resolution time in milliseconds (0 - 10,000,000, default = 100 ms).
    experience_score_threshold float
    Threshold of experience score (0 - 10, default = 6).
    failure_rate_threshold float
    Threshold of failure rate (0 - 100, default = 5 percentage).
    jitter_threshold float
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 50 ms).
    latency_threshold float
    Threshold of latency in milliseconds (0 - 10,000,000, default = 100 ms).
    packet_loss_threshold float
    Threshold of packet loss (0 - 100, default = 5 percentage).
    sla_factors Sequence[str]
    Criteria on which metric to SLA threshold list. Valid values: latency, jitter, packet-loss, experience-score, failure-rate, ttfb, atdt, tcp-rtt, dns-time, tls-time, app-throughput.
    tcp_rtt_threshold float
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 100 ms).
    tls_time_threshold float
    Threshold of 95th percentile of TLS handshake time in milliseconds (0 - 10,000,000, default = 200 ms).
    ttfb_threshold float
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 200 ms).
    appThroughputThreshold Number
    Threshold of application throughput in megabytes (0 - 10,000, default = 2 MB).
    atdtThreshold Number
    Threshold of application total downloading time in milliseconds (0 - 10,000,000, default = 3,000 ms).
    dnsTimeThreshold Number
    Threshold of 95th percentile of DNS resolution time in milliseconds (0 - 10,000,000, default = 100 ms).
    experienceScoreThreshold Number
    Threshold of experience score (0 - 10, default = 6).
    failureRateThreshold Number
    Threshold of failure rate (0 - 100, default = 5 percentage).
    jitterThreshold Number
    Threshold of jitter in milliseconds (0 - 10,000,000, default = 50 ms).
    latencyThreshold Number
    Threshold of latency in milliseconds (0 - 10,000,000, default = 100 ms).
    packetLossThreshold Number
    Threshold of packet loss (0 - 100, default = 5 percentage).
    slaFactors List<String>
    Criteria on which metric to SLA threshold list. Valid values: latency, jitter, packet-loss, experience-score, failure-rate, ttfb, atdt, tcp-rtt, dns-time, tls-time, app-throughput.
    tcpRttThreshold Number
    Threshold of TCP round-trip time in milliseconds (0 - 10,000,000, default = 100 ms).
    tlsTimeThreshold Number
    Threshold of 95th percentile of TLS handshake time in milliseconds (0 - 10,000,000, default = 200 ms).
    ttfbThreshold Number
    Threshold of time to first byte in milliseconds (0 - 10,000,000, default = 200 ms).

    Import

    ObjectTelemetryController Profile can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectTelemetrycontrollerProfile:ObjectTelemetrycontrollerProfile labelname {{name}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

    -> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.15.0 published on Thursday, Nov 13, 2025 by fortinetdev
      Meet Neo: Your AI Platform Teammate