List Job Executions
GET/projects/:projectId/providers/Aruba.Schedule/jobs/:jobId/executions
List Job Executions
Request
Path Parameters
unique identifier of the project CMP
unique identifier of the Job Schedule
Query Parameters
The requested API version
1Responses
- 200
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
values
object[]
metadata
object
project
object
category
object
typology
object
status
object
error
object
properties
object
Possible values: [OneShot, Recurring]
Possible values: [Hourly, Daily, Weekly, Monthly, Custom]
steps
object[]
nullable
Possible values: [None, Manual, ResourceDeleted]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"uri": "string",
"name": "string",
"project": {
"id": "string",
"folderId": "string"
},
"tags": [
"string"
],
"category": {
"name": "string",
"provider": "string",
"typology": {
"id": "string",
"name": "string"
}
},
"creationDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"ownerId": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"version": "string",
"createdUser": "string",
"updatedUser": "string",
"managedBy": "string"
},
"status": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"failureReason": "string",
"error": {
"reason": "string",
"message": "string"
}
},
"properties": {
"enabled": true,
"scheduleJobType": "OneShot",
"scheduleAt": "2024-07-29T15:51:28.071Z",
"executeUntil": "2024-07-29T15:51:28.071Z",
"cron": "string",
"recurrency": "Hourly",
"steps": [
{
"name": "string",
"resourceUri": "string",
"actionUri": "string",
"actionName": "string",
"typology": "string",
"typologyName": "string",
"httpVerb": "string",
"body": "string"
}
],
"nextExecution": "2024-07-29T15:51:28.071Z",
"deactiveReason": "None"
}
}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
values
object[]
metadata
object
project
object
category
object
typology
object
status
object
error
object
properties
object
Possible values: [OneShot, Recurring]
Possible values: [Hourly, Daily, Weekly, Monthly, Custom]
steps
object[]
nullable
Possible values: [None, Manual, ResourceDeleted]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"uri": "string",
"name": "string",
"project": {
"id": "string",
"folderId": "string"
},
"tags": [
"string"
],
"category": {
"name": "string",
"provider": "string",
"typology": {
"id": "string",
"name": "string"
}
},
"creationDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"ownerId": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"version": "string",
"createdUser": "string",
"updatedUser": "string",
"managedBy": "string"
},
"status": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"failureReason": "string",
"error": {
"reason": "string",
"message": "string"
}
},
"properties": {
"enabled": true,
"scheduleJobType": "OneShot",
"scheduleAt": "2024-07-29T15:51:28.071Z",
"executeUntil": "2024-07-29T15:51:28.071Z",
"cron": "string",
"recurrency": "Hourly",
"steps": [
{
"name": "string",
"resourceUri": "string",
"actionUri": "string",
"actionName": "string",
"typology": "string",
"typologyName": "string",
"httpVerb": "string",
"body": "string"
}
],
"nextExecution": "2024-07-29T15:51:28.071Z",
"deactiveReason": "None"
}
}
]
}
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
values
object[]
metadata
object
project
object
category
object
typology
object
status
object
error
object
properties
object
Possible values: [OneShot, Recurring]
Possible values: [Hourly, Daily, Weekly, Monthly, Custom]
steps
object[]
nullable
Possible values: [None, Manual, ResourceDeleted]
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"metadata": {
"id": "string",
"uri": "string",
"name": "string",
"project": {
"id": "string",
"folderId": "string"
},
"tags": [
"string"
],
"category": {
"name": "string",
"provider": "string",
"typology": {
"id": "string",
"name": "string"
}
},
"creationDate": "2024-07-29T15:51:28.071Z",
"createdBy": "string",
"ownerId": "string",
"updateDate": "2024-07-29T15:51:28.071Z",
"updatedBy": "string",
"version": "string",
"createdUser": "string",
"updatedUser": "string",
"managedBy": "string"
},
"status": {
"state": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"failureReason": "string",
"error": {
"reason": "string",
"message": "string"
}
},
"properties": {
"enabled": true,
"scheduleJobType": "OneShot",
"scheduleAt": "2024-07-29T15:51:28.071Z",
"executeUntil": "2024-07-29T15:51:28.071Z",
"cron": "string",
"recurrency": "Hourly",
"steps": [
{
"name": "string",
"resourceUri": "string",
"actionUri": "string",
"actionName": "string",
"typology": "string",
"typologyName": "string",
"httpVerb": "string",
"body": "string"
}
],
"nextExecution": "2024-07-29T15:51:28.071Z",
"deactiveReason": "None"
}
}
]
}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error