1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vmp
  6. getWorkspace
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::VMP::Workspace

    Using getWorkspace

    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 getWorkspace(args: GetWorkspaceArgs, opts?: InvokeOptions): Promise<GetWorkspaceResult>
    function getWorkspaceOutput(args: GetWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetWorkspaceResult>
    def get_workspace(id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetWorkspaceResult
    def get_workspace_output(id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetWorkspaceResult]
    func LookupWorkspace(ctx *Context, args *LookupWorkspaceArgs, opts ...InvokeOption) (*LookupWorkspaceResult, error)
    func LookupWorkspaceOutput(ctx *Context, args *LookupWorkspaceOutputArgs, opts ...InvokeOption) LookupWorkspaceResultOutput

    > Note: This function is named LookupWorkspace in the Go SDK.

    public static class GetWorkspace 
    {
        public static Task<GetWorkspaceResult> InvokeAsync(GetWorkspaceArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkspaceResult> Invoke(GetWorkspaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    public static Output<GetWorkspaceResult> getWorkspace(GetWorkspaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:vmp/getWorkspace:getWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getWorkspace Result

    The following output properties are available:

    AuthType string
    Workspace authentication type. Options: BasicAuth: Basic authentication, requires Username and Password for authentication. BearerToken: Token authentication, requires BearerToken for authentication. None: No custom authentication required. Note: When the authentication type is set to None, AK/SK authentication is used by default.
    BearerToken string
    Workspace Bearer Token. Note: Configure this parameter only when the AuthType parameter is set to BearerToken.
    CreateTime string
    Workspace creation time, RFC3339 format
    DeleteProtectionEnabled bool
    Enable workspace deletion protection: true for enabled, false for disabled
    Description string
    Workspace description, string, length limit 0–200
    Id string
    Uniquely identifies the resource.
    InstanceType Volcengine.GetWorkspaceInstanceType
    Workspace specification details
    InstanceTypeId string
    Workspace specifications: vmp.standard.15d: workspace with 15 days storage duration. vmp.standard.30d: workspace with 30 days storage duration. vmp.standard.90d: workspace with 90 days storage duration. vmp.standard.180d: workspace with 180 days storage duration. vmp.standard.1y: workspace with 1 year storage duration
    Name string
    Workspace name, string, length limit 1–100
    OverdueReclaimTime string
    Workspace expected overdue recovery time, RFC3339 format
    Password string
    Workspace BasicAuth password
    ProjectName string
    Project name
    PrometheusPushEndpoint string
    Workspace public Push Gateway URL address.
    PrometheusPushIntranetEndpoint string
    Workspace Push Gateway URL address
    PrometheusQueryEndpoint string
    Workspace public Query URL address.
    PrometheusQueryIntranetEndpoint string
    Workspace Query URL address
    PrometheusWriteEndpoint string
    Workspace public RemoteWrite URL address.
    PrometheusWriteIntranetEndpoint string
    Workspace RemoteWrite URL address
    PublicAccessEnabled bool
    Whether to enable workspace public access capability. true: enabled, false: disabled.
    PublicQueryBandwidth int
    Workspace public Query bandwidth (Mbps).
    PublicWriteBandwidth int
    Workspace public RemoteWrite bandwidth (Mbps).
    Quota Volcengine.GetWorkspaceQuota
    Workspace quota details
    SearchLatencyOffset string
    Workspace public Query search latency offset.
    Status string
    Workspace status. Values: Creating: creating Active: active Updating: updating Deleting: deleting OverdueShutted: overdue shutdown Resuming: resuming Error: error
    Tags List<Volcengine.GetWorkspaceTag>
    Workspace tags
    Usage Volcengine.GetWorkspaceUsage
    Workspace usage
    Username string
    Workspace BasicAuth username
    WorkspaceId string
    Workspace ID
    AuthType string
    Workspace authentication type. Options: BasicAuth: Basic authentication, requires Username and Password for authentication. BearerToken: Token authentication, requires BearerToken for authentication. None: No custom authentication required. Note: When the authentication type is set to None, AK/SK authentication is used by default.
    BearerToken string
    Workspace Bearer Token. Note: Configure this parameter only when the AuthType parameter is set to BearerToken.
    CreateTime string
    Workspace creation time, RFC3339 format
    DeleteProtectionEnabled bool
    Enable workspace deletion protection: true for enabled, false for disabled
    Description string
    Workspace description, string, length limit 0–200
    Id string
    Uniquely identifies the resource.
    InstanceType GetWorkspaceInstanceType
    Workspace specification details
    InstanceTypeId string
    Workspace specifications: vmp.standard.15d: workspace with 15 days storage duration. vmp.standard.30d: workspace with 30 days storage duration. vmp.standard.90d: workspace with 90 days storage duration. vmp.standard.180d: workspace with 180 days storage duration. vmp.standard.1y: workspace with 1 year storage duration
    Name string
    Workspace name, string, length limit 1–100
    OverdueReclaimTime string
    Workspace expected overdue recovery time, RFC3339 format
    Password string
    Workspace BasicAuth password
    ProjectName string
    Project name
    PrometheusPushEndpoint string
    Workspace public Push Gateway URL address.
    PrometheusPushIntranetEndpoint string
    Workspace Push Gateway URL address
    PrometheusQueryEndpoint string
    Workspace public Query URL address.
    PrometheusQueryIntranetEndpoint string
    Workspace Query URL address
    PrometheusWriteEndpoint string
    Workspace public RemoteWrite URL address.
    PrometheusWriteIntranetEndpoint string
    Workspace RemoteWrite URL address
    PublicAccessEnabled bool
    Whether to enable workspace public access capability. true: enabled, false: disabled.
    PublicQueryBandwidth int
    Workspace public Query bandwidth (Mbps).
    PublicWriteBandwidth int
    Workspace public RemoteWrite bandwidth (Mbps).
    Quota GetWorkspaceQuota
    Workspace quota details
    SearchLatencyOffset string
    Workspace public Query search latency offset.
    Status string
    Workspace status. Values: Creating: creating Active: active Updating: updating Deleting: deleting OverdueShutted: overdue shutdown Resuming: resuming Error: error
    Tags []GetWorkspaceTag
    Workspace tags
    Usage GetWorkspaceUsage
    Workspace usage
    Username string
    Workspace BasicAuth username
    WorkspaceId string
    Workspace ID
    authType String
    Workspace authentication type. Options: BasicAuth: Basic authentication, requires Username and Password for authentication. BearerToken: Token authentication, requires BearerToken for authentication. None: No custom authentication required. Note: When the authentication type is set to None, AK/SK authentication is used by default.
    bearerToken String
    Workspace Bearer Token. Note: Configure this parameter only when the AuthType parameter is set to BearerToken.
    createTime String
    Workspace creation time, RFC3339 format
    deleteProtectionEnabled Boolean
    Enable workspace deletion protection: true for enabled, false for disabled
    description String
    Workspace description, string, length limit 0–200
    id String
    Uniquely identifies the resource.
    instanceType GetWorkspaceInstanceType
    Workspace specification details
    instanceTypeId String
    Workspace specifications: vmp.standard.15d: workspace with 15 days storage duration. vmp.standard.30d: workspace with 30 days storage duration. vmp.standard.90d: workspace with 90 days storage duration. vmp.standard.180d: workspace with 180 days storage duration. vmp.standard.1y: workspace with 1 year storage duration
    name String
    Workspace name, string, length limit 1–100
    overdueReclaimTime String
    Workspace expected overdue recovery time, RFC3339 format
    password String
    Workspace BasicAuth password
    projectName String
    Project name
    prometheusPushEndpoint String
    Workspace public Push Gateway URL address.
    prometheusPushIntranetEndpoint String
    Workspace Push Gateway URL address
    prometheusQueryEndpoint String
    Workspace public Query URL address.
    prometheusQueryIntranetEndpoint String
    Workspace Query URL address
    prometheusWriteEndpoint String
    Workspace public RemoteWrite URL address.
    prometheusWriteIntranetEndpoint String
    Workspace RemoteWrite URL address
    publicAccessEnabled Boolean
    Whether to enable workspace public access capability. true: enabled, false: disabled.
    publicQueryBandwidth Integer
    Workspace public Query bandwidth (Mbps).
    publicWriteBandwidth Integer
    Workspace public RemoteWrite bandwidth (Mbps).
    quota GetWorkspaceQuota
    Workspace quota details
    searchLatencyOffset String
    Workspace public Query search latency offset.
    status String
    Workspace status. Values: Creating: creating Active: active Updating: updating Deleting: deleting OverdueShutted: overdue shutdown Resuming: resuming Error: error
    tags List<GetWorkspaceTag>
    Workspace tags
    usage GetWorkspaceUsage
    Workspace usage
    username String
    Workspace BasicAuth username
    workspaceId String
    Workspace ID
    authType string
    Workspace authentication type. Options: BasicAuth: Basic authentication, requires Username and Password for authentication. BearerToken: Token authentication, requires BearerToken for authentication. None: No custom authentication required. Note: When the authentication type is set to None, AK/SK authentication is used by default.
    bearerToken string
    Workspace Bearer Token. Note: Configure this parameter only when the AuthType parameter is set to BearerToken.
    createTime string
    Workspace creation time, RFC3339 format
    deleteProtectionEnabled boolean
    Enable workspace deletion protection: true for enabled, false for disabled
    description string
    Workspace description, string, length limit 0–200
    id string
    Uniquely identifies the resource.
    instanceType GetWorkspaceInstanceType
    Workspace specification details
    instanceTypeId string
    Workspace specifications: vmp.standard.15d: workspace with 15 days storage duration. vmp.standard.30d: workspace with 30 days storage duration. vmp.standard.90d: workspace with 90 days storage duration. vmp.standard.180d: workspace with 180 days storage duration. vmp.standard.1y: workspace with 1 year storage duration
    name string
    Workspace name, string, length limit 1–100
    overdueReclaimTime string
    Workspace expected overdue recovery time, RFC3339 format
    password string
    Workspace BasicAuth password
    projectName string
    Project name
    prometheusPushEndpoint string
    Workspace public Push Gateway URL address.
    prometheusPushIntranetEndpoint string
    Workspace Push Gateway URL address
    prometheusQueryEndpoint string
    Workspace public Query URL address.
    prometheusQueryIntranetEndpoint string
    Workspace Query URL address
    prometheusWriteEndpoint string
    Workspace public RemoteWrite URL address.
    prometheusWriteIntranetEndpoint string
    Workspace RemoteWrite URL address
    publicAccessEnabled boolean
    Whether to enable workspace public access capability. true: enabled, false: disabled.
    publicQueryBandwidth number
    Workspace public Query bandwidth (Mbps).
    publicWriteBandwidth number
    Workspace public RemoteWrite bandwidth (Mbps).
    quota GetWorkspaceQuota
    Workspace quota details
    searchLatencyOffset string
    Workspace public Query search latency offset.
    status string
    Workspace status. Values: Creating: creating Active: active Updating: updating Deleting: deleting OverdueShutted: overdue shutdown Resuming: resuming Error: error
    tags GetWorkspaceTag[]
    Workspace tags
    usage GetWorkspaceUsage
    Workspace usage
    username string
    Workspace BasicAuth username
    workspaceId string
    Workspace ID
    auth_type str
    Workspace authentication type. Options: BasicAuth: Basic authentication, requires Username and Password for authentication. BearerToken: Token authentication, requires BearerToken for authentication. None: No custom authentication required. Note: When the authentication type is set to None, AK/SK authentication is used by default.
    bearer_token str
    Workspace Bearer Token. Note: Configure this parameter only when the AuthType parameter is set to BearerToken.
    create_time str
    Workspace creation time, RFC3339 format
    delete_protection_enabled bool
    Enable workspace deletion protection: true for enabled, false for disabled
    description str
    Workspace description, string, length limit 0–200
    id str
    Uniquely identifies the resource.
    instance_type GetWorkspaceInstanceType
    Workspace specification details
    instance_type_id str
    Workspace specifications: vmp.standard.15d: workspace with 15 days storage duration. vmp.standard.30d: workspace with 30 days storage duration. vmp.standard.90d: workspace with 90 days storage duration. vmp.standard.180d: workspace with 180 days storage duration. vmp.standard.1y: workspace with 1 year storage duration
    name str
    Workspace name, string, length limit 1–100
    overdue_reclaim_time str
    Workspace expected overdue recovery time, RFC3339 format
    password str
    Workspace BasicAuth password
    project_name str
    Project name
    prometheus_push_endpoint str
    Workspace public Push Gateway URL address.
    prometheus_push_intranet_endpoint str
    Workspace Push Gateway URL address
    prometheus_query_endpoint str
    Workspace public Query URL address.
    prometheus_query_intranet_endpoint str
    Workspace Query URL address
    prometheus_write_endpoint str
    Workspace public RemoteWrite URL address.
    prometheus_write_intranet_endpoint str
    Workspace RemoteWrite URL address
    public_access_enabled bool
    Whether to enable workspace public access capability. true: enabled, false: disabled.
    public_query_bandwidth int
    Workspace public Query bandwidth (Mbps).
    public_write_bandwidth int
    Workspace public RemoteWrite bandwidth (Mbps).
    quota GetWorkspaceQuota
    Workspace quota details
    search_latency_offset str
    Workspace public Query search latency offset.
    status str
    Workspace status. Values: Creating: creating Active: active Updating: updating Deleting: deleting OverdueShutted: overdue shutdown Resuming: resuming Error: error
    tags Sequence[GetWorkspaceTag]
    Workspace tags
    usage GetWorkspaceUsage
    Workspace usage
    username str
    Workspace BasicAuth username
    workspace_id str
    Workspace ID
    authType String
    Workspace authentication type. Options: BasicAuth: Basic authentication, requires Username and Password for authentication. BearerToken: Token authentication, requires BearerToken for authentication. None: No custom authentication required. Note: When the authentication type is set to None, AK/SK authentication is used by default.
    bearerToken String
    Workspace Bearer Token. Note: Configure this parameter only when the AuthType parameter is set to BearerToken.
    createTime String
    Workspace creation time, RFC3339 format
    deleteProtectionEnabled Boolean
    Enable workspace deletion protection: true for enabled, false for disabled
    description String
    Workspace description, string, length limit 0–200
    id String
    Uniquely identifies the resource.
    instanceType Property Map
    Workspace specification details
    instanceTypeId String
    Workspace specifications: vmp.standard.15d: workspace with 15 days storage duration. vmp.standard.30d: workspace with 30 days storage duration. vmp.standard.90d: workspace with 90 days storage duration. vmp.standard.180d: workspace with 180 days storage duration. vmp.standard.1y: workspace with 1 year storage duration
    name String
    Workspace name, string, length limit 1–100
    overdueReclaimTime String
    Workspace expected overdue recovery time, RFC3339 format
    password String
    Workspace BasicAuth password
    projectName String
    Project name
    prometheusPushEndpoint String
    Workspace public Push Gateway URL address.
    prometheusPushIntranetEndpoint String
    Workspace Push Gateway URL address
    prometheusQueryEndpoint String
    Workspace public Query URL address.
    prometheusQueryIntranetEndpoint String
    Workspace Query URL address
    prometheusWriteEndpoint String
    Workspace public RemoteWrite URL address.
    prometheusWriteIntranetEndpoint String
    Workspace RemoteWrite URL address
    publicAccessEnabled Boolean
    Whether to enable workspace public access capability. true: enabled, false: disabled.
    publicQueryBandwidth Number
    Workspace public Query bandwidth (Mbps).
    publicWriteBandwidth Number
    Workspace public RemoteWrite bandwidth (Mbps).
    quota Property Map
    Workspace quota details
    searchLatencyOffset String
    Workspace public Query search latency offset.
    status String
    Workspace status. Values: Creating: creating Active: active Updating: updating Deleting: deleting OverdueShutted: overdue shutdown Resuming: resuming Error: error
    tags List<Property Map>
    Workspace tags
    usage Property Map
    Workspace usage
    username String
    Workspace BasicAuth username
    workspaceId String
    Workspace ID

    Supporting Types

    GetWorkspaceInstanceType

    ActiveSeries int
    Maximum active time series count
    AvailabilityZoneReplicas int
    Number of availability zones (az)
    CalculatePriceParams List<Volcengine.GetWorkspaceInstanceTypeCalculatePriceParam>
    Billing parameter list.
    DownsamplingPeriods List<string>
    Downsampling policy
    IngestSamplesPerSecond int
    Maximum samples written per second
    QueryConcurrency int
    Maximum query concurrency
    QueryPerSecond int
    Maximum query QPS
    ReplicasPerZone int
    Number of data replicas per availability zone (az)
    RetentionPeriod string
    Maximum data retention period
    ScanSamplesPerSecond int
    Maximum samples scanned per second
    ScanSeriesPerSecond int
    Maximum time series scanned per second
    ActiveSeries int
    Maximum active time series count
    AvailabilityZoneReplicas int
    Number of availability zones (az)
    CalculatePriceParams []GetWorkspaceInstanceTypeCalculatePriceParam
    Billing parameter list.
    DownsamplingPeriods []string
    Downsampling policy
    IngestSamplesPerSecond int
    Maximum samples written per second
    QueryConcurrency int
    Maximum query concurrency
    QueryPerSecond int
    Maximum query QPS
    ReplicasPerZone int
    Number of data replicas per availability zone (az)
    RetentionPeriod string
    Maximum data retention period
    ScanSamplesPerSecond int
    Maximum samples scanned per second
    ScanSeriesPerSecond int
    Maximum time series scanned per second
    activeSeries Integer
    Maximum active time series count
    availabilityZoneReplicas Integer
    Number of availability zones (az)
    calculatePriceParams List<GetWorkspaceInstanceTypeCalculatePriceParam>
    Billing parameter list.
    downsamplingPeriods List<String>
    Downsampling policy
    ingestSamplesPerSecond Integer
    Maximum samples written per second
    queryConcurrency Integer
    Maximum query concurrency
    queryPerSecond Integer
    Maximum query QPS
    replicasPerZone Integer
    Number of data replicas per availability zone (az)
    retentionPeriod String
    Maximum data retention period
    scanSamplesPerSecond Integer
    Maximum samples scanned per second
    scanSeriesPerSecond Integer
    Maximum time series scanned per second
    activeSeries number
    Maximum active time series count
    availabilityZoneReplicas number
    Number of availability zones (az)
    calculatePriceParams GetWorkspaceInstanceTypeCalculatePriceParam[]
    Billing parameter list.
    downsamplingPeriods string[]
    Downsampling policy
    ingestSamplesPerSecond number
    Maximum samples written per second
    queryConcurrency number
    Maximum query concurrency
    queryPerSecond number
    Maximum query QPS
    replicasPerZone number
    Number of data replicas per availability zone (az)
    retentionPeriod string
    Maximum data retention period
    scanSamplesPerSecond number
    Maximum samples scanned per second
    scanSeriesPerSecond number
    Maximum time series scanned per second
    active_series int
    Maximum active time series count
    availability_zone_replicas int
    Number of availability zones (az)
    calculate_price_params Sequence[GetWorkspaceInstanceTypeCalculatePriceParam]
    Billing parameter list.
    downsampling_periods Sequence[str]
    Downsampling policy
    ingest_samples_per_second int
    Maximum samples written per second
    query_concurrency int
    Maximum query concurrency
    query_per_second int
    Maximum query QPS
    replicas_per_zone int
    Number of data replicas per availability zone (az)
    retention_period str
    Maximum data retention period
    scan_samples_per_second int
    Maximum samples scanned per second
    scan_series_per_second int
    Maximum time series scanned per second
    activeSeries Number
    Maximum active time series count
    availabilityZoneReplicas Number
    Number of availability zones (az)
    calculatePriceParams List<Property Map>
    Billing parameter list.
    downsamplingPeriods List<String>
    Downsampling policy
    ingestSamplesPerSecond Number
    Maximum samples written per second
    queryConcurrency Number
    Maximum query concurrency
    queryPerSecond Number
    Maximum query QPS
    replicasPerZone Number
    Number of data replicas per availability zone (az)
    retentionPeriod String
    Maximum data retention period
    scanSamplesPerSecond Number
    Maximum samples scanned per second
    scanSeriesPerSecond Number
    Maximum time series scanned per second

    GetWorkspaceInstanceTypeCalculatePriceParam

    CalChargeItemLists []GetWorkspaceInstanceTypeCalculatePriceParamCalChargeItemList
    Billing item list.
    ConfigurationCode string
    Configuration item code.
    Period string
    Billing cycle.
    calChargeItemLists GetWorkspaceInstanceTypeCalculatePriceParamCalChargeItemList[]
    Billing item list.
    configurationCode string
    Configuration item code.
    period string
    Billing cycle.
    calChargeItemLists List<Property Map>
    Billing item list.
    configurationCode String
    Configuration item code.
    period String
    Billing cycle.

    GetWorkspaceInstanceTypeCalculatePriceParamCalChargeItemList

    AttrValue string
    Billing item attribute value.
    ChargeItemCode string
    Billing item code.
    AttrValue string
    Billing item attribute value.
    ChargeItemCode string
    Billing item code.
    attrValue String
    Billing item attribute value.
    chargeItemCode String
    Billing item code.
    attrValue string
    Billing item attribute value.
    chargeItemCode string
    Billing item code.
    attr_value str
    Billing item attribute value.
    charge_item_code str
    Billing item code.
    attrValue String
    Billing item attribute value.
    chargeItemCode String
    Billing item code.

    GetWorkspaceQuota

    ActiveSeries int
    Maximum active time series count. Integer, default range is 1–50000000
    IngestSamplesPerSecond int
    Metric ingestion rate, i.e., maximum samples written per second. Integer, default range is 1–5000000
    PublicQueryBandwidth int
    Workspace public Query bandwidth (Mbps).
    PublicWriteBandwidth int
    Workspace public RemoteWrite bandwidth (Mbps).
    QueryPerSecond int
    Maximum query QPS. Integer, default range is 1–500
    ScanSamplesPerSecond int
    Maximum samples scanned per second. Integer, default range is 1–1000000000
    ScanSeriesPerSecond int
    Maximum time series scanned per second. Integer, default range is 1–200000
    ActiveSeries int
    Maximum active time series count. Integer, default range is 1–50000000
    IngestSamplesPerSecond int
    Metric ingestion rate, i.e., maximum samples written per second. Integer, default range is 1–5000000
    PublicQueryBandwidth int
    Workspace public Query bandwidth (Mbps).
    PublicWriteBandwidth int
    Workspace public RemoteWrite bandwidth (Mbps).
    QueryPerSecond int
    Maximum query QPS. Integer, default range is 1–500
    ScanSamplesPerSecond int
    Maximum samples scanned per second. Integer, default range is 1–1000000000
    ScanSeriesPerSecond int
    Maximum time series scanned per second. Integer, default range is 1–200000
    activeSeries Integer
    Maximum active time series count. Integer, default range is 1–50000000
    ingestSamplesPerSecond Integer
    Metric ingestion rate, i.e., maximum samples written per second. Integer, default range is 1–5000000
    publicQueryBandwidth Integer
    Workspace public Query bandwidth (Mbps).
    publicWriteBandwidth Integer
    Workspace public RemoteWrite bandwidth (Mbps).
    queryPerSecond Integer
    Maximum query QPS. Integer, default range is 1–500
    scanSamplesPerSecond Integer
    Maximum samples scanned per second. Integer, default range is 1–1000000000
    scanSeriesPerSecond Integer
    Maximum time series scanned per second. Integer, default range is 1–200000
    activeSeries number
    Maximum active time series count. Integer, default range is 1–50000000
    ingestSamplesPerSecond number
    Metric ingestion rate, i.e., maximum samples written per second. Integer, default range is 1–5000000
    publicQueryBandwidth number
    Workspace public Query bandwidth (Mbps).
    publicWriteBandwidth number
    Workspace public RemoteWrite bandwidth (Mbps).
    queryPerSecond number
    Maximum query QPS. Integer, default range is 1–500
    scanSamplesPerSecond number
    Maximum samples scanned per second. Integer, default range is 1–1000000000
    scanSeriesPerSecond number
    Maximum time series scanned per second. Integer, default range is 1–200000
    active_series int
    Maximum active time series count. Integer, default range is 1–50000000
    ingest_samples_per_second int
    Metric ingestion rate, i.e., maximum samples written per second. Integer, default range is 1–5000000
    public_query_bandwidth int
    Workspace public Query bandwidth (Mbps).
    public_write_bandwidth int
    Workspace public RemoteWrite bandwidth (Mbps).
    query_per_second int
    Maximum query QPS. Integer, default range is 1–500
    scan_samples_per_second int
    Maximum samples scanned per second. Integer, default range is 1–1000000000
    scan_series_per_second int
    Maximum time series scanned per second. Integer, default range is 1–200000
    activeSeries Number
    Maximum active time series count. Integer, default range is 1–50000000
    ingestSamplesPerSecond Number
    Metric ingestion rate, i.e., maximum samples written per second. Integer, default range is 1–5000000
    publicQueryBandwidth Number
    Workspace public Query bandwidth (Mbps).
    publicWriteBandwidth Number
    Workspace public RemoteWrite bandwidth (Mbps).
    queryPerSecond Number
    Maximum query QPS. Integer, default range is 1–500
    scanSamplesPerSecond Number
    Maximum samples scanned per second. Integer, default range is 1–1000000000
    scanSeriesPerSecond Number
    Maximum time series scanned per second. Integer, default range is 1–200000

    GetWorkspaceTag

    Key string
    Tag key
    Value string
    Tag value
    Key string
    Tag key
    Value string
    Tag value
    key String
    Tag key
    value String
    Tag value
    key string
    Tag key
    value string
    Tag value
    key str
    Tag key
    value str
    Tag value
    key String
    Tag key
    value String
    Tag value

    GetWorkspaceUsage

    ActiveSeries int
    Active time series count
    IngestedSamplesPerSecond double
    Samples written per second
    ActiveSeries int
    Active time series count
    IngestedSamplesPerSecond float64
    Samples written per second
    activeSeries Integer
    Active time series count
    ingestedSamplesPerSecond Double
    Samples written per second
    activeSeries number
    Active time series count
    ingestedSamplesPerSecond number
    Samples written per second
    active_series int
    Active time series count
    ingested_samples_per_second float
    Samples written per second
    activeSeries Number
    Active time series count
    ingestedSamplesPerSecond Number
    Samples written per second

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.