1. Packages
  2. Juniper Mist Provider
  3. API Docs
  4. org
  5. getRftemplates
Juniper Mist v0.4.0 published on Wednesday, Apr 16, 2025 by Pulumi

junipermist.org.getRftemplates

Explore with Pulumi AI

junipermist logo
Juniper Mist v0.4.0 published on Wednesday, Apr 16, 2025 by Pulumi

    This data source provides the list of RF Templates.

    The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as junipermist from "@pulumi/junipermist";
    
    const templates = junipermist.org.getRftemplates({
        orgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
    });
    
    import pulumi
    import pulumi_junipermist as junipermist
    
    templates = junipermist.org.get_rftemplates(org_id="15fca2ac-b1a6-47cc-9953-cc6906281550")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-junipermist/sdk/go/junipermist/org"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := org.GetRftemplates(ctx, &org.GetRftemplatesArgs{
    			OrgId: "15fca2ac-b1a6-47cc-9953-cc6906281550",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using JuniperMist = Pulumi.JuniperMist;
    
    return await Deployment.RunAsync(() => 
    {
        var templates = JuniperMist.Org.GetRftemplates.Invoke(new()
        {
            OrgId = "15fca2ac-b1a6-47cc-9953-cc6906281550",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.junipermist.org.OrgFunctions;
    import com.pulumi.junipermist.org.inputs.GetRftemplatesArgs;
    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 templates = OrgFunctions.getRftemplates(GetRftemplatesArgs.builder()
                .orgId("15fca2ac-b1a6-47cc-9953-cc6906281550")
                .build());
    
        }
    }
    
    variables:
      templates:
        fn::invoke:
          function: junipermist:org:getRftemplates
          arguments:
            orgId: 15fca2ac-b1a6-47cc-9953-cc6906281550
    

    Using getRftemplates

    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 getRftemplates(args: GetRftemplatesArgs, opts?: InvokeOptions): Promise<GetRftemplatesResult>
    function getRftemplatesOutput(args: GetRftemplatesOutputArgs, opts?: InvokeOptions): Output<GetRftemplatesResult>
    def get_rftemplates(org_id: Optional[str] = None,
                        page: Optional[int] = None,
                        opts: Optional[InvokeOptions] = None) -> GetRftemplatesResult
    def get_rftemplates_output(org_id: Optional[pulumi.Input[str]] = None,
                        page: Optional[pulumi.Input[int]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetRftemplatesResult]
    func GetRftemplates(ctx *Context, args *GetRftemplatesArgs, opts ...InvokeOption) (*GetRftemplatesResult, error)
    func GetRftemplatesOutput(ctx *Context, args *GetRftemplatesOutputArgs, opts ...InvokeOption) GetRftemplatesResultOutput

    > Note: This function is named GetRftemplates in the Go SDK.

    public static class GetRftemplates 
    {
        public static Task<GetRftemplatesResult> InvokeAsync(GetRftemplatesArgs args, InvokeOptions? opts = null)
        public static Output<GetRftemplatesResult> Invoke(GetRftemplatesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRftemplatesResult> getRftemplates(GetRftemplatesArgs args, InvokeOptions options)
    public static Output<GetRftemplatesResult> getRftemplates(GetRftemplatesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: junipermist:org/getRftemplates:getRftemplates
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrgId string
    Page int
    OrgId string
    Page int
    orgId String
    page Integer
    orgId string
    page number
    org_id str
    page int
    orgId String
    page Number

    getRftemplates Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    OrgRftemplates List<Pulumi.JuniperMist.Org.Outputs.GetRftemplatesOrgRftemplate>
    Page int
    Id string
    The provider-assigned unique ID for this managed resource.
    OrgId string
    OrgRftemplates []GetRftemplatesOrgRftemplate
    Page int
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    orgRftemplates List<GetRftemplatesOrgRftemplate>
    page Integer
    id string
    The provider-assigned unique ID for this managed resource.
    orgId string
    orgRftemplates GetRftemplatesOrgRftemplate[]
    page number
    id str
    The provider-assigned unique ID for this managed resource.
    org_id str
    org_rftemplates Sequence[GetRftemplatesOrgRftemplate]
    page int
    id String
    The provider-assigned unique ID for this managed resource.
    orgId String
    orgRftemplates List<Property Map>
    page Number

    Supporting Types

    GetRftemplatesOrgRftemplate

    CountryCode string
    Optional, country code to use. If specified, this gets applied to all sites using the RF Template
    CreatedTime double
    When the object has been created, in epoch
    Id string
    Unique ID of the object instance in the Mist Organization
    ModifiedTime double
    When the object has been modified for the last time, in epoch
    Name string
    The name of the RF template
    OrgId string
    CountryCode string
    Optional, country code to use. If specified, this gets applied to all sites using the RF Template
    CreatedTime float64
    When the object has been created, in epoch
    Id string
    Unique ID of the object instance in the Mist Organization
    ModifiedTime float64
    When the object has been modified for the last time, in epoch
    Name string
    The name of the RF template
    OrgId string
    countryCode String
    Optional, country code to use. If specified, this gets applied to all sites using the RF Template
    createdTime Double
    When the object has been created, in epoch
    id String
    Unique ID of the object instance in the Mist Organization
    modifiedTime Double
    When the object has been modified for the last time, in epoch
    name String
    The name of the RF template
    orgId String
    countryCode string
    Optional, country code to use. If specified, this gets applied to all sites using the RF Template
    createdTime number
    When the object has been created, in epoch
    id string
    Unique ID of the object instance in the Mist Organization
    modifiedTime number
    When the object has been modified for the last time, in epoch
    name string
    The name of the RF template
    orgId string
    country_code str
    Optional, country code to use. If specified, this gets applied to all sites using the RF Template
    created_time float
    When the object has been created, in epoch
    id str
    Unique ID of the object instance in the Mist Organization
    modified_time float
    When the object has been modified for the last time, in epoch
    name str
    The name of the RF template
    org_id str
    countryCode String
    Optional, country code to use. If specified, this gets applied to all sites using the RF Template
    createdTime Number
    When the object has been created, in epoch
    id String
    Unique ID of the object instance in the Mist Organization
    modifiedTime Number
    When the object has been modified for the last time, in epoch
    name String
    The name of the RF template
    orgId String

    Package Details

    Repository
    junipermist pulumi/pulumi-junipermist
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the mist Terraform Provider.
    junipermist logo
    Juniper Mist v0.4.0 published on Wednesday, Apr 16, 2025 by Pulumi