Administrator
- Administrator
- All Products
/api/v2/runtimeEnvironment
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Yes
| Name of the Secure Agent group.
|
isShared
| Boolean
| -
| Whether the Secure Agent group can be shared with sub-organizations.
|
/api/v2/runtimeEnvironment/<id>
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Yes
| Name of the Secure Agent group.
|
isShared
| Boolean
| -
| Whether the Secure Agent group can be shared with sub-organizations.
|
agents
| Array
| Yes
| Agents assigned to the Secure Agent group.
|
orgId
| String
| Yes
| Organization ID.
|
id
| String
| Yes
| Agent ID.
|
Field
| Type
| Description
|
---|---|---|
id
| String
| Secure Agent group ID.
|
orgId
| String
| Organization ID.
|
name
| String
| Secure Agent group name.
|
description
| String
| Description of the Secure Agent group.
|
createTime
| Date/time
| Date and time the Secure Agent group was created.
|
updateTime
| Date/time
| Date and time that the Secure Agent group was last updated.
|
createdBy
| String
| User who created the Secure Agent group.
|
updatedBy
| String
| User who last updated the Secure Agent group.
|
agents
| Array
| Agents assigned to the Secure Agent group. For more information, see the agent resource.
|
isShared
| Boolean
| Indicates whether the Secure Agent group is shared. Returns one of the following values:
|
federatedId
| String
| Global unique identifier.
|
serverlessConfig
| Attribute that defines serverless runtime environment properties.
|
POST <serverUrl>/api/v2/runtimeEnvironment Accept:application/json icSessionId: <icSessionId> { "@type": "runtimeEnvironment", "name": "14402", "isShared": true }
POST <serverUrl>/api/v2/runtimeEnvironment/00000425000000000004 Accept:application/json icSessionId: <icSessionId> { "@type": "runtimeEnvironment", "name": "14401", "agents": [ { "@type": "agent", "id": "01000308000000000003", "orgId": "010003" } ], "isShared": false }
{ "@type": "runtimeEnvironment", "id": "01000325000000000005", "orgId": "010003", "name": "USW1MJ02W6PP-2", "createTime": "2021-11-09T17:20:55.583Z", "updateTime": "2021-11-09T17:20:55.583Z", "createdBy": "ctan", "updatedBy": "ctan", "agents": [], "isShared": false, "federatedId": "9F4z0pY1kKqdlmLp5kYXkF", "createTimeUTC": "2021-11-09T22:20:55.583Z", "updateTimeUTC": "2021-11-09T22:20:55.583Z", "serverlessConfig": { "cloudProviderConfig": { "cloudConfig": [] } } }
/api/v2/runtimeEnvironment/00000425000000000034