@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
package/src/apis/SystemsApi.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -103,6 +103,7 @@ export interface GetSystemsRequest {
|
|
|
103
103
|
computeTotal?: boolean;
|
|
104
104
|
select?: string;
|
|
105
105
|
showDeleted?: boolean;
|
|
106
|
+
impersonationId?: string;
|
|
106
107
|
}
|
|
107
108
|
|
|
108
109
|
export interface IsEnabledRequest {
|
|
@@ -194,7 +195,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
194
195
|
}
|
|
195
196
|
|
|
196
197
|
/**
|
|
197
|
-
* Create a system using a request body. System name must be unique within a tenant and can be composed of alphanumeric characters and the following special characters [-._~]. Name must begin with an
|
|
198
|
+
* Create a system using a request body. System name must be unique within a tenant and can be composed of alphanumeric characters and the following special characters [-._~]. Name must begin with an alphanumeric character and can be no more than 80 characters in length. Description is optional with a maximum length of 2048 characters. The attribute *host* represents a host name, IP address, Globus Endpoint Id or Globus Collection Id. The attribute *effectiveUserId* determines the host login user, the user used to access the underlying host. The attribute can be set to a static string indicating a specific user (such as a service account) or dynamically specified as *${apiUserId}*. For the case of *${apiUserId}*, the service resolves the variable by extracting the identity from the request to the service (i.e. the JWT) and applying a mapping to a host login user if such a mapping has been provided. If no mapping is provided, then the extracted identity is taken to be the host login user. If the *effectiveUserId* is static (i.e. not *${apiUserId}*) then credentials may optionally be provided in the *authnCredential* attribute of the request body. The Systems service does not store the secrets in its database, they are persisted in the Security Kernel. By default for LINUX and S3 type systems credentials provided are verified. Use query parameter skipCredentialCheck=true to bypass initial verification of credentials. The attribute *rootDir* serves as an effective root directory when operating on files through the Tapis Files service. All paths are relative to this directory when using Files to list, copy, move, mkdir, etc. Required for systems of type LINUX or IRODS. Supports the following variables which are resolved at create time: *${apiUserId}*, *${tenant}* and *${owner}*. May not be updated. Contact support to request a change. There is also a special macro available for *rootDir* that may be used under certain conditions when a system is first created. The macro name is HOST_EVAL. The syntax for the macro is HOST_EVAL($var), where *var* is the environment variable to be evaluated on the system host when the create request is made. Note that the $ character preceding the environment variable name is optional. If after resolution the final path does not have the required leading slash (/) to make it an absolute path, then one will be prepended. The following conditions must be met in order to use the macro - System must be of type LINUX - Credentials must be provided when system is created. - Macro HOST_EVAL() must only appear once and must be the first element of the path. Including a leading slash is optional. - The *effectiveUserId* for the system must be static. Note that *effectiveUserId* may be set to *${owner}*. Here are some examples - HOST_EVAL($SCRATCH) - HOST_EVAL($HOME) - /HOST_EVAL(MY_ROOT_DIR)/scratch - /HOST_EVAL($PROJECT_HOME)/projects/${tenant}/${owner} Note that certain attributes in the request body (such as tenant) are allowed but ignored so that the JSON result returned by a GET may be modified and used when making a POST request to create a system. The attributes that are allowed but ignored are - tenant - uuid - deleted - created - updated
|
|
198
199
|
*/
|
|
199
200
|
async createSystemRaw(requestParameters: CreateSystemRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RespResourceUrl>> {
|
|
200
201
|
if (requestParameters.reqPostSystem === null || requestParameters.reqPostSystem === undefined) {
|
|
@@ -227,7 +228,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
227
228
|
}
|
|
228
229
|
|
|
229
230
|
/**
|
|
230
|
-
* Create a system using a request body. System name must be unique within a tenant and can be composed of alphanumeric characters and the following special characters [-._~]. Name must begin with an
|
|
231
|
+
* Create a system using a request body. System name must be unique within a tenant and can be composed of alphanumeric characters and the following special characters [-._~]. Name must begin with an alphanumeric character and can be no more than 80 characters in length. Description is optional with a maximum length of 2048 characters. The attribute *host* represents a host name, IP address, Globus Endpoint Id or Globus Collection Id. The attribute *effectiveUserId* determines the host login user, the user used to access the underlying host. The attribute can be set to a static string indicating a specific user (such as a service account) or dynamically specified as *${apiUserId}*. For the case of *${apiUserId}*, the service resolves the variable by extracting the identity from the request to the service (i.e. the JWT) and applying a mapping to a host login user if such a mapping has been provided. If no mapping is provided, then the extracted identity is taken to be the host login user. If the *effectiveUserId* is static (i.e. not *${apiUserId}*) then credentials may optionally be provided in the *authnCredential* attribute of the request body. The Systems service does not store the secrets in its database, they are persisted in the Security Kernel. By default for LINUX and S3 type systems credentials provided are verified. Use query parameter skipCredentialCheck=true to bypass initial verification of credentials. The attribute *rootDir* serves as an effective root directory when operating on files through the Tapis Files service. All paths are relative to this directory when using Files to list, copy, move, mkdir, etc. Required for systems of type LINUX or IRODS. Supports the following variables which are resolved at create time: *${apiUserId}*, *${tenant}* and *${owner}*. May not be updated. Contact support to request a change. There is also a special macro available for *rootDir* that may be used under certain conditions when a system is first created. The macro name is HOST_EVAL. The syntax for the macro is HOST_EVAL($var), where *var* is the environment variable to be evaluated on the system host when the create request is made. Note that the $ character preceding the environment variable name is optional. If after resolution the final path does not have the required leading slash (/) to make it an absolute path, then one will be prepended. The following conditions must be met in order to use the macro - System must be of type LINUX - Credentials must be provided when system is created. - Macro HOST_EVAL() must only appear once and must be the first element of the path. Including a leading slash is optional. - The *effectiveUserId* for the system must be static. Note that *effectiveUserId* may be set to *${owner}*. Here are some examples - HOST_EVAL($SCRATCH) - HOST_EVAL($HOME) - /HOST_EVAL(MY_ROOT_DIR)/scratch - /HOST_EVAL($PROJECT_HOME)/projects/${tenant}/${owner} Note that certain attributes in the request body (such as tenant) are allowed but ignored so that the JSON result returned by a GET may be modified and used when making a POST request to create a system. The attributes that are allowed but ignored are - tenant - uuid - deleted - created - updated
|
|
231
232
|
*/
|
|
232
233
|
async createSystem(requestParameters: CreateSystemRequest, initOverrides?: RequestInit): Promise<RespResourceUrl> {
|
|
233
234
|
const response = await this.createSystemRaw(requestParameters, initOverrides);
|
|
@@ -371,7 +372,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
371
372
|
}
|
|
372
373
|
|
|
373
374
|
/**
|
|
374
|
-
* Retrieve information for a system given the system Id. Use query parameter authnMethod
|
|
375
|
+
* Retrieve information for a system given the system Id. Use query parameter *authnMethod* to override the default authentication method. Certain Tapis services or a tenant administrator may use the query parameter *impersonationId* to be used in place of the requesting Tapis user. Tapis will use this user Id when performing authorization and resolving the *effectiveUserId*. Certain Tapis services may use the query parameter *sharedAppCtx* to indicate that the request is in a shared application context.
|
|
375
376
|
*/
|
|
376
377
|
async getSystemRaw(requestParameters: GetSystemRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RespSystem>> {
|
|
377
378
|
if (requestParameters.systemId === null || requestParameters.systemId === undefined) {
|
|
@@ -425,7 +426,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
425
426
|
}
|
|
426
427
|
|
|
427
428
|
/**
|
|
428
|
-
* Retrieve information for a system given the system Id. Use query parameter authnMethod
|
|
429
|
+
* Retrieve information for a system given the system Id. Use query parameter *authnMethod* to override the default authentication method. Certain Tapis services or a tenant administrator may use the query parameter *impersonationId* to be used in place of the requesting Tapis user. Tapis will use this user Id when performing authorization and resolving the *effectiveUserId*. Certain Tapis services may use the query parameter *sharedAppCtx* to indicate that the request is in a shared application context.
|
|
429
430
|
*/
|
|
430
431
|
async getSystem(requestParameters: GetSystemRequest, initOverrides?: RequestInit): Promise<RespSystem> {
|
|
431
432
|
const response = await this.getSystemRaw(requestParameters, initOverrides);
|
|
@@ -433,7 +434,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
433
434
|
}
|
|
434
435
|
|
|
435
436
|
/**
|
|
436
|
-
* Retrieve list of systems.
|
|
437
|
+
* Retrieve list of systems. Use *listType*, *search* and *select* query parameters to limit results. Query parameter *listType* allows for filtering results based on authorization. Options for *listType* are - *OWNED* Include only items owned by requester (Default) - *SHARED_PUBLIC* Include only items shared publicly - *ALL* Include all items requester is authorized to view. Includes check for READ or MODIFY permission. Certain Tapis services or a tenant administrator may use the query parameter *impersonationId* to be used in place of the requesting Tapis user. Tapis will use this user Id when performing authorization and resolving the *effectiveUserId*.
|
|
437
438
|
*/
|
|
438
439
|
async getSystemsRaw(requestParameters: GetSystemsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RespSystems>> {
|
|
439
440
|
const queryParameters: any = {};
|
|
@@ -474,6 +475,10 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
474
475
|
queryParameters['showDeleted'] = requestParameters.showDeleted;
|
|
475
476
|
}
|
|
476
477
|
|
|
478
|
+
if (requestParameters.impersonationId !== undefined) {
|
|
479
|
+
queryParameters['impersonationId'] = requestParameters.impersonationId;
|
|
480
|
+
}
|
|
481
|
+
|
|
477
482
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
478
483
|
|
|
479
484
|
if (this.configuration && this.configuration.apiKey) {
|
|
@@ -491,7 +496,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
491
496
|
}
|
|
492
497
|
|
|
493
498
|
/**
|
|
494
|
-
* Retrieve list of systems.
|
|
499
|
+
* Retrieve list of systems. Use *listType*, *search* and *select* query parameters to limit results. Query parameter *listType* allows for filtering results based on authorization. Options for *listType* are - *OWNED* Include only items owned by requester (Default) - *SHARED_PUBLIC* Include only items shared publicly - *ALL* Include all items requester is authorized to view. Includes check for READ or MODIFY permission. Certain Tapis services or a tenant administrator may use the query parameter *impersonationId* to be used in place of the requesting Tapis user. Tapis will use this user Id when performing authorization and resolving the *effectiveUserId*.
|
|
495
500
|
*/
|
|
496
501
|
async getSystems(requestParameters: GetSystemsRequest, initOverrides?: RequestInit): Promise<RespSystems> {
|
|
497
502
|
const response = await this.getSystemsRaw(requestParameters, initOverrides);
|
|
@@ -570,7 +575,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
570
575
|
}
|
|
571
576
|
|
|
572
577
|
/**
|
|
573
|
-
* Update selected attributes of a system. Request body may only contain updatable attributes. System must exist. Attributes that may not be updated via PATCH are - id - systemType - owner - enabled - bucketName - rootDir -
|
|
578
|
+
* Update selected attributes of a system. Request body may only contain updatable attributes. System must exist. Attributes that may not be updated via PATCH are - id - systemType - owner - enabled - bucketName - rootDir - canExec Note that the attributes owner and enabled may be modified using other endpoints.
|
|
574
579
|
*/
|
|
575
580
|
async patchSystemRaw(requestParameters: PatchSystemRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RespResourceUrl>> {
|
|
576
581
|
if (requestParameters.systemId === null || requestParameters.systemId === undefined) {
|
|
@@ -603,7 +608,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
603
608
|
}
|
|
604
609
|
|
|
605
610
|
/**
|
|
606
|
-
* Update selected attributes of a system. Request body may only contain updatable attributes. System must exist. Attributes that may not be updated via PATCH are - id - systemType - owner - enabled - bucketName - rootDir -
|
|
611
|
+
* Update selected attributes of a system. Request body may only contain updatable attributes. System must exist. Attributes that may not be updated via PATCH are - id - systemType - owner - enabled - bucketName - rootDir - canExec Note that the attributes owner and enabled may be modified using other endpoints.
|
|
607
612
|
*/
|
|
608
613
|
async patchSystem(requestParameters: PatchSystemRequest, initOverrides?: RequestInit): Promise<RespResourceUrl> {
|
|
609
614
|
const response = await this.patchSystemRaw(requestParameters, initOverrides);
|
|
@@ -611,7 +616,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
611
616
|
}
|
|
612
617
|
|
|
613
618
|
/**
|
|
614
|
-
* Update all updatable attributes of a system using a request body identical to POST. System must exist. If the *effectiveUserId* is static (i.e. not *${apiUserId}*) then credentials may optionally be provided in the *authnCredential* attribute of the request body. The Systems service does not store the secrets in its database, they are persisted in the Security Kernel. By default for LINUX and S3 type systems credentials provided are verified. Use query parameter skipCredentialCheck=true to bypass initial verification of credentials. Note that certain attributes in the request body (such as tenant) are allowed but ignored so that the JSON result returned by a GET may be modified and used when making a PUT request to update a system. The attributes that are allowed but ignored for both PUT and POST are - tenant - uuid - deleted - created - updated In addition for a PUT operation the following non-updatable attributes are allowed but ignored - id - systemType - owner - enabled - bucketName - rootDir -
|
|
619
|
+
* Update all updatable attributes of a system using a request body identical to POST. System must exist. If the *effectiveUserId* is static (i.e. not *${apiUserId}*) then credentials may optionally be provided in the *authnCredential* attribute of the request body. The Systems service does not store the secrets in its database, they are persisted in the Security Kernel. By default for LINUX and S3 type systems credentials provided are verified. Use query parameter skipCredentialCheck=true to bypass initial verification of credentials. Note that certain attributes in the request body (such as tenant) are allowed but ignored so that the JSON result returned by a GET may be modified and used when making a PUT request to update a system. The attributes that are allowed but ignored for both PUT and POST are - tenant - uuid - deleted - created - updated In addition for a PUT operation the following non-updatable attributes are allowed but ignored - id - systemType - owner - enabled - bucketName - rootDir - canExec Note that the attributes owner and enabled may be modified using other endpoints.
|
|
615
620
|
*/
|
|
616
621
|
async putSystemRaw(requestParameters: PutSystemRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RespResourceUrl>> {
|
|
617
622
|
if (requestParameters.systemId === null || requestParameters.systemId === undefined) {
|
|
@@ -648,7 +653,7 @@ export class SystemsApi extends runtime.BaseAPI {
|
|
|
648
653
|
}
|
|
649
654
|
|
|
650
655
|
/**
|
|
651
|
-
* Update all updatable attributes of a system using a request body identical to POST. System must exist. If the *effectiveUserId* is static (i.e. not *${apiUserId}*) then credentials may optionally be provided in the *authnCredential* attribute of the request body. The Systems service does not store the secrets in its database, they are persisted in the Security Kernel. By default for LINUX and S3 type systems credentials provided are verified. Use query parameter skipCredentialCheck=true to bypass initial verification of credentials. Note that certain attributes in the request body (such as tenant) are allowed but ignored so that the JSON result returned by a GET may be modified and used when making a PUT request to update a system. The attributes that are allowed but ignored for both PUT and POST are - tenant - uuid - deleted - created - updated In addition for a PUT operation the following non-updatable attributes are allowed but ignored - id - systemType - owner - enabled - bucketName - rootDir -
|
|
656
|
+
* Update all updatable attributes of a system using a request body identical to POST. System must exist. If the *effectiveUserId* is static (i.e. not *${apiUserId}*) then credentials may optionally be provided in the *authnCredential* attribute of the request body. The Systems service does not store the secrets in its database, they are persisted in the Security Kernel. By default for LINUX and S3 type systems credentials provided are verified. Use query parameter skipCredentialCheck=true to bypass initial verification of credentials. Note that certain attributes in the request body (such as tenant) are allowed but ignored so that the JSON result returned by a GET may be modified and used when making a PUT request to update a system. The attributes that are allowed but ignored for both PUT and POST are - tenant - uuid - deleted - created - updated In addition for a PUT operation the following non-updatable attributes are allowed but ignored - id - systemType - owner - enabled - bucketName - rootDir - canExec Note that the attributes owner and enabled may be modified using other endpoints.
|
|
652
657
|
*/
|
|
653
658
|
async putSystem(requestParameters: PutSystemRequest, initOverrides?: RequestInit): Promise<RespResourceUrl> {
|
|
654
659
|
const response = await this.putSystemRaw(requestParameters, initOverrides);
|
package/src/models/AuthnEnum.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/Capability.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/Credential.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/src/models/JobRuntime.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tapis Systems API
|
|
5
|
+
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
|
+
* Contact: cicsupport@tacc.utexas.edu
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @enum {string}
|
|
19
|
+
*/
|
|
20
|
+
export enum KeyValueInputModeEnum {
|
|
21
|
+
Required = 'REQUIRED',
|
|
22
|
+
Fixed = 'FIXED',
|
|
23
|
+
IncludeOnDemand = 'INCLUDE_ON_DEMAND',
|
|
24
|
+
IncludeByDefault = 'INCLUDE_BY_DEFAULT'
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export function KeyValueInputModeEnumFromJSON(json: any): KeyValueInputModeEnum {
|
|
28
|
+
return KeyValueInputModeEnumFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export function KeyValueInputModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): KeyValueInputModeEnum {
|
|
32
|
+
return json as KeyValueInputModeEnum;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export function KeyValueInputModeEnumToJSON(value?: KeyValueInputModeEnum | null): any {
|
|
36
|
+
return value as any;
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import {
|
|
17
|
+
KeyValueInputModeEnum,
|
|
18
|
+
KeyValueInputModeEnumFromJSON,
|
|
19
|
+
KeyValueInputModeEnumFromJSONTyped,
|
|
20
|
+
KeyValueInputModeEnumToJSON,
|
|
21
|
+
} from './';
|
|
22
|
+
|
|
16
23
|
/**
|
|
17
24
|
*
|
|
18
25
|
* @export
|
|
@@ -32,11 +39,23 @@ export interface KeyValuePair {
|
|
|
32
39
|
*/
|
|
33
40
|
value?: string;
|
|
34
41
|
/**
|
|
35
|
-
*
|
|
42
|
+
* Optional more verbose description.
|
|
36
43
|
* @type {string}
|
|
37
44
|
* @memberof KeyValuePair
|
|
38
45
|
*/
|
|
39
46
|
description?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {KeyValueInputModeEnum}
|
|
50
|
+
* @memberof KeyValuePair
|
|
51
|
+
*/
|
|
52
|
+
inputMode?: KeyValueInputModeEnum;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {object}
|
|
56
|
+
* @memberof KeyValuePair
|
|
57
|
+
*/
|
|
58
|
+
notes?: object;
|
|
40
59
|
}
|
|
41
60
|
|
|
42
61
|
export function KeyValuePairFromJSON(json: any): KeyValuePair {
|
|
@@ -52,6 +71,8 @@ export function KeyValuePairFromJSONTyped(json: any, ignoreDiscriminator: boolea
|
|
|
52
71
|
'key': json['key'],
|
|
53
72
|
'value': !exists(json, 'value') ? undefined : json['value'],
|
|
54
73
|
'description': !exists(json, 'description') ? undefined : json['description'],
|
|
74
|
+
'inputMode': !exists(json, 'inputMode') ? undefined : KeyValueInputModeEnumFromJSON(json['inputMode']),
|
|
75
|
+
'notes': !exists(json, 'notes') ? undefined : json['notes'],
|
|
55
76
|
};
|
|
56
77
|
}
|
|
57
78
|
|
|
@@ -67,6 +88,8 @@ export function KeyValuePairToJSON(value?: KeyValuePair | null): any {
|
|
|
67
88
|
'key': value.key,
|
|
68
89
|
'value': value.value,
|
|
69
90
|
'description': value.description,
|
|
91
|
+
'inputMode': KeyValueInputModeEnumToJSON(value.inputMode),
|
|
92
|
+
'notes': value.notes,
|
|
70
93
|
};
|
|
71
94
|
}
|
|
72
95
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -47,19 +47,19 @@ import {
|
|
|
47
47
|
*/
|
|
48
48
|
export interface ReqPatchSystem {
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* Optional more verbose description.
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof ReqPatchSystem
|
|
53
53
|
*/
|
|
54
54
|
description?: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* FQDN, IP address, Globus endpoint ID or Globus collection ID.
|
|
57
57
|
* @type {string}
|
|
58
58
|
* @memberof ReqPatchSystem
|
|
59
59
|
*/
|
|
60
60
|
host?: string;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* Username to use when accessing the system. A specific user (such as a service account) or the dynamic user ``${apiUserId}``.
|
|
63
63
|
* @type {string}
|
|
64
64
|
* @memberof ReqPatchSystem
|
|
65
65
|
*/
|
|
@@ -95,25 +95,13 @@ export interface ReqPatchSystem {
|
|
|
95
95
|
*/
|
|
96
96
|
proxyPort?: number;
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* An alternate system to use as a Data Transfer Node (DTN) during job execution.
|
|
99
99
|
* @type {string}
|
|
100
100
|
* @memberof ReqPatchSystem
|
|
101
101
|
*/
|
|
102
102
|
dtnSystemId?: string;
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
105
|
-
* @type {string}
|
|
106
|
-
* @memberof ReqPatchSystem
|
|
107
|
-
*/
|
|
108
|
-
dtnMountPoint?: string;
|
|
109
|
-
/**
|
|
110
|
-
*
|
|
111
|
-
* @type {string}
|
|
112
|
-
* @memberof ReqPatchSystem
|
|
113
|
-
*/
|
|
114
|
-
dtnMountSourcePath?: string;
|
|
115
|
-
/**
|
|
116
|
-
*
|
|
104
|
+
* Indicates if system supports running jobs using a batch scheduler.
|
|
117
105
|
* @type {boolean}
|
|
118
106
|
* @memberof ReqPatchSystem
|
|
119
107
|
*/
|
|
@@ -125,7 +113,7 @@ export interface ReqPatchSystem {
|
|
|
125
113
|
*/
|
|
126
114
|
enableCmdPrefix?: boolean;
|
|
127
115
|
/**
|
|
128
|
-
*
|
|
116
|
+
* Indicates if system allows for the creation of child systems.
|
|
129
117
|
* @type {boolean}
|
|
130
118
|
* @memberof ReqPatchSystem
|
|
131
119
|
*/
|
|
@@ -208,12 +196,6 @@ export interface ReqPatchSystem {
|
|
|
208
196
|
* @memberof ReqPatchSystem
|
|
209
197
|
*/
|
|
210
198
|
notes?: object;
|
|
211
|
-
/**
|
|
212
|
-
*
|
|
213
|
-
* @type {string}
|
|
214
|
-
* @memberof ReqPatchSystem
|
|
215
|
-
*/
|
|
216
|
-
importRefId?: string;
|
|
217
199
|
}
|
|
218
200
|
|
|
219
201
|
export function ReqPatchSystemFromJSON(json: any): ReqPatchSystem {
|
|
@@ -235,8 +217,6 @@ export function ReqPatchSystemFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
235
217
|
'proxyHost': !exists(json, 'proxyHost') ? undefined : json['proxyHost'],
|
|
236
218
|
'proxyPort': !exists(json, 'proxyPort') ? undefined : json['proxyPort'],
|
|
237
219
|
'dtnSystemId': !exists(json, 'dtnSystemId') ? undefined : json['dtnSystemId'],
|
|
238
|
-
'dtnMountPoint': !exists(json, 'dtnMountPoint') ? undefined : json['dtnMountPoint'],
|
|
239
|
-
'dtnMountSourcePath': !exists(json, 'dtnMountSourcePath') ? undefined : json['dtnMountSourcePath'],
|
|
240
220
|
'canRunBatch': !exists(json, 'canRunBatch') ? undefined : json['canRunBatch'],
|
|
241
221
|
'enableCmdPrefix': !exists(json, 'enableCmdPrefix') ? undefined : json['enableCmdPrefix'],
|
|
242
222
|
'allowChildren': !exists(json, 'allowChildren') ? undefined : json['allowChildren'],
|
|
@@ -253,7 +233,6 @@ export function ReqPatchSystemFromJSONTyped(json: any, ignoreDiscriminator: bool
|
|
|
253
233
|
'jobCapabilities': !exists(json, 'jobCapabilities') ? undefined : ((json['jobCapabilities'] as Array<any>).map(CapabilityFromJSON)),
|
|
254
234
|
'tags': !exists(json, 'tags') ? undefined : json['tags'],
|
|
255
235
|
'notes': !exists(json, 'notes') ? undefined : json['notes'],
|
|
256
|
-
'importRefId': !exists(json, 'importRefId') ? undefined : json['importRefId'],
|
|
257
236
|
};
|
|
258
237
|
}
|
|
259
238
|
|
|
@@ -275,8 +254,6 @@ export function ReqPatchSystemToJSON(value?: ReqPatchSystem | null): any {
|
|
|
275
254
|
'proxyHost': value.proxyHost,
|
|
276
255
|
'proxyPort': value.proxyPort,
|
|
277
256
|
'dtnSystemId': value.dtnSystemId,
|
|
278
|
-
'dtnMountPoint': value.dtnMountPoint,
|
|
279
|
-
'dtnMountSourcePath': value.dtnMountSourcePath,
|
|
280
257
|
'canRunBatch': value.canRunBatch,
|
|
281
258
|
'enableCmdPrefix': value.enableCmdPrefix,
|
|
282
259
|
'allowChildren': value.allowChildren,
|
|
@@ -293,7 +270,6 @@ export function ReqPatchSystemToJSON(value?: ReqPatchSystem | null): any {
|
|
|
293
270
|
'jobCapabilities': value.jobCapabilities === undefined ? undefined : ((value.jobCapabilities as Array<any>).map(CapabilityToJSON)),
|
|
294
271
|
'tags': value.tags,
|
|
295
272
|
'notes': value.notes,
|
|
296
|
-
'importRefId': value.importRefId,
|
|
297
273
|
};
|
|
298
274
|
}
|
|
299
275
|
|
package/src/models/ReqPerms.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -20,19 +20,19 @@ import { exists, mapValues } from '../runtime';
|
|
|
20
20
|
*/
|
|
21
21
|
export interface ReqPostChildSystem {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Short descriptive name for the system that is unique within the tenant.
|
|
24
24
|
* @type {string}
|
|
25
25
|
* @memberof ReqPostChildSystem
|
|
26
26
|
*/
|
|
27
27
|
id?: string;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Username to use when accessing the system. A specific user (such as a service account) or the dynamic user ``${apiUserId}``.
|
|
30
30
|
* @type {string}
|
|
31
31
|
* @memberof ReqPostChildSystem
|
|
32
32
|
*/
|
|
33
33
|
effectiveUserId: string;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Effective root directory to be used when listing files or moving files to and from the system.
|
|
36
36
|
* @type {string}
|
|
37
37
|
* @memberof ReqPostChildSystem
|
|
38
38
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Tapis Systems API
|
|
5
5
|
* The Tapis Systems API provides for management of Tapis Systems including permissions, credentials and Scheduler Profiles.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
+
* The version of the OpenAPI document: 1.6.3
|
|
8
8
|
* Contact: cicsupport@tacc.utexas.edu
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -37,7 +37,7 @@ export interface ReqPostSchedulerProfile {
|
|
|
37
37
|
*/
|
|
38
38
|
name: string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Optional more verbose description.
|
|
41
41
|
* @type {string}
|
|
42
42
|
* @memberof ReqPostSchedulerProfile
|
|
43
43
|
*/
|