@tapis/tapis-typescript-systems 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +1 -0
- package/README.md +2 -2
- package/dist/apis/ChildSystemsApi.d.ts +5 -5
- package/dist/apis/ChildSystemsApi.js +5 -5
- package/dist/apis/CredentialsApi.d.ts +18 -15
- package/dist/apis/CredentialsApi.js +20 -17
- package/dist/apis/GeneralApi.d.ts +1 -1
- package/dist/apis/GeneralApi.js +1 -7
- package/dist/apis/PermissionsApi.d.ts +1 -1
- package/dist/apis/PermissionsApi.js +1 -1
- package/dist/apis/SchedulerProfilesApi.d.ts +1 -1
- package/dist/apis/SchedulerProfilesApi.js +1 -1
- package/dist/apis/SharingApi.d.ts +5 -5
- package/dist/apis/SharingApi.js +5 -5
- package/dist/apis/SystemsApi.d.ts +12 -11
- package/dist/apis/SystemsApi.js +14 -11
- package/dist/models/AuthnEnum.d.ts +1 -1
- package/dist/models/AuthnEnum.js +1 -1
- package/dist/models/Capability.d.ts +1 -1
- package/dist/models/Capability.js +1 -1
- package/dist/models/CategoryEnum.d.ts +1 -1
- package/dist/models/CategoryEnum.js +1 -1
- package/dist/models/Credential.d.ts +1 -1
- package/dist/models/Credential.js +1 -1
- package/dist/models/DatatypeEnum.d.ts +1 -1
- package/dist/models/DatatypeEnum.js +1 -1
- package/dist/models/JobRuntime.d.ts +1 -1
- package/dist/models/JobRuntime.js +1 -1
- package/dist/models/KeyValueInputModeEnum.d.ts +25 -0
- package/dist/models/KeyValueInputModeEnum.js +39 -0
- package/dist/models/KeyValuePair.d.ts +15 -2
- package/dist/models/KeyValuePair.js +6 -1
- package/dist/models/ListTypeEnum.d.ts +1 -1
- package/dist/models/ListTypeEnum.js +1 -1
- package/dist/models/LogicalQueue.d.ts +1 -1
- package/dist/models/LogicalQueue.js +1 -1
- package/dist/models/ModuleLoadSpec.d.ts +1 -1
- package/dist/models/ModuleLoadSpec.js +1 -1
- package/dist/models/OperationTypeEnum.d.ts +1 -1
- package/dist/models/OperationTypeEnum.js +1 -1
- package/dist/models/ReqMatchConstraints.d.ts +1 -1
- package/dist/models/ReqMatchConstraints.js +1 -1
- package/dist/models/ReqPatchSystem.d.ts +7 -25
- package/dist/models/ReqPatchSystem.js +1 -7
- package/dist/models/ReqPerms.d.ts +1 -1
- package/dist/models/ReqPerms.js +1 -1
- package/dist/models/ReqPostChildSystem.d.ts +4 -4
- package/dist/models/ReqPostChildSystem.js +1 -1
- package/dist/models/ReqPostPutCredential.d.ts +1 -1
- package/dist/models/ReqPostPutCredential.js +1 -1
- package/dist/models/ReqPostSchedulerProfile.d.ts +2 -2
- package/dist/models/ReqPostSchedulerProfile.js +1 -1
- package/dist/models/ReqPostSystem.d.ts +20 -38
- package/dist/models/ReqPostSystem.js +3 -9
- package/dist/models/ReqPutSystem.d.ts +11 -23
- package/dist/models/ReqPutSystem.js +3 -7
- package/dist/models/ReqSearchSystems.d.ts +1 -1
- package/dist/models/ReqSearchSystems.js +1 -1
- package/dist/models/ReqShareUpdate.d.ts +1 -1
- package/dist/models/ReqShareUpdate.js +1 -1
- package/dist/models/ReqUnlinkChildren.d.ts +1 -1
- package/dist/models/ReqUnlinkChildren.js +1 -1
- package/dist/models/ReqUpdateCredential.d.ts +1 -1
- package/dist/models/ReqUpdateCredential.js +1 -1
- package/dist/models/RespBasic.d.ts +1 -1
- package/dist/models/RespBasic.js +1 -1
- package/dist/models/RespBoolean.d.ts +1 -1
- package/dist/models/RespBoolean.js +1 -1
- package/dist/models/RespChangeCount.d.ts +1 -1
- package/dist/models/RespChangeCount.js +1 -1
- package/dist/models/RespCredential.d.ts +1 -1
- package/dist/models/RespCredential.js +1 -1
- package/dist/models/RespGlobusAuthUrl.d.ts +1 -1
- package/dist/models/RespGlobusAuthUrl.js +1 -1
- package/dist/models/RespNameArray.d.ts +1 -1
- package/dist/models/RespNameArray.js +1 -1
- package/dist/models/RespResourceUrl.d.ts +1 -1
- package/dist/models/RespResourceUrl.js +1 -1
- package/dist/models/RespSchedulerProfile.d.ts +1 -1
- package/dist/models/RespSchedulerProfile.js +1 -1
- package/dist/models/RespSchedulerProfiles.d.ts +1 -1
- package/dist/models/RespSchedulerProfiles.js +1 -1
- package/dist/models/RespShareInfo.d.ts +1 -1
- package/dist/models/RespShareInfo.js +1 -1
- package/dist/models/RespSystem.d.ts +1 -1
- package/dist/models/RespSystem.js +1 -1
- package/dist/models/RespSystemHistory.d.ts +1 -1
- package/dist/models/RespSystemHistory.js +1 -1
- package/dist/models/RespSystems.d.ts +1 -1
- package/dist/models/RespSystems.js +1 -1
- package/dist/models/RespSystemsMetadata.d.ts +1 -1
- package/dist/models/RespSystemsMetadata.js +1 -1
- package/dist/models/ResultBoolean.d.ts +1 -1
- package/dist/models/ResultBoolean.js +1 -1
- package/dist/models/ResultChangeCount.d.ts +1 -1
- package/dist/models/ResultChangeCount.js +1 -1
- package/dist/models/ResultGlobusAuthUrl.d.ts +7 -1
- package/dist/models/ResultGlobusAuthUrl.js +3 -1
- package/dist/models/ResultNameArray.d.ts +1 -1
- package/dist/models/ResultNameArray.js +1 -1
- package/dist/models/ResultResourceUrl.d.ts +1 -1
- package/dist/models/ResultResourceUrl.js +1 -1
- package/dist/models/RuntimeTypeEnum.d.ts +3 -2
- package/dist/models/RuntimeTypeEnum.js +2 -1
- package/dist/models/SchedulerHiddenOptionEnum.d.ts +1 -1
- package/dist/models/SchedulerHiddenOptionEnum.js +1 -1
- package/dist/models/SchedulerProfile.d.ts +2 -2
- package/dist/models/SchedulerProfile.js +1 -1
- package/dist/models/SchedulerTypeEnum.d.ts +1 -1
- package/dist/models/SchedulerTypeEnum.js +1 -1
- package/dist/models/ShareInfo.d.ts +1 -1
- package/dist/models/ShareInfo.js +1 -1
- package/dist/models/SystemHistory.d.ts +1 -1
- package/dist/models/SystemHistory.js +1 -1
- package/dist/models/SystemTypeEnum.d.ts +2 -2
- package/dist/models/SystemTypeEnum.js +2 -2
- package/dist/models/TapisSystem.d.ts +22 -34
- package/dist/models/TapisSystem.js +5 -9
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/ChildSystemsApi.ts +5 -5
- package/src/apis/CredentialsApi.ts +25 -17
- package/src/apis/GeneralApi.ts +1 -9
- package/src/apis/PermissionsApi.ts +1 -1
- package/src/apis/SchedulerProfilesApi.ts +1 -1
- package/src/apis/SharingApi.ts +5 -5
- package/src/apis/SystemsApi.ts +16 -11
- package/src/models/AuthnEnum.ts +1 -1
- package/src/models/Capability.ts +1 -1
- package/src/models/CategoryEnum.ts +1 -1
- package/src/models/Credential.ts +1 -1
- package/src/models/DatatypeEnum.ts +1 -1
- package/src/models/JobRuntime.ts +1 -1
- package/src/models/KeyValueInputModeEnum.ts +38 -0
- package/src/models/KeyValuePair.ts +25 -2
- package/src/models/ListTypeEnum.ts +1 -1
- package/src/models/LogicalQueue.ts +1 -1
- package/src/models/ModuleLoadSpec.ts +1 -1
- package/src/models/OperationTypeEnum.ts +1 -1
- package/src/models/ReqMatchConstraints.ts +1 -1
- package/src/models/ReqPatchSystem.ts +7 -31
- package/src/models/ReqPerms.ts +1 -1
- package/src/models/ReqPostChildSystem.ts +4 -4
- package/src/models/ReqPostPutCredential.ts +1 -1
- package/src/models/ReqPostSchedulerProfile.ts +2 -2
- package/src/models/ReqPostSystem.ts +22 -46
- package/src/models/ReqPutSystem.ts +13 -29
- package/src/models/ReqSearchSystems.ts +1 -1
- package/src/models/ReqShareUpdate.ts +1 -1
- package/src/models/ReqUnlinkChildren.ts +1 -1
- package/src/models/ReqUpdateCredential.ts +1 -1
- package/src/models/RespBasic.ts +1 -1
- package/src/models/RespBoolean.ts +1 -1
- package/src/models/RespChangeCount.ts +1 -1
- package/src/models/RespCredential.ts +1 -1
- package/src/models/RespGlobusAuthUrl.ts +1 -1
- package/src/models/RespNameArray.ts +1 -1
- package/src/models/RespResourceUrl.ts +1 -1
- package/src/models/RespSchedulerProfile.ts +1 -1
- package/src/models/RespSchedulerProfiles.ts +1 -1
- package/src/models/RespShareInfo.ts +1 -1
- package/src/models/RespSystem.ts +1 -1
- package/src/models/RespSystemHistory.ts +1 -1
- package/src/models/RespSystems.ts +1 -1
- package/src/models/RespSystemsMetadata.ts +1 -1
- package/src/models/ResultBoolean.ts +1 -1
- package/src/models/ResultChangeCount.ts +1 -1
- package/src/models/ResultGlobusAuthUrl.ts +9 -1
- package/src/models/ResultNameArray.ts +1 -1
- package/src/models/ResultResourceUrl.ts +1 -1
- package/src/models/RuntimeTypeEnum.ts +3 -2
- package/src/models/SchedulerHiddenOptionEnum.ts +1 -1
- package/src/models/SchedulerProfile.ts +2 -2
- package/src/models/SchedulerTypeEnum.ts +1 -1
- package/src/models/ShareInfo.ts +1 -1
- package/src/models/SystemHistory.ts +1 -1
- package/src/models/SystemTypeEnum.ts +2 -2
- package/src/models/TapisSystem.ts +26 -42
- package/src/models/index.ts +1 -0
- package/src/runtime.ts +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,19 +17,19 @@ import { AuthnEnum, Capability, JobRuntime, KeyValuePair, LogicalQueue, Schedule
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ReqPatchSystem {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Optional more verbose description.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ReqPatchSystem
|
|
23
23
|
*/
|
|
24
24
|
description?: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* FQDN, IP address, Globus endpoint ID or Globus collection ID.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ReqPatchSystem
|
|
29
29
|
*/
|
|
30
30
|
host?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Username to use when accessing the system. A specific user (such as a service account) or the dynamic user ``${apiUserId}``.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof ReqPatchSystem
|
|
35
35
|
*/
|
|
@@ -65,25 +65,13 @@ export interface ReqPatchSystem {
|
|
|
65
65
|
*/
|
|
66
66
|
proxyPort?: number;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* An alternate system to use as a Data Transfer Node (DTN) during job execution.
|
|
69
69
|
* @type {string}
|
|
70
70
|
* @memberof ReqPatchSystem
|
|
71
71
|
*/
|
|
72
72
|
dtnSystemId?: string;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof ReqPatchSystem
|
|
77
|
-
*/
|
|
78
|
-
dtnMountPoint?: string;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {string}
|
|
82
|
-
* @memberof ReqPatchSystem
|
|
83
|
-
*/
|
|
84
|
-
dtnMountSourcePath?: string;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
74
|
+
* Indicates if system supports running jobs using a batch scheduler.
|
|
87
75
|
* @type {boolean}
|
|
88
76
|
* @memberof ReqPatchSystem
|
|
89
77
|
*/
|
|
@@ -95,7 +83,7 @@ export interface ReqPatchSystem {
|
|
|
95
83
|
*/
|
|
96
84
|
enableCmdPrefix?: boolean;
|
|
97
85
|
/**
|
|
98
|
-
*
|
|
86
|
+
* Indicates if system allows for the creation of child systems.
|
|
99
87
|
* @type {boolean}
|
|
100
88
|
* @memberof ReqPatchSystem
|
|
101
89
|
*/
|
|
@@ -178,12 +166,6 @@ export interface ReqPatchSystem {
|
|
|
178
166
|
* @memberof ReqPatchSystem
|
|
179
167
|
*/
|
|
180
168
|
notes?: object;
|
|
181
|
-
/**
|
|
182
|
-
*
|
|
183
|
-
* @type {string}
|
|
184
|
-
* @memberof ReqPatchSystem
|
|
185
|
-
*/
|
|
186
|
-
importRefId?: string;
|
|
187
169
|
}
|
|
188
170
|
export declare function ReqPatchSystemFromJSON(json: any): ReqPatchSystem;
|
|
189
171
|
export declare function ReqPatchSystemFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqPatchSystem;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -33,8 +33,6 @@ function ReqPatchSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
33
33
|
'proxyHost': !runtime_1.exists(json, 'proxyHost') ? undefined : json['proxyHost'],
|
|
34
34
|
'proxyPort': !runtime_1.exists(json, 'proxyPort') ? undefined : json['proxyPort'],
|
|
35
35
|
'dtnSystemId': !runtime_1.exists(json, 'dtnSystemId') ? undefined : json['dtnSystemId'],
|
|
36
|
-
'dtnMountPoint': !runtime_1.exists(json, 'dtnMountPoint') ? undefined : json['dtnMountPoint'],
|
|
37
|
-
'dtnMountSourcePath': !runtime_1.exists(json, 'dtnMountSourcePath') ? undefined : json['dtnMountSourcePath'],
|
|
38
36
|
'canRunBatch': !runtime_1.exists(json, 'canRunBatch') ? undefined : json['canRunBatch'],
|
|
39
37
|
'enableCmdPrefix': !runtime_1.exists(json, 'enableCmdPrefix') ? undefined : json['enableCmdPrefix'],
|
|
40
38
|
'allowChildren': !runtime_1.exists(json, 'allowChildren') ? undefined : json['allowChildren'],
|
|
@@ -51,7 +49,6 @@ function ReqPatchSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
51
49
|
'jobCapabilities': !runtime_1.exists(json, 'jobCapabilities') ? undefined : (json['jobCapabilities'].map(_1.CapabilityFromJSON)),
|
|
52
50
|
'tags': !runtime_1.exists(json, 'tags') ? undefined : json['tags'],
|
|
53
51
|
'notes': !runtime_1.exists(json, 'notes') ? undefined : json['notes'],
|
|
54
|
-
'importRefId': !runtime_1.exists(json, 'importRefId') ? undefined : json['importRefId'],
|
|
55
52
|
};
|
|
56
53
|
}
|
|
57
54
|
exports.ReqPatchSystemFromJSONTyped = ReqPatchSystemFromJSONTyped;
|
|
@@ -72,8 +69,6 @@ function ReqPatchSystemToJSON(value) {
|
|
|
72
69
|
'proxyHost': value.proxyHost,
|
|
73
70
|
'proxyPort': value.proxyPort,
|
|
74
71
|
'dtnSystemId': value.dtnSystemId,
|
|
75
|
-
'dtnMountPoint': value.dtnMountPoint,
|
|
76
|
-
'dtnMountSourcePath': value.dtnMountSourcePath,
|
|
77
72
|
'canRunBatch': value.canRunBatch,
|
|
78
73
|
'enableCmdPrefix': value.enableCmdPrefix,
|
|
79
74
|
'allowChildren': value.allowChildren,
|
|
@@ -90,7 +85,6 @@ function ReqPatchSystemToJSON(value) {
|
|
|
90
85
|
'jobCapabilities': value.jobCapabilities === undefined ? undefined : (value.jobCapabilities.map(_1.CapabilityToJSON)),
|
|
91
86
|
'tags': value.tags,
|
|
92
87
|
'notes': value.notes,
|
|
93
|
-
'importRefId': value.importRefId,
|
|
94
88
|
};
|
|
95
89
|
}
|
|
96
90
|
exports.ReqPatchSystemToJSON = ReqPatchSystemToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/models/ReqPerms.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ReqPostChildSystem {
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Short descriptive name for the system that is unique within the tenant.
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof ReqPostChildSystem
|
|
22
22
|
*/
|
|
23
23
|
id?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Username to use when accessing the system. A specific user (such as a service account) or the dynamic user ``${apiUserId}``.
|
|
26
26
|
* @type {string}
|
|
27
27
|
* @memberof ReqPostChildSystem
|
|
28
28
|
*/
|
|
29
29
|
effectiveUserId: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Effective root directory to be used when listing files or moving files to and from the system.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ReqPostChildSystem
|
|
34
34
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,7 +23,7 @@ export interface ReqPostSchedulerProfile {
|
|
|
23
23
|
*/
|
|
24
24
|
name: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Optional more verbose description.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ReqPostSchedulerProfile
|
|
29
29
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,13 +17,13 @@ import { AuthnEnum, Capability, JobRuntime, KeyValuePair, LogicalQueue, ReqPostP
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ReqPostSystem {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Short descriptive name for the system that is unique within the tenant.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ReqPostSystem
|
|
23
23
|
*/
|
|
24
24
|
id: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Optional more verbose description.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ReqPostSystem
|
|
29
29
|
*/
|
|
@@ -35,25 +35,25 @@ export interface ReqPostSystem {
|
|
|
35
35
|
*/
|
|
36
36
|
systemType: SystemTypeEnum;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* A specific user set at system creation.
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof ReqPostSystem
|
|
41
41
|
*/
|
|
42
42
|
owner?: string;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* FQDN, IP address, Globus endpoint ID or Globus collection ID.
|
|
45
45
|
* @type {string}
|
|
46
46
|
* @memberof ReqPostSystem
|
|
47
47
|
*/
|
|
48
48
|
host: string;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* Indicates if system is currently considered active and available for use.
|
|
51
51
|
* @type {boolean}
|
|
52
52
|
* @memberof ReqPostSystem
|
|
53
53
|
*/
|
|
54
54
|
enabled?: boolean;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Username to use when accessing the system. A specific user (such as a service account) or the dynamic user ``${apiUserId}``.
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof ReqPostSystem
|
|
59
59
|
*/
|
|
@@ -71,13 +71,13 @@ export interface ReqPostSystem {
|
|
|
71
71
|
*/
|
|
72
72
|
authnCredential?: ReqPostPutCredential;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* Name of the bucket for an S3 type system.
|
|
75
75
|
* @type {string}
|
|
76
76
|
* @memberof ReqPostSystem
|
|
77
77
|
*/
|
|
78
78
|
bucketName?: string;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Effective root directory to be used when listing files or moving files to and from the system.
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof ReqPostSystem
|
|
83
83
|
*/
|
|
@@ -107,47 +107,35 @@ export interface ReqPostSystem {
|
|
|
107
107
|
*/
|
|
108
108
|
proxyPort?: number;
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* An alternate system to use as a Data Transfer Node (DTN) during job execution.
|
|
111
111
|
* @type {string}
|
|
112
112
|
* @memberof ReqPostSystem
|
|
113
113
|
*/
|
|
114
114
|
dtnSystemId?: string;
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
117
|
-
* @type {string}
|
|
118
|
-
* @memberof ReqPostSystem
|
|
119
|
-
*/
|
|
120
|
-
dtnMountPoint?: string;
|
|
121
|
-
/**
|
|
122
|
-
*
|
|
123
|
-
* @type {string}
|
|
124
|
-
* @memberof ReqPostSystem
|
|
125
|
-
*/
|
|
126
|
-
dtnMountSourcePath?: string;
|
|
127
|
-
/**
|
|
128
|
-
*
|
|
116
|
+
* Indicates if system can be used to execute jobs.
|
|
129
117
|
* @type {boolean}
|
|
130
118
|
* @memberof ReqPostSystem
|
|
131
119
|
*/
|
|
132
|
-
|
|
120
|
+
canExec: boolean;
|
|
133
121
|
/**
|
|
134
|
-
*
|
|
122
|
+
* Indicates if system supports running jobs using a batch scheduler.
|
|
135
123
|
* @type {boolean}
|
|
136
124
|
* @memberof ReqPostSystem
|
|
137
125
|
*/
|
|
138
|
-
|
|
126
|
+
canRunBatch?: boolean;
|
|
139
127
|
/**
|
|
140
|
-
*
|
|
128
|
+
* Indicates if system allows a job submission request to specify a *cmdPrefix*.
|
|
141
129
|
* @type {boolean}
|
|
142
130
|
* @memberof ReqPostSystem
|
|
143
131
|
*/
|
|
144
|
-
|
|
132
|
+
enableCmdPrefix?: boolean;
|
|
145
133
|
/**
|
|
146
|
-
*
|
|
134
|
+
* Indicates if system allows for the creation of child systems.
|
|
147
135
|
* @type {boolean}
|
|
148
136
|
* @memberof ReqPostSystem
|
|
149
137
|
*/
|
|
150
|
-
|
|
138
|
+
allowChildren?: boolean;
|
|
151
139
|
/**
|
|
152
140
|
*
|
|
153
141
|
* @type {string}
|
|
@@ -215,23 +203,17 @@ export interface ReqPostSystem {
|
|
|
215
203
|
*/
|
|
216
204
|
jobCapabilities?: Array<Capability>;
|
|
217
205
|
/**
|
|
218
|
-
*
|
|
206
|
+
* List of tags as simple strings.
|
|
219
207
|
* @type {Array<string>}
|
|
220
208
|
* @memberof ReqPostSystem
|
|
221
209
|
*/
|
|
222
210
|
tags?: Array<string>;
|
|
223
211
|
/**
|
|
224
|
-
*
|
|
212
|
+
* Metadata in the form of a Json object. Not used by Tapis.
|
|
225
213
|
* @type {object}
|
|
226
214
|
* @memberof ReqPostSystem
|
|
227
215
|
*/
|
|
228
216
|
notes?: object;
|
|
229
|
-
/**
|
|
230
|
-
*
|
|
231
|
-
* @type {string}
|
|
232
|
-
* @memberof ReqPostSystem
|
|
233
|
-
*/
|
|
234
|
-
importRefId?: string;
|
|
235
217
|
}
|
|
236
218
|
export declare function ReqPostSystemFromJSON(json: any): ReqPostSystem;
|
|
237
219
|
export declare function ReqPostSystemFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqPostSystem;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -40,12 +40,10 @@ function ReqPostSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
40
|
'proxyHost': !runtime_1.exists(json, 'proxyHost') ? undefined : json['proxyHost'],
|
|
41
41
|
'proxyPort': !runtime_1.exists(json, 'proxyPort') ? undefined : json['proxyPort'],
|
|
42
42
|
'dtnSystemId': !runtime_1.exists(json, 'dtnSystemId') ? undefined : json['dtnSystemId'],
|
|
43
|
-
'dtnMountPoint': !runtime_1.exists(json, 'dtnMountPoint') ? undefined : json['dtnMountPoint'],
|
|
44
|
-
'dtnMountSourcePath': !runtime_1.exists(json, 'dtnMountSourcePath') ? undefined : json['dtnMountSourcePath'],
|
|
45
|
-
'isDtn': !runtime_1.exists(json, 'isDtn') ? undefined : json['isDtn'],
|
|
46
43
|
'canExec': json['canExec'],
|
|
47
44
|
'canRunBatch': !runtime_1.exists(json, 'canRunBatch') ? undefined : json['canRunBatch'],
|
|
48
45
|
'enableCmdPrefix': !runtime_1.exists(json, 'enableCmdPrefix') ? undefined : json['enableCmdPrefix'],
|
|
46
|
+
'allowChildren': !runtime_1.exists(json, 'allowChildren') ? undefined : json['allowChildren'],
|
|
49
47
|
'mpiCmd': !runtime_1.exists(json, 'mpiCmd') ? undefined : json['mpiCmd'],
|
|
50
48
|
'jobRuntimes': !runtime_1.exists(json, 'jobRuntimes') ? undefined : (json['jobRuntimes'].map(_1.JobRuntimeFromJSON)),
|
|
51
49
|
'jobWorkingDir': !runtime_1.exists(json, 'jobWorkingDir') ? undefined : json['jobWorkingDir'],
|
|
@@ -59,7 +57,6 @@ function ReqPostSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
59
57
|
'jobCapabilities': !runtime_1.exists(json, 'jobCapabilities') ? undefined : (json['jobCapabilities'].map(_1.CapabilityFromJSON)),
|
|
60
58
|
'tags': !runtime_1.exists(json, 'tags') ? undefined : json['tags'],
|
|
61
59
|
'notes': !runtime_1.exists(json, 'notes') ? undefined : json['notes'],
|
|
62
|
-
'importRefId': !runtime_1.exists(json, 'importRefId') ? undefined : json['importRefId'],
|
|
63
60
|
};
|
|
64
61
|
}
|
|
65
62
|
exports.ReqPostSystemFromJSONTyped = ReqPostSystemFromJSONTyped;
|
|
@@ -87,12 +84,10 @@ function ReqPostSystemToJSON(value) {
|
|
|
87
84
|
'proxyHost': value.proxyHost,
|
|
88
85
|
'proxyPort': value.proxyPort,
|
|
89
86
|
'dtnSystemId': value.dtnSystemId,
|
|
90
|
-
'dtnMountPoint': value.dtnMountPoint,
|
|
91
|
-
'dtnMountSourcePath': value.dtnMountSourcePath,
|
|
92
|
-
'isDtn': value.isDtn,
|
|
93
87
|
'canExec': value.canExec,
|
|
94
88
|
'canRunBatch': value.canRunBatch,
|
|
95
89
|
'enableCmdPrefix': value.enableCmdPrefix,
|
|
90
|
+
'allowChildren': value.allowChildren,
|
|
96
91
|
'mpiCmd': value.mpiCmd,
|
|
97
92
|
'jobRuntimes': value.jobRuntimes === undefined ? undefined : (value.jobRuntimes.map(_1.JobRuntimeToJSON)),
|
|
98
93
|
'jobWorkingDir': value.jobWorkingDir,
|
|
@@ -106,7 +101,6 @@ function ReqPostSystemToJSON(value) {
|
|
|
106
101
|
'jobCapabilities': value.jobCapabilities === undefined ? undefined : (value.jobCapabilities.map(_1.CapabilityToJSON)),
|
|
107
102
|
'tags': value.tags,
|
|
108
103
|
'notes': value.notes,
|
|
109
|
-
'importRefId': value.importRefId,
|
|
110
104
|
};
|
|
111
105
|
}
|
|
112
106
|
exports.ReqPostSystemToJSON = ReqPostSystemToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,19 +17,19 @@ import { AuthnEnum, Capability, JobRuntime, KeyValuePair, LogicalQueue, ReqPostP
|
|
|
17
17
|
*/
|
|
18
18
|
export interface ReqPutSystem {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Optional more verbose description.
|
|
21
21
|
* @type {string}
|
|
22
22
|
* @memberof ReqPutSystem
|
|
23
23
|
*/
|
|
24
24
|
description?: string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* FQDN, IP address, Globus endpoint ID or Globus collection ID.
|
|
27
27
|
* @type {string}
|
|
28
28
|
* @memberof ReqPutSystem
|
|
29
29
|
*/
|
|
30
30
|
host?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Username to use when accessing the system. A specific user (such as a service account) or the dynamic user ``${apiUserId}``.
|
|
33
33
|
* @type {string}
|
|
34
34
|
* @memberof ReqPutSystem
|
|
35
35
|
*/
|
|
@@ -71,35 +71,29 @@ export interface ReqPutSystem {
|
|
|
71
71
|
*/
|
|
72
72
|
proxyPort?: number;
|
|
73
73
|
/**
|
|
74
|
-
*
|
|
74
|
+
* An alternate system to use as a Data Transfer Node (DTN) during job execution.
|
|
75
75
|
* @type {string}
|
|
76
76
|
* @memberof ReqPutSystem
|
|
77
77
|
*/
|
|
78
78
|
dtnSystemId?: string;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {
|
|
82
|
-
* @memberof ReqPutSystem
|
|
83
|
-
*/
|
|
84
|
-
dtnMountPoint?: string;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {string}
|
|
80
|
+
* Indicates if system supports running jobs using a batch scheduler.
|
|
81
|
+
* @type {boolean}
|
|
88
82
|
* @memberof ReqPutSystem
|
|
89
83
|
*/
|
|
90
|
-
|
|
84
|
+
canRunBatch?: boolean;
|
|
91
85
|
/**
|
|
92
86
|
*
|
|
93
87
|
* @type {boolean}
|
|
94
88
|
* @memberof ReqPutSystem
|
|
95
89
|
*/
|
|
96
|
-
|
|
90
|
+
enableCmdPrefix?: boolean;
|
|
97
91
|
/**
|
|
98
|
-
*
|
|
92
|
+
* Indicates if system allows for the creation of child systems.
|
|
99
93
|
* @type {boolean}
|
|
100
94
|
* @memberof ReqPutSystem
|
|
101
95
|
*/
|
|
102
|
-
|
|
96
|
+
allowChildren?: boolean;
|
|
103
97
|
/**
|
|
104
98
|
*
|
|
105
99
|
* @type {string}
|
|
@@ -178,12 +172,6 @@ export interface ReqPutSystem {
|
|
|
178
172
|
* @memberof ReqPutSystem
|
|
179
173
|
*/
|
|
180
174
|
notes?: object;
|
|
181
|
-
/**
|
|
182
|
-
*
|
|
183
|
-
* @type {string}
|
|
184
|
-
* @memberof ReqPutSystem
|
|
185
|
-
*/
|
|
186
|
-
importRefId?: string;
|
|
187
175
|
}
|
|
188
176
|
export declare function ReqPutSystemFromJSON(json: any): ReqPutSystem;
|
|
189
177
|
export declare function ReqPutSystemFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReqPutSystem;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,10 +34,9 @@ function ReqPutSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
'proxyHost': !runtime_1.exists(json, 'proxyHost') ? undefined : json['proxyHost'],
|
|
35
35
|
'proxyPort': !runtime_1.exists(json, 'proxyPort') ? undefined : json['proxyPort'],
|
|
36
36
|
'dtnSystemId': !runtime_1.exists(json, 'dtnSystemId') ? undefined : json['dtnSystemId'],
|
|
37
|
-
'dtnMountPoint': !runtime_1.exists(json, 'dtnMountPoint') ? undefined : json['dtnMountPoint'],
|
|
38
|
-
'dtnMountSourcePath': !runtime_1.exists(json, 'dtnMountSourcePath') ? undefined : json['dtnMountSourcePath'],
|
|
39
37
|
'canRunBatch': !runtime_1.exists(json, 'canRunBatch') ? undefined : json['canRunBatch'],
|
|
40
38
|
'enableCmdPrefix': !runtime_1.exists(json, 'enableCmdPrefix') ? undefined : json['enableCmdPrefix'],
|
|
39
|
+
'allowChildren': !runtime_1.exists(json, 'allowChildren') ? undefined : json['allowChildren'],
|
|
41
40
|
'mpiCmd': !runtime_1.exists(json, 'mpiCmd') ? undefined : json['mpiCmd'],
|
|
42
41
|
'jobRuntimes': !runtime_1.exists(json, 'jobRuntimes') ? undefined : (json['jobRuntimes'].map(_1.JobRuntimeFromJSON)),
|
|
43
42
|
'jobWorkingDir': !runtime_1.exists(json, 'jobWorkingDir') ? undefined : json['jobWorkingDir'],
|
|
@@ -51,7 +50,6 @@ function ReqPutSystemFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
51
50
|
'jobCapabilities': !runtime_1.exists(json, 'jobCapabilities') ? undefined : (json['jobCapabilities'].map(_1.CapabilityFromJSON)),
|
|
52
51
|
'tags': !runtime_1.exists(json, 'tags') ? undefined : json['tags'],
|
|
53
52
|
'notes': !runtime_1.exists(json, 'notes') ? undefined : json['notes'],
|
|
54
|
-
'importRefId': !runtime_1.exists(json, 'importRefId') ? undefined : json['importRefId'],
|
|
55
53
|
};
|
|
56
54
|
}
|
|
57
55
|
exports.ReqPutSystemFromJSONTyped = ReqPutSystemFromJSONTyped;
|
|
@@ -73,10 +71,9 @@ function ReqPutSystemToJSON(value) {
|
|
|
73
71
|
'proxyHost': value.proxyHost,
|
|
74
72
|
'proxyPort': value.proxyPort,
|
|
75
73
|
'dtnSystemId': value.dtnSystemId,
|
|
76
|
-
'dtnMountPoint': value.dtnMountPoint,
|
|
77
|
-
'dtnMountSourcePath': value.dtnMountSourcePath,
|
|
78
74
|
'canRunBatch': value.canRunBatch,
|
|
79
75
|
'enableCmdPrefix': value.enableCmdPrefix,
|
|
76
|
+
'allowChildren': value.allowChildren,
|
|
80
77
|
'mpiCmd': value.mpiCmd,
|
|
81
78
|
'jobRuntimes': value.jobRuntimes === undefined ? undefined : (value.jobRuntimes.map(_1.JobRuntimeToJSON)),
|
|
82
79
|
'jobWorkingDir': value.jobWorkingDir,
|
|
@@ -90,7 +87,6 @@ function ReqPutSystemToJSON(value) {
|
|
|
90
87
|
'jobCapabilities': value.jobCapabilities === undefined ? undefined : (value.jobCapabilities.map(_1.CapabilityToJSON)),
|
|
91
88
|
'tags': value.tags,
|
|
92
89
|
'notes': value.notes,
|
|
93
|
-
'importRefId': value.importRefId,
|
|
94
90
|
};
|
|
95
91
|
}
|
|
96
92
|
exports.ReqPutSystemToJSON = ReqPutSystemToJSON;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Tapis Systems API
|
|
3
3
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.6.3
|
|
6
6
|
* Contact: cicsupport@tacc.utexas.edu
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Tapis Systems API
|
|
6
6
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.6.3
|
|
9
9
|
* Contact: cicsupport@tacc.utexas.edu
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|