Skip to main content
Version: 2024.1

Get suite templates

Description

Gets a basic summary of all suite templates in a specific domain.

URL

http://{Job Scheduling API IP}:{port#}/api/spaces/{space_name}/SuiteTemplate/Summary

ParameterDescription/Comments
space_nameCloudShell domain in which the suite was executed. (string)

HTTP method

GET

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

Response example
[
{
"id": "b25d72e0-4f44-4b62-949c-02596196b157",
"name": "Hardware Network Test",
"description": "",
"ownerName": "admin",
"ownerUsername": "admin",
"createdDate": "2020-10-28T10:30:19.122Z",
"modifiedDate": "2020-10-28T11:10:07.78Z"
}
]
Response summary
ParameterDescription/Comments
idSuite template id. (guid)
nameSuite template name. (string)
descriptionSuite template description, if defined. (string)
ownerNameFirst and last name of the CloudShell user who owns the suite. (string)
ownerUserNameCloudShell username who owns the suite. (string)
createdDateSuite template creation time. (ISO 8601 Date/Time format)
modifiedDateLast modification time of suite template. (ISO 8601 Date/Time format)