meta data for this page
  •  

Service catalog REST API v1

REST API of service catalog enables you to use service catalog data from SimplyIT.cloud and connect them with other tools.

We have at the moment two basic API calls which enables you use SimplyIT.cloud as master data about services and it's dependencies.

Access & generic information

All request point to URL that begins with:

Each request must include a User-Agent HTTP header.

For trail accounts you can use your company admin account as username and password to access REST API.

For paid accounts you can request support to create API account.

Response formatThe API only supports JSON format in UTF-8 encoding.

REST API: "service_components"

Description of the call:

Returns information about all Service Compoenents in your “company” and its impacted E2E services as well dependencies to other service components.

Accessing data from tables:

ServiceComponent, E2eService

Example of curl:

curl -u username:password -i -H ‘Accept:application/json’ http://trial.simplyit.cloud/api/v1/service_components

Example output:

REST API: "e2e_service_components"

Description of the call:

Returns information about all E2E Services in your company including all custom attributes and depended service components.

Accessing data from tables:

E2eService, ServiceComponent

Example of curl:

curl -u username:password -i -H ‘Accept:application/json’ http://trial.simplyit.cloud/api/v1/e2e_service_components

Example output: