Get Full Provisioning Report

get

/essbase/rest/v1/users/{userId}/provisionReport

Gets a full provisioning report. Service roles are included in the response only if the logged in user has Service Administrator role. The logged in user must have at least Database Manager role for an application to get its provisioning report. Application roles are included in the report only if the logged in user has at least Application Manager role for the application.

If you are using EPM Shared Services security mode, this operation is not available. Instead, manage users, groups, and permissions in the Shared Services Console.

Request

Path Parameters
Query Parameters
  • Value can be all or none. Default value is none, meaning only links to applications are returned. If all is specified, provisioning information for all applications is returned.

Back to Top

Response

Supported Media Types

200 Response

OK

Full provisioning report including service and all the applications.

Body ()
Root Schema : MainProvisionReport
Type: object
Show Source
Nested Schema : ApplicationProvisionReportItemList
Type: object
Show Source
Nested Schema : ServiceProvisionReportItem
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : ApplicationProvisionReportItem
Type: object
Show Source
Nested Schema : DatabaseProvisionReportItemList
Type: object
Show Source
Nested Schema : ProvisionReportItemList
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source
Nested Schema : DatabaseProvisionReportItem
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ProvisionReportItem
Type: object
Show Source
Nested Schema : inheritedFromGroups
Type: array
Unique Items Required: true
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source

404 Response

Not Found

User not found.

500 Response

Internal Server Error.

Back to Top