Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getReportData
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 getReportData(args: GetReportDataArgs, opts?: InvokeOptions): Promise<GetReportDataResult>
function getReportDataOutput(args: GetReportDataOutputArgs, opts?: InvokeOptions): Output<GetReportDataResult>def get_report_data(agent_id: Optional[str] = None,
cadence: Optional[str] = None,
report_id: Optional[str] = None,
report_type: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReportDataResult
def get_report_data_output(agent_id: pulumi.Input[Optional[str]] = None,
cadence: pulumi.Input[Optional[str]] = None,
report_id: pulumi.Input[Optional[str]] = None,
report_type: pulumi.Input[Optional[str]] = None,
status: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReportDataResult]func GetReportData(ctx *Context, args *GetReportDataArgs, opts ...InvokeOption) (*GetReportDataResult, error)
func GetReportDataOutput(ctx *Context, args *GetReportDataOutputArgs, opts ...InvokeOption) GetReportDataResultOutput> Note: This function is named GetReportData in the Go SDK.
public static class GetReportData
{
public static Task<GetReportDataResult> InvokeAsync(GetReportDataArgs args, InvokeOptions? opts = null)
public static Output<GetReportDataResult> Invoke(GetReportDataInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReportDataResult> getReportData(GetReportDataArgs args, InvokeOptions options)
public static Output<GetReportDataResult> getReportData(GetReportDataArgs args, InvokeOptions options)
fn::invoke:
function: thoth:governance/getReportData:getReportData
arguments:
# arguments dictionarydata "thoth_governance_get_report_data" "name" {
# arguments
}The following arguments are supported:
- Agent
Id string - Cadence string
- Report
Id string - Report
Type string - Status string
- Agent
Id string - Cadence string
- Report
Id string - Report
Type string - Status string
- agent_
id string - cadence string
- report_
id string - report_
type string - status string
- agent
Id String - cadence String
- report
Id String - report
Type String - status String
- agent
Id string - cadence string
- report
Id string - report
Type string - status string
- agent_
id str - cadence str
- report_
id str - report_
type str - status str
- agent
Id String - cadence String
- report
Id String - report
Type String - status String
getReportData Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadata
Json string - Report
Id string - Response
Json string - Agent
Id string - Cadence string
- Report
Type string - Status string
- Id string
- The provider-assigned unique ID for this managed resource.
- Metadata
Json string - Report
Id string - Response
Json string - Agent
Id string - Cadence string
- Report
Type string - Status string
- id string
- The provider-assigned unique ID for this managed resource.
- metadata_
json string - report_
id string - response_
json string - agent_
id string - cadence string
- report_
type string - status string
- id String
- The provider-assigned unique ID for this managed resource.
- metadata
Json String - report
Id String - response
Json String - agent
Id String - cadence String
- report
Type String - status String
- id string
- The provider-assigned unique ID for this managed resource.
- metadata
Json string - report
Id string - response
Json string - agent
Id string - cadence string
- report
Type string - status string
- id str
- The provider-assigned unique ID for this managed resource.
- metadata_
json str - report_
id str - response_
json str - agent_
id str - cadence str
- report_
type str - status str
- id String
- The provider-assigned unique ID for this managed resource.
- metadata
Json String - report
Id String - response
Json String - agent
Id String - cadence String
- report
Type String - status String
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security