Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Informatica Schedules API

Manage task execution schedules.

Informatica Schedules API is one of 12 APIs that Informatica publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 37 JSON Schema definitions.

Tagged areas include Schedules. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 37 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 3 base URLs: https://dm-us.informaticacloud.com, https://dm-em.informaticacloud.com, https://dm-ap.informaticacloud.com.

5 operations 2 paths 2 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Servers
https://dm-us.informaticacloud.com
https://dm-em.informaticacloud.com
https://dm-ap.informaticacloud.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Informatica Schedules API declares 1 security scheme for authenticating requests. An API key is passed in the header as icSessionId (icSessionId). By default, every request must be authenticated.

  • icSessionId — The REST API session ID returned by the login endpoint. Include this value in the icSessionId header for all authenticated requests. The session expires after…

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Schedules 5

Manage task execution schedules.

GET
/saas/api/v2/schedule
Informatica Retrieve All Schedules
listSchedules → 200
POST
/saas/api/v2/schedule
Informatica Create a New Schedule
createSchedule body → 200
GET
/saas/api/v2/schedule/{scheduleId}
Informatica Retrieve a Schedule by Id
getSchedule 1 param → 200
PUT
/saas/api/v2/schedule/{scheduleId}
Informatica Update an Existing Schedule
updateSchedule 1 param body → 200
DELETE
/saas/api/v2/schedule/{scheduleId}
Informatica Delete a Schedule
deleteSchedule 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Schedule (18 properties), ScheduleCreateRequest (8 properties). Each schema is shown below with its type and property counts.

ScheduleCreateRequest
object
Request body for creating a new schedule.
8 properties 3 required
Schedule
object
A task execution schedule.
18 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

informatica-schedules-api-openapi.yml Raw ↑

Other APIs Informatica publishes across the network.

Informatica Data Integration REST API
Informatica Cloud Data Governance and Catalog API
Informatica Cloud Data Profiling REST API
Informatica Cloud Address Verification API
Informatica B2B Gateway REST API
Informatica Reference 360 REST API
Informatica Authentication API
Informatica Connections API
Informatica Jobs API
Informatica Mapping Tasks API
Informatica Mappings API