services_post_clone {civis} | R Documentation |
Clone this Service
Description
Clone this Service
Usage
services_post_clone(id)
Arguments
id |
integer required. |
Value
A list containing the following elements:
id |
integer, The ID for this Service. |
name |
string, The name of this Service. |
description |
string, The description of this Service. |
user |
list, A list containing the following elements:
|
type |
string, The type of this Service |
dockerImageName |
string, The name of the docker image to pull from DockerHub. |
dockerImageTag |
string, The tag of the docker image to pull from DockerHub (default: latest). |
schedule |
list, A list containing the following elements:
|
timeZone |
string, |
replicas |
integer, The number of Service replicas to deploy. When maxReplicas is set, this field defines the minimum number of replicas to deploy. |
maxReplicas |
integer, The maximum number of Service replicas to deploy. Defining this field enables autoscaling. |
instanceType |
string, The EC2 instance type to deploy to. |
memory |
integer, The amount of memory allocated to each replica of the Service. |
cpu |
integer, The amount of cpu allocated to each replica of the the Service. |
createdAt |
string, |
updatedAt |
string, |
credentials |
array, A list of credential IDs to pass to the Service. |
permissionSetId |
integer, The ID of the associated permission set, if any. |
gitRepoUrl |
string, The url for the git repo where the Service code lives. |
gitRepoRef |
string, The git reference to use when pulling code from the repo. |
gitPathDir |
string, The path to the Service code within the git repo. If unspecified, the root directory will be used. |
reportId |
integer, The ID of the associated report. |
currentDeployment |
list, A list containing the following elements:
|
currentUrl |
string, The URL that the service is hosted at. |
environmentVariables |
list, Environment Variables to be passed into the Service. |
notifications |
list, A list containing the following elements:
|
partitionLabel |
string, The partition label used to run this object. |
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |
archived |
string, The archival status of the requested item(s). |
hidden |
boolean, The hidden status of the item. |