1. Packages
  2. Cyral Provider
  3. API Docs
  4. getSystemInfo
cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc

cyral.getSystemInfo

Explore with Pulumi AI

cyral logo
cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc

    Retrieve information from Cyral system.

    Using getSystemInfo

    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 getSystemInfo(opts?: InvokeOptions): Promise<GetSystemInfoResult>
    function getSystemInfoOutput(opts?: InvokeOptions): Output<GetSystemInfoResult>
    def get_system_info(opts: Optional[InvokeOptions] = None) -> GetSystemInfoResult
    def get_system_info_output(opts: Optional[InvokeOptions] = None) -> Output[GetSystemInfoResult]
    func GetSystemInfo(ctx *Context, opts ...InvokeOption) (*GetSystemInfoResult, error)
    func GetSystemInfoOutput(ctx *Context, opts ...InvokeOption) GetSystemInfoResultOutput

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

    public static class GetSystemInfo 
    {
        public static Task<GetSystemInfoResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetSystemInfoResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSystemInfoResult> getSystemInfo(InvokeOptions options)
    public static Output<GetSystemInfoResult> getSystemInfo(InvokeOptions options)
    
    fn::invoke:
      function: cyral:index/getSystemInfo:getSystemInfo
      arguments:
        # arguments dictionary

    getSystemInfo Result

    The following output properties are available:

    ControlPlaneVersion string
    Control Plane version.
    Id string
    Data source identifier.
    SidecarLatestVersion string
    Latest Sidecar version available to this Control Plane.
    ControlPlaneVersion string
    Control Plane version.
    Id string
    Data source identifier.
    SidecarLatestVersion string
    Latest Sidecar version available to this Control Plane.
    controlPlaneVersion String
    Control Plane version.
    id String
    Data source identifier.
    sidecarLatestVersion String
    Latest Sidecar version available to this Control Plane.
    controlPlaneVersion string
    Control Plane version.
    id string
    Data source identifier.
    sidecarLatestVersion string
    Latest Sidecar version available to this Control Plane.
    control_plane_version str
    Control Plane version.
    id str
    Data source identifier.
    sidecar_latest_version str
    Latest Sidecar version available to this Control Plane.
    controlPlaneVersion String
    Control Plane version.
    id String
    Data source identifier.
    sidecarLatestVersion String
    Latest Sidecar version available to this Control Plane.

    Package Details

    Repository
    cyral cyralinc/terraform-provider-cyral
    License
    Notes
    This Pulumi package is based on the cyral Terraform Provider.
    cyral logo
    cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc