service poolsize get

The service poolsize get command returns detailed pool size information about a dataflow service resource. The pool size is an integer value representing the maximum number of concurrent requests allowed to a resource pool.

Usage

service poolsize get --s serviceName
RequiredArgumentDescription
Yes--s serviceNameSpecifies the service details to list.

Example

This example returns information about a user-defined parsing address service, "ParsingAddresses."

service poolsize get --s ParsingAddresses