# Returns a List of active monitored services along with identifier,Active Monitored Services Count and other details Endpoint: POST /cv/api/usage/SRM/active-monitored-services Version: 1.0 Security: x-api-key ## Query parameters: - `accountIdentifier` (string) Account Identifier for the Entity. - `page` (integer) Page Index of the results to fetch.Default Value: 0 - `size` (integer) Results per page - `sort` (array) Sort criteria for the elements. - `timestamp` (integer) ## Request fields (*/*): - `orgIdentifier` (string) Organization identifier of the Entity. - `projectIdentifier` (string) Project identifier of the Entity. - `serviceIdentifier` (string) Service identifier of the Entity. ## Response default fields (application/json): - `status` (string) Enum: "SUCCESS", "FAILURE", "ERROR" - `data` (object) - `data.totalElements` (integer) - `data.totalPages` (integer) - `data.pageable` (object) - `data.pageable.paged` (boolean) - `data.pageable.unpaged` (boolean) - `data.pageable.offset` (integer) - `data.pageable.sort` (object) - `data.pageable.sort.unsorted` (boolean) - `data.pageable.sort.empty` (boolean) - `data.pageable.sort.sorted` (boolean) - `data.pageable.pageSize` (integer) - `data.pageable.pageNumber` (integer) - `data.numberOfElements` (integer) - `data.last` (boolean) - `data.first` (boolean) - `data.size` (integer) - `data.content` (array) - `data.content.identifier` (string, required) Active Service identifier. - `data.content.monitoredServiceCount` (integer) Monitored Service Count. - `data.content.name` (string) Active Service name. - `data.content.orgName` (string) Organization name. - `data.content.envNames` (array) Environment name. - `data.content.projectName` (string) Project name. - `data.content.accountIdentifier` (string) - `data.content.module` (string) - `data.content.timestamp` (integer) - `data.number` (integer) - `metaData` (object) - `correlationId` (string)