List the stream pools for a given compartment ID.

GET {{baseUrl}}/streampools?compartmentId={{compartment_ocid}}&limit=10&sortBy=TIMECREATED&sortOrder=ASC

List the stream pools for a given compartment ID.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The OCID of the compartment.
idstringA filter to return only resources that match the given ID exactly.
namestringA filter to return only resources that match the given name exactly.
limitnumberThe maximum number of items to return. The value must be between 1 and 50. The default is 10.
pagestringThe page at which to start retrieving results.
sortBystringThe field to sort by. You can provide no more than one sort order. By default, TIMECREATED sorts results in descending order and NAME sorts results in ascending order.
sortOrderstringThe sort order to use, either 'asc' or 'desc'.
lifecycleStatestringA filter to only return resources that match the given lifecycle state. The state value is case-insensitive.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
particular request, please provide the request ID.
Datestring(Required) Current Date
Authorizationstring(Required) Signature Authentication on Authorization header

RESPONSES

status: OK

[{"compartmentId":"ocid1.compartment.oc1..aaaaaaaa2byuam5ewxzrcs2iqzh7okx84jae6j4uhkih5wdbrkkwuxv3qgpa","id":"ocid1.streampool.realm.region.mnopqr789","lifecycleState":"CREATING","name":"MyStreamPool","timeCreated":"1983-04-03T05:13:01.377Z","definedTags":{},"freeformTags":{},"isPrivate":false},{"compartmentId":"ocid1.compartment.oc1..aaaaaaaa2byuam5ewxzrcs2iqzh7okx84jae6j4uhkih5wdbrkkwuxv3qgpa","id":"ocid1.streampool.realm.region.mnopqr789","lifecycleState":"UPDATING","name":"MyStreamPool","timeCreated":"1945-06-09T14:19:47.417Z","definedTags":{},"freeformTags":{},"isPrivate":false}]