Scaleway v1.39.0 published on Thursday, Dec 4, 2025 by pulumiverse
Scaleway v1.39.0 published on Thursday, Dec 4, 2025 by pulumiverse
Using getGrafana
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 getGrafana(args: GetGrafanaArgs, opts?: InvokeOptions): Promise<GetGrafanaResult>
function getGrafanaOutput(args: GetGrafanaOutputArgs, opts?: InvokeOptions): Output<GetGrafanaResult>def get_grafana(project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGrafanaResult
def get_grafana_output(project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGrafanaResult]func GetGrafana(ctx *Context, args *GetGrafanaArgs, opts ...InvokeOption) (*GetGrafanaResult, error)
func GetGrafanaOutput(ctx *Context, args *GetGrafanaOutputArgs, opts ...InvokeOption) GetGrafanaResultOutput> Note: This function is named GetGrafana in the Go SDK.
public static class GetGrafana
{
public static Task<GetGrafanaResult> InvokeAsync(GetGrafanaArgs args, InvokeOptions? opts = null)
public static Output<GetGrafanaResult> Invoke(GetGrafanaInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGrafanaResult> getGrafana(GetGrafanaArgs args, InvokeOptions options)
public static Output<GetGrafanaResult> getGrafana(GetGrafanaArgs args, InvokeOptions options)
fn::invoke:
function: scaleway:observability/getGrafana:getGrafana
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - The ID of the project the Grafana instance is associated with. If not provided, the default project configured in the provider is used.
- Project
Id string - The ID of the project the Grafana instance is associated with. If not provided, the default project configured in the provider is used.
- project
Id String - The ID of the project the Grafana instance is associated with. If not provided, the default project configured in the provider is used.
- project
Id string - The ID of the project the Grafana instance is associated with. If not provided, the default project configured in the provider is used.
- project_
id str - The ID of the project the Grafana instance is associated with. If not provided, the default project configured in the provider is used.
- project
Id String - The ID of the project the Grafana instance is associated with. If not provided, the default project configured in the provider is used.
getGrafana Result
The following output properties are available:
- Grafana
Url string - The URL to access the Grafana dashboard. Use your Scaleway IAM credentials to authenticate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string
- Grafana
Url string - The URL to access the Grafana dashboard. Use your Scaleway IAM credentials to authenticate.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string
- grafana
Url String - The URL to access the Grafana dashboard. Use your Scaleway IAM credentials to authenticate.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String
- grafana
Url string - The URL to access the Grafana dashboard. Use your Scaleway IAM credentials to authenticate.
- id string
- The provider-assigned unique ID for this managed resource.
- project
Id string
- grafana_
url str - The URL to access the Grafana dashboard. Use your Scaleway IAM credentials to authenticate.
- id str
- The provider-assigned unique ID for this managed resource.
- project_
id str
- grafana
Url String - The URL to access the Grafana dashboard. Use your Scaleway IAM credentials to authenticate.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scalewayTerraform Provider.
Scaleway v1.39.0 published on Thursday, Dec 4, 2025 by pulumiverse
