

grafana.getCloudStack
Data source for Grafana Stack
Using getCloudStack
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 getCloudStack(args: GetCloudStackArgs, opts?: InvokeOptions): Promise<GetCloudStackResult>
function getCloudStackOutput(args: GetCloudStackOutputArgs, opts?: InvokeOptions): Output<GetCloudStackResult>
def get_cloud_stack(slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudStackResult
def get_cloud_stack_output(slug: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudStackResult]
func LookupCloudStack(ctx *Context, args *LookupCloudStackArgs, opts ...InvokeOption) (*LookupCloudStackResult, error)
func LookupCloudStackOutput(ctx *Context, args *LookupCloudStackOutputArgs, opts ...InvokeOption) LookupCloudStackResultOutput
> Note: This function is named LookupCloudStack
in the Go SDK.
public static class GetCloudStack
{
public static Task<GetCloudStackResult> InvokeAsync(GetCloudStackArgs args, InvokeOptions? opts = null)
public static Output<GetCloudStackResult> Invoke(GetCloudStackInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudStackResult> getCloudStack(GetCloudStackArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: grafana:index/getCloudStack:getCloudStack
arguments:
# arguments dictionary
The following arguments are supported:
- Slug string
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- Slug string
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug String
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug string
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug str
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- slug String
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
getCloudStack Result
The following output properties are available:
- Alertmanager
Name string Name of the Alertmanager instance configured for this stack.
- Alertmanager
Status string Status of the Alertmanager instance configured for this stack.
- Alertmanager
Url string Base URL of the Alertmanager instance configured for this stack.
- Alertmanager
User intId User ID of the Alertmanager instance configured for this stack.
- Description string
Description of stack.
- Graphite
Name string - Graphite
Status string - Graphite
Url string - Graphite
User intId - Id string
The stack id assigned to this stack by Grafana.
- Logs
Name string - Logs
Status string - Logs
Url string - Logs
User intId - Name string
Name of stack. Conventionally matches the url of the instance (e.g. “\n\n.grafana.net”).
- Org
Id int Organization id to assign to this stack.
- Org
Name string Organization name to assign to this stack.
- Org
Slug string Organization slug to assign to this stack.
- Prometheus
Name string Prometheus name for this instance.
- Prometheus
Remote stringEndpoint Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- Prometheus
Remote stringWrite Endpoint Use this URL to send prometheus metrics to Grafana cloud
- Prometheus
Status string Prometheus status for this instance.
- Prometheus
Url string Prometheus url for this instance.
- Prometheus
User intId Prometheus user ID. Used for e.g. remote_write.
- Region
Slug string The region this stack is deployed to.
- Slug string
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- Status string
Status of the stack.
- Traces
Name string - Traces
Status string - Traces
Url string - Traces
User intId - Url string
Custom URL for the Grafana instance. Must have a CNAME setup to point to
.grafana.net
before creating the stack
- Alertmanager
Name string Name of the Alertmanager instance configured for this stack.
- Alertmanager
Status string Status of the Alertmanager instance configured for this stack.
- Alertmanager
Url string Base URL of the Alertmanager instance configured for this stack.
- Alertmanager
User intId User ID of the Alertmanager instance configured for this stack.
- Description string
Description of stack.
- Graphite
Name string - Graphite
Status string - Graphite
Url string - Graphite
User intId - Id string
The stack id assigned to this stack by Grafana.
- Logs
Name string - Logs
Status string - Logs
Url string - Logs
User intId - Name string
Name of stack. Conventionally matches the url of the instance (e.g. “\n\n.grafana.net”).
- Org
Id int Organization id to assign to this stack.
- Org
Name string Organization name to assign to this stack.
- Org
Slug string Organization slug to assign to this stack.
- Prometheus
Name string Prometheus name for this instance.
- Prometheus
Remote stringEndpoint Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- Prometheus
Remote stringWrite Endpoint Use this URL to send prometheus metrics to Grafana cloud
- Prometheus
Status string Prometheus status for this instance.
- Prometheus
Url string Prometheus url for this instance.
- Prometheus
User intId Prometheus user ID. Used for e.g. remote_write.
- Region
Slug string The region this stack is deployed to.
- Slug string
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- Status string
Status of the stack.
- Traces
Name string - Traces
Status string - Traces
Url string - Traces
User intId - Url string
Custom URL for the Grafana instance. Must have a CNAME setup to point to
.grafana.net
before creating the stack
- alertmanager
Name String Name of the Alertmanager instance configured for this stack.
- alertmanager
Status String Status of the Alertmanager instance configured for this stack.
- alertmanager
Url String Base URL of the Alertmanager instance configured for this stack.
- alertmanager
User IntegerId User ID of the Alertmanager instance configured for this stack.
- description String
Description of stack.
- graphite
Name String - graphite
Status String - graphite
Url String - graphite
User IntegerId - id String
The stack id assigned to this stack by Grafana.
- logs
Name String - logs
Status String - logs
Url String - logs
User IntegerId - name String
Name of stack. Conventionally matches the url of the instance (e.g. “\n\n.grafana.net”).
- org
Id Integer Organization id to assign to this stack.
- org
Name String Organization name to assign to this stack.
- org
Slug String Organization slug to assign to this stack.
- prometheus
Name String Prometheus name for this instance.
- prometheus
Remote StringEndpoint Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheus
Remote StringWrite Endpoint Use this URL to send prometheus metrics to Grafana cloud
- prometheus
Status String Prometheus status for this instance.
- prometheus
Url String Prometheus url for this instance.
- prometheus
User IntegerId Prometheus user ID. Used for e.g. remote_write.
- region
Slug String The region this stack is deployed to.
- slug String
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status String
Status of the stack.
- traces
Name String - traces
Status String - traces
Url String - traces
User IntegerId - url String
Custom URL for the Grafana instance. Must have a CNAME setup to point to
.grafana.net
before creating the stack
- alertmanager
Name string Name of the Alertmanager instance configured for this stack.
- alertmanager
Status string Status of the Alertmanager instance configured for this stack.
- alertmanager
Url string Base URL of the Alertmanager instance configured for this stack.
- alertmanager
User numberId User ID of the Alertmanager instance configured for this stack.
- description string
Description of stack.
- graphite
Name string - graphite
Status string - graphite
Url string - graphite
User numberId - id string
The stack id assigned to this stack by Grafana.
- logs
Name string - logs
Status string - logs
Url string - logs
User numberId - name string
Name of stack. Conventionally matches the url of the instance (e.g. “\n\n.grafana.net”).
- org
Id number Organization id to assign to this stack.
- org
Name string Organization name to assign to this stack.
- org
Slug string Organization slug to assign to this stack.
- prometheus
Name string Prometheus name for this instance.
- prometheus
Remote stringEndpoint Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheus
Remote stringWrite Endpoint Use this URL to send prometheus metrics to Grafana cloud
- prometheus
Status string Prometheus status for this instance.
- prometheus
Url string Prometheus url for this instance.
- prometheus
User numberId Prometheus user ID. Used for e.g. remote_write.
- region
Slug string The region this stack is deployed to.
- slug string
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status string
Status of the stack.
- traces
Name string - traces
Status string - traces
Url string - traces
User numberId - url string
Custom URL for the Grafana instance. Must have a CNAME setup to point to
.grafana.net
before creating the stack
- alertmanager_
name str Name of the Alertmanager instance configured for this stack.
- alertmanager_
status str Status of the Alertmanager instance configured for this stack.
- alertmanager_
url str Base URL of the Alertmanager instance configured for this stack.
- alertmanager_
user_ intid User ID of the Alertmanager instance configured for this stack.
- description str
Description of stack.
- graphite_
name str - graphite_
status str - graphite_
url str - graphite_
user_ intid - id str
The stack id assigned to this stack by Grafana.
- logs_
name str - logs_
status str - logs_
url str - logs_
user_ intid - name str
Name of stack. Conventionally matches the url of the instance (e.g. “\n\n.grafana.net”).
- org_
id int Organization id to assign to this stack.
- org_
name str Organization name to assign to this stack.
- org_
slug str Organization slug to assign to this stack.
- prometheus_
name str Prometheus name for this instance.
- prometheus_
remote_ strendpoint Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheus_
remote_ strwrite_ endpoint Use this URL to send prometheus metrics to Grafana cloud
- prometheus_
status str Prometheus status for this instance.
- prometheus_
url str Prometheus url for this instance.
- prometheus_
user_ intid Prometheus user ID. Used for e.g. remote_write.
- region_
slug str The region this stack is deployed to.
- slug str
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status str
Status of the stack.
- traces_
name str - traces_
status str - traces_
url str - traces_
user_ intid - url str
Custom URL for the Grafana instance. Must have a CNAME setup to point to
.grafana.net
before creating the stack
- alertmanager
Name String Name of the Alertmanager instance configured for this stack.
- alertmanager
Status String Status of the Alertmanager instance configured for this stack.
- alertmanager
Url String Base URL of the Alertmanager instance configured for this stack.
- alertmanager
User NumberId User ID of the Alertmanager instance configured for this stack.
- description String
Description of stack.
- graphite
Name String - graphite
Status String - graphite
Url String - graphite
User NumberId - id String
The stack id assigned to this stack by Grafana.
- logs
Name String - logs
Status String - logs
Url String - logs
User NumberId - name String
Name of stack. Conventionally matches the url of the instance (e.g. “\n\n.grafana.net”).
- org
Id Number Organization id to assign to this stack.
- org
Name String Organization name to assign to this stack.
- org
Slug String Organization slug to assign to this stack.
- prometheus
Name String Prometheus name for this instance.
- prometheus
Remote StringEndpoint Use this URL to query hosted metrics data e.g. Prometheus data source in Grafana
- prometheus
Remote StringWrite Endpoint Use this URL to send prometheus metrics to Grafana cloud
- prometheus
Status String Prometheus status for this instance.
- prometheus
Url String Prometheus url for this instance.
- prometheus
User NumberId Prometheus user ID. Used for e.g. remote_write.
- region
Slug String The region this stack is deployed to.
- slug String
Subdomain that the Grafana instance will be available at (i.e. setting slug to “\n\n” will make the instance available at “https://\n\n.grafana.net".
- status String
Status of the stack.
- traces
Name String - traces
Status String - traces
Url String - traces
User NumberId - url String
Custom URL for the Grafana instance. Must have a CNAME setup to point to
.grafana.net
before creating the stack
Package Details
- Repository
- grafana lbrlabs/pulumi-grafana
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
grafana
Terraform Provider.