1. Packages
  2. Packages
  3. Panos Provider
  4. API Docs
  5. getVsys
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks

    Using getVsys

    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 getVsys(args: GetVsysArgs, opts?: InvokeOptions): Promise<GetVsysResult>
    function getVsysOutput(args: GetVsysOutputArgs, opts?: InvokeOptions): Output<GetVsysResult>
    def get_vsys(location: Optional[GetVsysLocation] = None,
                 name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetVsysResult
    def get_vsys_output(location: Optional[pulumi.Input[GetVsysLocationArgs]] = None,
                 name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetVsysResult]
    func LookupVsys(ctx *Context, args *LookupVsysArgs, opts ...InvokeOption) (*LookupVsysResult, error)
    func LookupVsysOutput(ctx *Context, args *LookupVsysOutputArgs, opts ...InvokeOption) LookupVsysResultOutput

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

    public static class GetVsys 
    {
        public static Task<GetVsysResult> InvokeAsync(GetVsysArgs args, InvokeOptions? opts = null)
        public static Output<GetVsysResult> Invoke(GetVsysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVsysResult> getVsys(GetVsysArgs args, InvokeOptions options)
    public static Output<GetVsysResult> getVsys(GetVsysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getVsys:getVsys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetVsysLocation
    The location of this object.
    Name string
    Location GetVsysLocation
    The location of this object.
    Name string
    location GetVsysLocation
    The location of this object.
    name String
    location GetVsysLocation
    The location of this object.
    name string
    location GetVsysLocation
    The location of this object.
    name str
    location Property Map
    The location of this object.
    name String

    getVsys Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetVsysLocation
    The location of this object.
    Name string
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetVsysLocation
    The location of this object.
    Name string
    id String
    The provider-assigned unique ID for this managed resource.
    location GetVsysLocation
    The location of this object.
    name String
    id string
    The provider-assigned unique ID for this managed resource.
    location GetVsysLocation
    The location of this object.
    name string
    id str
    The provider-assigned unique ID for this managed resource.
    location GetVsysLocation
    The location of this object.
    name str
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String

    Supporting Types

    GetVsysLocation

    Template GetVsysLocationTemplate
    Located in a specific template
    TemplateStack GetVsysLocationTemplateStack
    Located in a specific template stack
    Template GetVsysLocationTemplate
    Located in a specific template
    TemplateStack GetVsysLocationTemplateStack
    Located in a specific template stack
    template GetVsysLocationTemplate
    Located in a specific template
    templateStack GetVsysLocationTemplateStack
    Located in a specific template stack
    template GetVsysLocationTemplate
    Located in a specific template
    templateStack GetVsysLocationTemplateStack
    Located in a specific template stack
    template GetVsysLocationTemplate
    Located in a specific template
    template_stack GetVsysLocationTemplateStack
    Located in a specific template stack
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetVsysLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetVsysLocationTemplateStack

    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template stack
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template stack
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    Viewing docs for panos 2.0.11
    published on Tuesday, Apr 28, 2026 by paloaltonetworks
      Try Pulumi Cloud free. Your team will thank you.