ApplicationsResource
The following resources are part of this group:
- /applications
- /applications/{name}
- /applications/{name}/schedules
- /applications/{name}/schedules/{scheduleTag}
/applications
GET
Gets applications.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name to filter by. | query | |
type | the application type to filter by. | query | |
businessUnit | the business unit to filter by. | query | |
version | (no documentation provided) | path |
Response Body
element: | applications |
the application.
POST
Creates the applications.
Parameters
name | description | type | default |
---|---|---|---|
version | (no documentation provided) | path |
Request Body
element: | applications |
the applications to create.
/applications/{name}
The following operations are supported on this resource:
GET
Gets a single application.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
version | (no documentation provided) | path |
Response Body
element: | application |
the application.
POST
Updates application properties.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
version | (no documentation provided) | path |
Request Body
element: | application |
the application to update.
PUT
Creates the application or replaces existing application with the same name.
Parameters
name | description | type | default |
---|---|---|---|
name | the name. | path | |
version | (no documentation provided) | path |
Request Body
element: | application |
the application.
DELETE
Deletes an application.
Parameters
name | description | type | default |
---|---|---|---|
name | - the application name. | path | |
version | (no documentation provided) | path |
/applications/{name}/schedules
GET
Gets the schedules for a application with a with given name.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
version | (no documentation provided) | path |
Response Body
element: | schedules |
the schedules.
POST
Creates schedules for a application with a with given name.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
version | (no documentation provided) | path |
Request Body
element: | schedules |
the schedules to create.
/applications/{name}/schedules/{scheduleTag}
The following operations are supported on this resource:
GET
Gets the schedule for an application with a with given name.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
scheduleTag | the schedule tag. | path | |
version | (no documentation provided) | path |
Response Body
element: | schedule |
the schedule.
POST
Updates application schedule properties.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
scheduleTag | the schedule tag. | path | |
version | (no documentation provided) | path |
Request Body
element: | schedule |
the schedule to update.
PUT
Creates the schedule or replaces existing application schedule with the same tag.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
scheduleTag | the schedule tag. | path | |
version | (no documentation provided) | path |
Request Body
element: | schedule |
the schedule to create/update.
DELETE
Deletes a schedule.
Parameters
name | description | type | default |
---|---|---|---|
name | the application name. | path | |
scheduleTag | the schedule tag. | path | |
version | (no documentation provided) | path |