All URIs are relative to https://serverless.twilio.com
Method | HTTP request | Description |
---|---|---|
CreateDeployment | Post /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments | Create a new Deployment. |
FetchDeployment | Get /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments/{Sid} | Retrieve a specific Deployment. |
ListDeployment | Get /v1/Services/{ServiceSid}/Environments/{EnvironmentSid}/Deployments | Retrieve a list of all Deployments. |
ServerlessV1Deployment CreateDeployment(ctx, ServiceSidEnvironmentSidoptional)
Create a new Deployment.
Create a new Deployment.
Name | Type | Description |
---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. |
ServiceSid | string | The SID of the Service to create the Deployment resource under. |
EnvironmentSid | string | The SID of the Environment for the Deployment. |
Other parameters are passed through a pointer to a CreateDeploymentParams struct
Name | Type | Description |
---|---|---|
BuildSid | string | The SID of the Build for the Deployment. |
IsPlugin | bool | Whether the Deployment is a plugin. |
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ServerlessV1Deployment FetchDeployment(ctx, ServiceSidEnvironmentSidSid)
Retrieve a specific Deployment.
Retrieve a specific Deployment.
Name | Type | Description |
---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. |
ServiceSid | string | The SID of the Service to fetch the Deployment resource from. |
EnvironmentSid | string | The SID of the Environment used by the Deployment to fetch. |
Sid | string | The SID that identifies the Deployment resource to fetch. |
Other parameters are passed through a pointer to a FetchDeploymentParams struct
Name | Type | Description |
---|
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]ServerlessV1Deployment ListDeployment(ctx, ServiceSidEnvironmentSidoptional)
Retrieve a list of all Deployments.
Retrieve a list of all Deployments.
Name | Type | Description |
---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. |
ServiceSid | string | The SID of the Service to read the Deployment resources from. |
EnvironmentSid | string | The SID of the Environment used by the Deployment resources to read. |
Other parameters are passed through a pointer to a ListDeploymentParams struct
Name | Type | Description |
---|---|---|
PageSize | int | How many resources to return in each list page. The default is 50, and the maximum is 1000. |
Limit | int | Max number of records to return. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]