PeopleSoft · Capability

PeopleSoft Platform Administration

Unified workflow for IT administrators combining environment provisioning, update management, process scheduling, integration broker, REST API management, application services framework, and component interface operations across PeopleSoft platform APIs.

Run with Naftiko PeopleSoftPlatform AdministrationCloud ManagerIntegrationDevOpsPeopleTools

What You Can Do

GET
List environments — Retrieve provisioned environments.
/v1/environments
POST
Provision environment — Provision a new environment.
/v1/environments
GET
List templates — Retrieve available provisioning templates.
/v1/templates
GET
List updates — Retrieve available updates.
/v1/updates
POST
Apply update — Initiate application of a specific update.
/v1/updates/{updateId}/apply
GET
List processes — Retrieve process requests and their run status.
/v1/processes
POST
Submit process — Submit a new process request.
/v1/processes
GET
Get process status — Retrieve the status of a specific process instance.
/v1/processes/{processInstance}
GET
Get service operation — Invoke a service operation using GET.
/v1/service-operations/{serviceOperation}
POST
Post service operation — Invoke a service operation using POST.
/v1/service-operations/{serviceOperation}
GET
Get resource — Retrieve PeopleSoft resource data.
/v1/resources/{resource}
POST
Create resource — Create a new PeopleSoft resource.
/v1/resources/{resource}
GET
Get service resource — Retrieve data from an ASF-defined service.
/v1/services/{serviceName}
POST
Create service resource — Create a resource via an ASF-defined service.
/v1/services/{serviceName}
GET
Get component data — Retrieve data from a component interface.
/v1/component-interfaces/{componentInterface}
POST
Create component data — Create a new record via a component interface.
/v1/component-interfaces/{componentInterface}
PUT
Update component data — Update an existing record via a component interface.
/v1/component-interfaces/{componentInterface}

MCP Tools

list-environments

Retrieve provisioned PeopleSoft environments.

read-only
provision-environment

Provision a new PeopleSoft environment on OCI.

list-templates

Retrieve available provisioning templates.

read-only
list-updates

Retrieve available updates and change packages.

read-only
apply-update

Initiate application of a specific update or change package.

list-processes

Retrieve process requests and their run status.

read-only
submit-process

Submit a new process request for scheduling.

get-process-status

Retrieve the status of a specific process instance.

read-only
get-service-operation

Invoke a synchronous Integration Broker service operation using GET.

read-only
post-service-operation

Invoke an Integration Broker service operation using POST.

get-resource

Retrieve PeopleSoft resource data via REST.

read-only
create-resource

Create a new PeopleSoft resource via REST.

get-service-resource

Retrieve data from an ASF-defined service.

read-only
create-service-resource

Create a resource via an ASF-defined service.

get-component-data

Retrieve data from a PeopleSoft component interface.

read-only
create-component-data

Create a new record via a PeopleSoft component interface.

update-component-data

Update an existing record via a PeopleSoft component interface.

idempotent

APIs Used

cloud-manager update-manager process-scheduler integration-broker rest-api asf component-interface