cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc
cyral.getSystemInfo
Explore with Pulumi AI
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 dictionarygetSystemInfo Result
The following output properties are available:
- ControlPlane stringVersion 
- Control Plane version.
- Id string
- Data source identifier.
- SidecarLatest stringVersion 
- Latest Sidecar version available to this Control Plane.
- ControlPlane stringVersion 
- Control Plane version.
- Id string
- Data source identifier.
- SidecarLatest stringVersion 
- Latest Sidecar version available to this Control Plane.
- controlPlane StringVersion 
- Control Plane version.
- id String
- Data source identifier.
- sidecarLatest StringVersion 
- Latest Sidecar version available to this Control Plane.
- controlPlane stringVersion 
- Control Plane version.
- id string
- Data source identifier.
- sidecarLatest stringVersion 
- Latest Sidecar version available to this Control Plane.
- control_plane_ strversion 
- Control Plane version.
- id str
- Data source identifier.
- sidecar_latest_ strversion 
- Latest Sidecar version available to this Control Plane.
- controlPlane StringVersion 
- Control Plane version.
- id String
- Data source identifier.
- sidecarLatest StringVersion 
- 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 cyralTerraform Provider.