Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Site data source
Using getSite
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 getSite(args: GetSiteArgs, opts?: InvokeOptions): Promise<GetSiteResult>
function getSiteOutput(args: GetSiteOutputArgs, opts?: InvokeOptions): Output<GetSiteResult>def get_site(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSiteResult
def get_site_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSiteResult]func GetSite(ctx *Context, args *GetSiteArgs, opts ...InvokeOption) (*GetSiteResult, error)
func GetSiteOutput(ctx *Context, args *GetSiteOutputArgs, opts ...InvokeOption) GetSiteResultOutput> Note: This function is named GetSite in the Go SDK.
public static class GetSite
{
public static Task<GetSiteResult> InvokeAsync(GetSiteArgs args, InvokeOptions? opts = null)
public static Output<GetSiteResult> Invoke(GetSiteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSiteResult> getSite(GetSiteArgs args, InvokeOptions options)
public static Output<GetSiteResult> getSite(GetSiteArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getSite:getSite
arguments:
# arguments dictionaryThe following arguments are supported:
getSite Result
The following output properties are available:
- Address
Line1 string - The address in which the site exists
- Address
Line2 string - The address in which the site exists (continued)
- City string
- The city in which the site exists
- Country string
- The country in which the site exists
- Id string
- The UUID of the site
- Latitude double
- The latitude coordinate for the site
- Longitude double
- The longitude coordinate for the site
- Members
List<Get
Site Member> - Members
- Name string
- The name of the site
- Qos
Get
Site Qos - Qos
- State string
- The state in which the site exists
- Tfid string
- Type string
- The site type
- Zip
Code string - The postal code in which the site exists
- Address
Line1 string - The address in which the site exists
- Address
Line2 string - The address in which the site exists (continued)
- City string
- The city in which the site exists
- Country string
- The country in which the site exists
- Id string
- The UUID of the site
- Latitude float64
- The latitude coordinate for the site
- Longitude float64
- The longitude coordinate for the site
- Members
[]Get
Site Member - Members
- Name string
- The name of the site
- Qos
Get
Site Qos - Qos
- State string
- The state in which the site exists
- Tfid string
- Type string
- The site type
- Zip
Code string - The postal code in which the site exists
- address
Line1 String - The address in which the site exists
- address
Line2 String - The address in which the site exists (continued)
- city String
- The city in which the site exists
- country String
- The country in which the site exists
- id String
- The UUID of the site
- latitude Double
- The latitude coordinate for the site
- longitude Double
- The longitude coordinate for the site
- members
List<Get
Site Member> - Members
- name String
- The name of the site
- qos
Get
Site Qos - Qos
- state String
- The state in which the site exists
- tfid String
- type String
- The site type
- zip
Code String - The postal code in which the site exists
- address
Line1 string - The address in which the site exists
- address
Line2 string - The address in which the site exists (continued)
- city string
- The city in which the site exists
- country string
- The country in which the site exists
- id string
- The UUID of the site
- latitude number
- The latitude coordinate for the site
- longitude number
- The longitude coordinate for the site
- members
Get
Site Member[] - Members
- name string
- The name of the site
- qos
Get
Site Qos - Qos
- state string
- The state in which the site exists
- tfid string
- type string
- The site type
- zip
Code string - The postal code in which the site exists
- address_
line1 str - The address in which the site exists
- address_
line2 str - The address in which the site exists (continued)
- city str
- The city in which the site exists
- country str
- The country in which the site exists
- id str
- The UUID of the site
- latitude float
- The latitude coordinate for the site
- longitude float
- The longitude coordinate for the site
- members
Sequence[Get
Site Member] - Members
- name str
- The name of the site
- qos
Get
Site Qos - Qos
- state str
- The state in which the site exists
- tfid str
- type str
- The site type
- zip_
code str - The postal code in which the site exists
- address
Line1 String - The address in which the site exists
- address
Line2 String - The address in which the site exists (continued)
- city String
- The city in which the site exists
- country String
- The country in which the site exists
- id String
- The UUID of the site
- latitude Number
- The latitude coordinate for the site
- longitude Number
- The longitude coordinate for the site
- members List<Property Map>
- Members
- name String
- The name of the site
- qos Property Map
- Qos
- state String
- The state in which the site exists
- tfid String
- type String
- The site type
- zip
Code String - The postal code in which the site exists
Supporting Types
GetSiteMember
- Id string
- UUID of the remote network
- Mode string
- The mode of the remote network
- Name string
- The member name
- Remote
Network string - The remote network name
- Id string
- UUID of the remote network
- Mode string
- The mode of the remote network
- Name string
- The member name
- Remote
Network string - The remote network name
- id String
- UUID of the remote network
- mode String
- The mode of the remote network
- name String
- The member name
- remote
Network String - The remote network name
- id string
- UUID of the remote network
- mode string
- The mode of the remote network
- name string
- The member name
- remote
Network string - The remote network name
- id str
- UUID of the remote network
- mode str
- The mode of the remote network
- name str
- The member name
- remote_
network str - The remote network name
- id String
- UUID of the remote network
- mode String
- The mode of the remote network
- name String
- The member name
- remote
Network String - The remote network name
GetSiteQos
- backup_
cir float - The backup CIR in Mbps. This is distributed equally for all tunnels in the site.
- cir float
- The CIR in Mbps. This is distributed equally for all tunnels in the site.
- profile str
- The name of the site QoS profile
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
