Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
oci.CapacityManagement.getInternalOccmDemandSignalCatalogs
Start a Neo task
Explain and create an oci.CapacityManagement.getInternalOccmDemandSignalCatalogs resource
This data source provides the list of Internal Occm Demand Signal Catalogs in Oracle Cloud Infrastructure Capacity Management service.
This API will list demand signal catalogs for a given customer group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testInternalOccmDemandSignalCatalogs = oci.CapacityManagement.getInternalOccmDemandSignalCatalogs({
compartmentId: compartmentId,
occCustomerGroupId: testOccCustomerGroup.id,
displayName: internalOccmDemandSignalCatalogDisplayName,
});
import pulumi
import pulumi_oci as oci
test_internal_occm_demand_signal_catalogs = oci.CapacityManagement.get_internal_occm_demand_signal_catalogs(compartment_id=compartment_id,
occ_customer_group_id=test_occ_customer_group["id"],
display_name=internal_occm_demand_signal_catalog_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/capacitymanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := capacitymanagement.GetInternalOccmDemandSignalCatalogs(ctx, &capacitymanagement.GetInternalOccmDemandSignalCatalogsArgs{
CompartmentId: compartmentId,
OccCustomerGroupId: testOccCustomerGroup.Id,
DisplayName: pulumi.StringRef(internalOccmDemandSignalCatalogDisplayName),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testInternalOccmDemandSignalCatalogs = Oci.CapacityManagement.GetInternalOccmDemandSignalCatalogs.Invoke(new()
{
CompartmentId = compartmentId,
OccCustomerGroupId = testOccCustomerGroup.Id,
DisplayName = internalOccmDemandSignalCatalogDisplayName,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CapacityManagement.CapacityManagementFunctions;
import com.pulumi.oci.CapacityManagement.inputs.GetInternalOccmDemandSignalCatalogsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testInternalOccmDemandSignalCatalogs = CapacityManagementFunctions.getInternalOccmDemandSignalCatalogs(GetInternalOccmDemandSignalCatalogsArgs.builder()
.compartmentId(compartmentId)
.occCustomerGroupId(testOccCustomerGroup.id())
.displayName(internalOccmDemandSignalCatalogDisplayName)
.build());
}
}
variables:
testInternalOccmDemandSignalCatalogs:
fn::invoke:
function: oci:CapacityManagement:getInternalOccmDemandSignalCatalogs
arguments:
compartmentId: ${compartmentId}
occCustomerGroupId: ${testOccCustomerGroup.id}
displayName: ${internalOccmDemandSignalCatalogDisplayName}
Using getInternalOccmDemandSignalCatalogs
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 getInternalOccmDemandSignalCatalogs(args: GetInternalOccmDemandSignalCatalogsArgs, opts?: InvokeOptions): Promise<GetInternalOccmDemandSignalCatalogsResult>
function getInternalOccmDemandSignalCatalogsOutput(args: GetInternalOccmDemandSignalCatalogsOutputArgs, opts?: InvokeOptions): Output<GetInternalOccmDemandSignalCatalogsResult>def get_internal_occm_demand_signal_catalogs(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetInternalOccmDemandSignalCatalogsFilter]] = None,
occ_customer_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInternalOccmDemandSignalCatalogsResult
def get_internal_occm_demand_signal_catalogs_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetInternalOccmDemandSignalCatalogsFilterArgs]]]] = None,
occ_customer_group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInternalOccmDemandSignalCatalogsResult]func GetInternalOccmDemandSignalCatalogs(ctx *Context, args *GetInternalOccmDemandSignalCatalogsArgs, opts ...InvokeOption) (*GetInternalOccmDemandSignalCatalogsResult, error)
func GetInternalOccmDemandSignalCatalogsOutput(ctx *Context, args *GetInternalOccmDemandSignalCatalogsOutputArgs, opts ...InvokeOption) GetInternalOccmDemandSignalCatalogsResultOutput> Note: This function is named GetInternalOccmDemandSignalCatalogs in the Go SDK.
public static class GetInternalOccmDemandSignalCatalogs
{
public static Task<GetInternalOccmDemandSignalCatalogsResult> InvokeAsync(GetInternalOccmDemandSignalCatalogsArgs args, InvokeOptions? opts = null)
public static Output<GetInternalOccmDemandSignalCatalogsResult> Invoke(GetInternalOccmDemandSignalCatalogsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInternalOccmDemandSignalCatalogsResult> getInternalOccmDemandSignalCatalogs(GetInternalOccmDemandSignalCatalogsArgs args, InvokeOptions options)
public static Output<GetInternalOccmDemandSignalCatalogsResult> getInternalOccmDemandSignalCatalogs(GetInternalOccmDemandSignalCatalogsArgs args, InvokeOptions options)
fn::invoke:
function: oci:CapacityManagement/getInternalOccmDemandSignalCatalogs:getInternalOccmDemandSignalCatalogs
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Occ
Customer stringGroup Id - The customer group ocid by which we would filter the list.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Filters
List<Get
Internal Occm Demand Signal Catalogs Filter>
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Occ
Customer stringGroup Id - The customer group ocid by which we would filter the list.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Filters
[]Get
Internal Occm Demand Signal Catalogs Filter
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- occ
Customer StringGroup Id - The customer group ocid by which we would filter the list.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters
List<Get
Internal Occm Demand Signal Catalogs Filter>
- compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- occ
Customer stringGroup Id - The customer group ocid by which we would filter the list.
- display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters
Get
Internal Occm Demand Signal Catalogs Filter[]
- compartment_
id str - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- occ_
customer_ strgroup_ id - The customer group ocid by which we would filter the list.
- display_
name str - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters
Sequence[Get
Internal Occm Demand Signal Catalogs Filter]
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- occ
Customer StringGroup Id - The customer group ocid by which we would filter the list.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- filters List<Property Map>
getInternalOccmDemandSignalCatalogs Result
The following output properties are available:
- Compartment
Id string - compartment id from where demand signal catalog is created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Occ
Customer stringGroup Id - The customer group OCID to which the availability catalog belongs.
- Occm
Demand List<GetSignal Catalog Collections Internal Occm Demand Signal Catalogs Occm Demand Signal Catalog Collection> - The list of occm_demand_signal_catalog_collection.
- Display
Name string - displayName of demand signal catalog.
- Filters
List<Get
Internal Occm Demand Signal Catalogs Filter>
- Compartment
Id string - compartment id from where demand signal catalog is created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Occ
Customer stringGroup Id - The customer group OCID to which the availability catalog belongs.
- Occm
Demand []GetSignal Catalog Collections Internal Occm Demand Signal Catalogs Occm Demand Signal Catalog Collection - The list of occm_demand_signal_catalog_collection.
- Display
Name string - displayName of demand signal catalog.
- Filters
[]Get
Internal Occm Demand Signal Catalogs Filter
- compartment
Id String - compartment id from where demand signal catalog is created.
- id String
- The provider-assigned unique ID for this managed resource.
- occ
Customer StringGroup Id - The customer group OCID to which the availability catalog belongs.
- occm
Demand List<GetSignal Catalog Collections Internal Occm Demand Signal Catalogs Occm Demand Signal Catalog Collection> - The list of occm_demand_signal_catalog_collection.
- display
Name String - displayName of demand signal catalog.
- filters
List<Get
Internal Occm Demand Signal Catalogs Filter>
- compartment
Id string - compartment id from where demand signal catalog is created.
- id string
- The provider-assigned unique ID for this managed resource.
- occ
Customer stringGroup Id - The customer group OCID to which the availability catalog belongs.
- occm
Demand GetSignal Catalog Collections Internal Occm Demand Signal Catalogs Occm Demand Signal Catalog Collection[] - The list of occm_demand_signal_catalog_collection.
- display
Name string - displayName of demand signal catalog.
- filters
Get
Internal Occm Demand Signal Catalogs Filter[]
- compartment_
id str - compartment id from where demand signal catalog is created.
- id str
- The provider-assigned unique ID for this managed resource.
- occ_
customer_ strgroup_ id - The customer group OCID to which the availability catalog belongs.
- occm_
demand_ Sequence[Getsignal_ catalog_ collections Internal Occm Demand Signal Catalogs Occm Demand Signal Catalog Collection] - The list of occm_demand_signal_catalog_collection.
- display_
name str - displayName of demand signal catalog.
- filters
Sequence[Get
Internal Occm Demand Signal Catalogs Filter]
- compartment
Id String - compartment id from where demand signal catalog is created.
- id String
- The provider-assigned unique ID for this managed resource.
- occ
Customer StringGroup Id - The customer group OCID to which the availability catalog belongs.
- occm
Demand List<Property Map>Signal Catalog Collections - The list of occm_demand_signal_catalog_collection.
- display
Name String - displayName of demand signal catalog.
- filters List<Property Map>
Supporting Types
GetInternalOccmDemandSignalCatalogsFilter
GetInternalOccmDemandSignalCatalogsOccmDemandSignalCatalogCollection
GetInternalOccmDemandSignalCatalogsOccmDemandSignalCatalogCollectionItem
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- description of demand signal catalog.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The ocid of demand signal catalog.
- Occ
Customer stringGroup Id - The customer group ocid by which we would filter the list.
- State string
- The current lifecycle state of the resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time when the demand signal catalog was created.
- Time
Updated string - The time when the demand signal catalog was last updated.
- Compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - Description string
- description of demand signal catalog.
- Display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - Id string
- The ocid of demand signal catalog.
- Occ
Customer stringGroup Id - The customer group ocid by which we would filter the list.
- State string
- The current lifecycle state of the resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time when the demand signal catalog was created.
- Time
Updated string - The time when the demand signal catalog was last updated.
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- description of demand signal catalog.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The ocid of demand signal catalog.
- occ
Customer StringGroup Id - The customer group ocid by which we would filter the list.
- state String
- The current lifecycle state of the resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time when the demand signal catalog was created.
- time
Updated String - The time when the demand signal catalog was last updated.
- compartment
Id string - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description string
- description of demand signal catalog.
- display
Name string - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id string
- The ocid of demand signal catalog.
- occ
Customer stringGroup Id - The customer group ocid by which we would filter the list.
- state string
- The current lifecycle state of the resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time when the demand signal catalog was created.
- time
Updated string - The time when the demand signal catalog was last updated.
- compartment_
id str - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description str
- description of demand signal catalog.
- display_
name str - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id str
- The ocid of demand signal catalog.
- occ_
customer_ strgroup_ id - The customer group ocid by which we would filter the list.
- state str
- The current lifecycle state of the resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time when the demand signal catalog was created.
- time_
updated str - The time when the demand signal catalog was last updated.
- compartment
Id String - The ocid of the compartment or tenancy in which resources are to be listed. This will also be used for authorization purposes.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"} - description String
- description of demand signal catalog.
- display
Name String - A filter to return only the resources that match the entire display name. The match is not case sensitive.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"} - id String
- The ocid of demand signal catalog.
- occ
Customer StringGroup Id - The customer group ocid by which we would filter the list.
- state String
- The current lifecycle state of the resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time when the demand signal catalog was created.
- time
Updated String - The time when the demand signal catalog was last updated.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
