netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger
netbox.getConfigContext
Explore with Pulumi AI
netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger
Using getConfigContext
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 getConfigContext(args: GetConfigContextArgs, opts?: InvokeOptions): Promise<GetConfigContextResult>
function getConfigContextOutput(args: GetConfigContextOutputArgs, opts?: InvokeOptions): Output<GetConfigContextResult>
def get_config_context(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConfigContextResult
def get_config_context_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConfigContextResult]
func LookupConfigContext(ctx *Context, args *LookupConfigContextArgs, opts ...InvokeOption) (*LookupConfigContextResult, error)
func LookupConfigContextOutput(ctx *Context, args *LookupConfigContextOutputArgs, opts ...InvokeOption) LookupConfigContextResultOutput
> Note: This function is named LookupConfigContext
in the Go SDK.
public static class GetConfigContext
{
public static Task<GetConfigContextResult> InvokeAsync(GetConfigContextArgs args, InvokeOptions? opts = null)
public static Output<GetConfigContextResult> Invoke(GetConfigContextInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConfigContextResult> getConfigContext(GetConfigContextArgs args, InvokeOptions options)
public static Output<GetConfigContextResult> getConfigContext(GetConfigContextArgs args, InvokeOptions options)
fn::invoke:
function: netbox:index/getConfigContext:getConfigContext
arguments:
# arguments dictionary
The following arguments are supported:
getConfigContext Result
The following output properties are available:
- Cluster
Groups List<double> - Cluster
Types List<double> - Clusters List<double>
- Data string
- Description string
- Device
Types List<double> - Id string
- The ID of this resource.
- Locations List<double>
- Name string
- Platforms List<double>
- Regions List<double>
- Roles List<double>
- Site
Groups List<double> - Sites List<double>
- List<string>
- Tenant
Groups List<double> - Tenants List<double>
- Weight double
- Cluster
Groups []float64 - Cluster
Types []float64 - Clusters []float64
- Data string
- Description string
- Device
Types []float64 - Id string
- The ID of this resource.
- Locations []float64
- Name string
- Platforms []float64
- Regions []float64
- Roles []float64
- Site
Groups []float64 - Sites []float64
- []string
- Tenant
Groups []float64 - Tenants []float64
- Weight float64
- cluster
Groups List<Double> - cluster
Types List<Double> - clusters List<Double>
- data String
- description String
- device
Types List<Double> - id String
- The ID of this resource.
- locations List<Double>
- name String
- platforms List<Double>
- regions List<Double>
- roles List<Double>
- site
Groups List<Double> - sites List<Double>
- List<String>
- tenant
Groups List<Double> - tenants List<Double>
- weight Double
- cluster
Groups number[] - cluster
Types number[] - clusters number[]
- data string
- description string
- device
Types number[] - id string
- The ID of this resource.
- locations number[]
- name string
- platforms number[]
- regions number[]
- roles number[]
- site
Groups number[] - sites number[]
- string[]
- tenant
Groups number[] - tenants number[]
- weight number
- cluster_
groups Sequence[float] - cluster_
types Sequence[float] - clusters Sequence[float]
- data str
- description str
- device_
types Sequence[float] - id str
- The ID of this resource.
- locations Sequence[float]
- name str
- platforms Sequence[float]
- regions Sequence[float]
- roles Sequence[float]
- site_
groups Sequence[float] - sites Sequence[float]
- Sequence[str]
- tenant_
groups Sequence[float] - tenants Sequence[float]
- weight float
- cluster
Groups List<Number> - cluster
Types List<Number> - clusters List<Number>
- data String
- description String
- device
Types List<Number> - id String
- The ID of this resource.
- locations List<Number>
- name String
- platforms List<Number>
- regions List<Number>
- roles List<Number>
- site
Groups List<Number> - sites List<Number>
- List<String>
- tenant
Groups List<Number> - tenants List<Number>
- weight Number
Package Details
- Repository
- netbox e-breuninger/terraform-provider-netbox
- License
- Notes
- This Pulumi package is based on the
netbox
Terraform Provider.
netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger