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 dictionary
getSystemInfo Result
The following output properties are available:
- Control
Plane stringVersion - Control Plane version.
- Id string
- Data source identifier.
- Sidecar
Latest stringVersion - Latest Sidecar version available to this Control Plane.
- Control
Plane stringVersion - Control Plane version.
- Id string
- Data source identifier.
- Sidecar
Latest stringVersion - Latest Sidecar version available to this Control Plane.
- control
Plane StringVersion - Control Plane version.
- id String
- Data source identifier.
- sidecar
Latest StringVersion - Latest Sidecar version available to this Control Plane.
- control
Plane stringVersion - Control Plane version.
- id string
- Data source identifier.
- sidecar
Latest 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.
- control
Plane StringVersion - Control Plane version.
- id String
- Data source identifier.
- sidecar
Latest 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
cyral
Terraform Provider.