Package com.mypurecloud.sdk.v2.api
Class WebDeploymentsApi
java.lang.Object
com.mypurecloud.sdk.v2.api.WebDeploymentsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDelete all versions of a configurationdeleteWebdeploymentsConfiguration(ApiRequest<Void> request) Delete all versions of a configurationvoiddeleteWebdeploymentsConfiguration(String configurationId) Delete all versions of a configurationdeleteWebdeploymentsConfigurationWithHttpInfo(String configurationId) Delete all versions of a configurationvoidDelete a deploymentdeleteWebdeploymentsDeployment(ApiRequest<Void> request) Delete a deploymentvoiddeleteWebdeploymentsDeployment(String deploymentId) Delete a deploymentdeleteWebdeploymentsDeploymentCobrowseSessionId(DeleteWebdeploymentsDeploymentCobrowseSessionIdRequest request) Deletes a cobrowse sessionDeletes a cobrowse sessiondeleteWebdeploymentsDeploymentCobrowseSessionId(String deploymentId, String sessionId) Deletes a cobrowse sessiondeleteWebdeploymentsDeploymentCobrowseSessionIdWithHttpInfo(String deploymentId, String sessionId) Deletes a cobrowse sessiondeleteWebdeploymentsDeploymentWithHttpInfo(String deploymentId) Delete a deploymentvoidInvalidate JWTdeleteWebdeploymentsTokenRevoke(ApiRequest<Void> request) Invalidate JWTvoiddeleteWebdeploymentsTokenRevoke(String xJourneySessionId, String xJourneySessionType) Invalidate JWTdeleteWebdeploymentsTokenRevokeWithHttpInfo(String xJourneySessionId, String xJourneySessionType) Invalidate JWTView configuration draftsgetWebdeploymentsConfigurations(ApiRequest<Void> request) View configuration draftsgetWebdeploymentsConfigurations(String pageSize, String before, String after, Boolean showOnlyPublished) View configuration draftsgetWebdeploymentsConfigurationsWithHttpInfo(String pageSize, String before, String after, Boolean showOnlyPublished) View configuration draftsGet a configuration versionGet a configuration versiongetWebdeploymentsConfigurationVersion(String configurationId, String versionId) Get a configuration versionGet the versions of a configurationGet the versions of a configurationgetWebdeploymentsConfigurationVersions(String configurationId, String pageSize, String before, String after) Get the versions of a configurationgetWebdeploymentsConfigurationVersionsDraft(GetWebdeploymentsConfigurationVersionsDraftRequest request) Get the configuration draftGet the configuration draftgetWebdeploymentsConfigurationVersionsDraft(String configurationId) Get the configuration draftgetWebdeploymentsConfigurationVersionsDraftWithHttpInfo(String configurationId) Get the configuration draftgetWebdeploymentsConfigurationVersionsWithHttpInfo(String configurationId, String pageSize, String before, String after) Get the versions of a configurationgetWebdeploymentsConfigurationVersionWithHttpInfo(String configurationId, String versionId) Get a configuration versionGet a deploymentgetWebdeploymentsDeployment(ApiRequest<Void> request) Get a deploymentgetWebdeploymentsDeployment(String deploymentId, List<String> expand) Get a deploymentgetWebdeploymentsDeploymentCobrowseSessionId(GetWebdeploymentsDeploymentCobrowseSessionIdRequest request) Retrieves a cobrowse sessionRetrieves a cobrowse sessiongetWebdeploymentsDeploymentCobrowseSessionId(String deploymentId, String sessionId) Retrieves a cobrowse sessiongetWebdeploymentsDeploymentCobrowseSessionIdWithHttpInfo(String deploymentId, String sessionId) Retrieves a cobrowse sessionGet active configuration for a given deploymentGet active configuration for a given deploymentgetWebdeploymentsDeploymentConfigurations(String deploymentId, String type, List<String> expand) Get active configuration for a given deploymentgetWebdeploymentsDeploymentConfigurationsWithHttpInfo(String deploymentId, String type, List<String> expand) Get active configuration for a given deploymentgetWebdeploymentsDeploymentIdentityresolution(GetWebdeploymentsDeploymentIdentityresolutionRequest request) Get a deployment identity resolution setting.Get a deployment identity resolution setting.getWebdeploymentsDeploymentIdentityresolution(String deploymentId) Get a deployment identity resolution setting.Get a deployment identity resolution setting.Get deploymentsgetWebdeploymentsDeployments(ApiRequest<Void> request) Get deploymentsGet deploymentsgetWebdeploymentsDeploymentsWithHttpInfo(String pageSize, String before, String after, List<String> expand) Get deploymentsgetWebdeploymentsDeploymentWithHttpInfo(String deploymentId, List<String> expand) Get a deploymentCreate a configuration draftCreate a configuration draftpostWebdeploymentsConfigurations(WebDeploymentConfigurationVersion configurationVersion) Create a configuration draftpostWebdeploymentsConfigurationsWithHttpInfo(WebDeploymentConfigurationVersion configurationVersion) Create a configuration draftpostWebdeploymentsConfigurationVersionsDraftPublish(PostWebdeploymentsConfigurationVersionsDraftPublishRequest request) Publish the configuration draft and create a new versionPublish the configuration draft and create a new versionpostWebdeploymentsConfigurationVersionsDraftPublish(String configurationId) Publish the configuration draft and create a new versionpostWebdeploymentsConfigurationVersionsDraftPublishWithHttpInfo(String configurationId) Publish the configuration draft and create a new versionCreate a deploymentCreate a deploymentpostWebdeploymentsDeployments(WebDeployment deployment) Create a deploymentCreate a deploymentpostWebdeploymentsTokenOauthcodegrantjwtexchange(PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest request) Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.postWebdeploymentsTokenOauthcodegrantjwtexchange(ApiRequest<WebDeploymentsOAuthExchangeRequest> request) Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.postWebdeploymentsTokenOauthcodegrantjwtexchangeWithHttpInfo(WebDeploymentsOAuthExchangeRequest body) Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.Refresh a JWT.Refresh a JWT.Refresh a JWT.Refresh a JWT.putWebdeploymentsConfigurationVersionsDraft(PutWebdeploymentsConfigurationVersionsDraftRequest request) Update the configuration draftUpdate the configuration draftputWebdeploymentsConfigurationVersionsDraft(String configurationId, WebDeploymentConfigurationVersion configurationVersion) Update the configuration draftputWebdeploymentsConfigurationVersionsDraftWithHttpInfo(String configurationId, WebDeploymentConfigurationVersion configurationVersion) Update the configuration draftUpdate a deploymentUpdate a deploymentputWebdeploymentsDeployment(String deploymentId, WebDeployment deployment) Update a deploymentputWebdeploymentsDeploymentIdentityresolution(PutWebdeploymentsDeploymentIdentityresolutionRequest request) Update identity resolution settings for a deployment.putWebdeploymentsDeploymentIdentityresolution(ApiRequest<DeploymentIdentityResolutionConfig> request) Update identity resolution settings for a deployment.putWebdeploymentsDeploymentIdentityresolution(String deploymentId, DeploymentIdentityResolutionConfig body) Update identity resolution settings for a deployment.putWebdeploymentsDeploymentIdentityresolutionWithHttpInfo(String deploymentId, DeploymentIdentityResolutionConfig body) Update identity resolution settings for a deployment.putWebdeploymentsDeploymentWithHttpInfo(String deploymentId, WebDeployment deployment) Update a deployment
-
Constructor Details
-
WebDeploymentsApi
public WebDeploymentsApi() -
WebDeploymentsApi
-
-
Method Details
-
deleteWebdeploymentsConfiguration
public void deleteWebdeploymentsConfiguration(String configurationId) throws IOException, ApiException Delete all versions of a configuration- Parameters:
configurationId- The configuration version ID (required)- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsConfigurationWithHttpInfo
public ApiResponse<Void> deleteWebdeploymentsConfigurationWithHttpInfo(String configurationId) throws IOException Delete all versions of a configuration- Parameters:
configurationId- The configuration version ID (required)- Throws:
IOException- if the request fails to be processed
-
deleteWebdeploymentsConfiguration
public void deleteWebdeploymentsConfiguration(DeleteWebdeploymentsConfigurationRequest request) throws IOException, ApiException Delete all versions of a configuration- Parameters:
request- The request object- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsConfiguration
public ApiResponse<Void> deleteWebdeploymentsConfiguration(ApiRequest<Void> request) throws IOException Delete all versions of a configuration- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
deleteWebdeploymentsDeployment
Delete a deployment- Parameters:
deploymentId- The deployment ID (required)- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsDeploymentWithHttpInfo
public ApiResponse<Void> deleteWebdeploymentsDeploymentWithHttpInfo(String deploymentId) throws IOException Delete a deployment- Parameters:
deploymentId- The deployment ID (required)- Throws:
IOException- if the request fails to be processed
-
deleteWebdeploymentsDeployment
public void deleteWebdeploymentsDeployment(DeleteWebdeploymentsDeploymentRequest request) throws IOException, ApiException Delete a deployment- Parameters:
request- The request object- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsDeployment
public ApiResponse<Void> deleteWebdeploymentsDeployment(ApiRequest<Void> request) throws IOException Delete a deployment- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
deleteWebdeploymentsDeploymentCobrowseSessionId
public Empty deleteWebdeploymentsDeploymentCobrowseSessionId(String deploymentId, String sessionId) throws IOException, ApiException Deletes a cobrowse session- Parameters:
deploymentId- WebMessaging deployment ID (required)sessionId- Cobrowse session id or join code (required)- Returns:
- Empty
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsDeploymentCobrowseSessionIdWithHttpInfo
public ApiResponse<Empty> deleteWebdeploymentsDeploymentCobrowseSessionIdWithHttpInfo(String deploymentId, String sessionId) throws IOException Deletes a cobrowse session- Parameters:
deploymentId- WebMessaging deployment ID (required)sessionId- Cobrowse session id or join code (required)- Returns:
- Empty
- Throws:
IOException- if the request fails to be processed
-
deleteWebdeploymentsDeploymentCobrowseSessionId
public Empty deleteWebdeploymentsDeploymentCobrowseSessionId(DeleteWebdeploymentsDeploymentCobrowseSessionIdRequest request) throws IOException, ApiException Deletes a cobrowse session- Parameters:
request- The request object- Returns:
- Empty
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsDeploymentCobrowseSessionId
public ApiResponse<Empty> deleteWebdeploymentsDeploymentCobrowseSessionId(ApiRequest<Void> request) throws IOException Deletes a cobrowse session- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
deleteWebdeploymentsTokenRevoke
public void deleteWebdeploymentsTokenRevoke(String xJourneySessionId, String xJourneySessionType) throws IOException, ApiException Invalidate JWT- Parameters:
xJourneySessionId- The Customer's journey sessionId. (optional)xJourneySessionType- The Customer's journey session type. (optional)- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsTokenRevokeWithHttpInfo
public ApiResponse<Void> deleteWebdeploymentsTokenRevokeWithHttpInfo(String xJourneySessionId, String xJourneySessionType) throws IOException Invalidate JWT- Parameters:
xJourneySessionId- The Customer's journey sessionId. (optional)xJourneySessionType- The Customer's journey session type. (optional)- Throws:
IOException- if the request fails to be processed
-
deleteWebdeploymentsTokenRevoke
public void deleteWebdeploymentsTokenRevoke(DeleteWebdeploymentsTokenRevokeRequest request) throws IOException, ApiException Invalidate JWT- Parameters:
request- The request object- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
deleteWebdeploymentsTokenRevoke
public ApiResponse<Void> deleteWebdeploymentsTokenRevoke(ApiRequest<Void> request) throws IOException Invalidate JWT- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersion
public WebDeploymentConfigurationVersion getWebdeploymentsConfigurationVersion(String configurationId, String versionId) throws IOException, ApiException Get a configuration version- Parameters:
configurationId- The configuration version ID (required)versionId- The version of the configuration to get (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersionWithHttpInfo
public ApiResponse<WebDeploymentConfigurationVersion> getWebdeploymentsConfigurationVersionWithHttpInfo(String configurationId, String versionId) throws IOException Get a configuration version- Parameters:
configurationId- The configuration version ID (required)versionId- The version of the configuration to get (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersion
public WebDeploymentConfigurationVersion getWebdeploymentsConfigurationVersion(GetWebdeploymentsConfigurationVersionRequest request) throws IOException, ApiException Get a configuration version- Parameters:
request- The request object- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersion
public ApiResponse<WebDeploymentConfigurationVersion> getWebdeploymentsConfigurationVersion(ApiRequest<Void> request) throws IOException Get a configuration version- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersions
public WebDeploymentConfigurationVersionEntityListing getWebdeploymentsConfigurationVersions(String configurationId, String pageSize, String before, String after) throws IOException, ApiException Get the versions of a configuration- Parameters:
configurationId- The configuration version ID (required)pageSize- Number of entities to return. Defaults to 300. (optional)before- The cursor that points to the start of the set of entities that has been returned. (optional)after- The cursor that points to the end of the set of entities that has been returned. (optional)- Returns:
- WebDeploymentConfigurationVersionEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersionsWithHttpInfo
public ApiResponse<WebDeploymentConfigurationVersionEntityListing> getWebdeploymentsConfigurationVersionsWithHttpInfo(String configurationId, String pageSize, String before, String after) throws IOException Get the versions of a configuration- Parameters:
configurationId- The configuration version ID (required)pageSize- Number of entities to return. Defaults to 300. (optional)before- The cursor that points to the start of the set of entities that has been returned. (optional)after- The cursor that points to the end of the set of entities that has been returned. (optional)- Returns:
- WebDeploymentConfigurationVersionEntityListing
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersions
public WebDeploymentConfigurationVersionEntityListing getWebdeploymentsConfigurationVersions(GetWebdeploymentsConfigurationVersionsRequest request) throws IOException, ApiException Get the versions of a configuration- Parameters:
request- The request object- Returns:
- WebDeploymentConfigurationVersionEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersions
public ApiResponse<WebDeploymentConfigurationVersionEntityListing> getWebdeploymentsConfigurationVersions(ApiRequest<Void> request) throws IOException Get the versions of a configuration- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersionsDraft
public WebDeploymentConfigurationVersion getWebdeploymentsConfigurationVersionsDraft(String configurationId) throws IOException, ApiException Get the configuration draft- Parameters:
configurationId- The configuration version ID (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersionsDraftWithHttpInfo
public ApiResponse<WebDeploymentConfigurationVersion> getWebdeploymentsConfigurationVersionsDraftWithHttpInfo(String configurationId) throws IOException Get the configuration draft- Parameters:
configurationId- The configuration version ID (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersionsDraft
public WebDeploymentConfigurationVersion getWebdeploymentsConfigurationVersionsDraft(GetWebdeploymentsConfigurationVersionsDraftRequest request) throws IOException, ApiException Get the configuration draft- Parameters:
request- The request object- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurationVersionsDraft
public ApiResponse<WebDeploymentConfigurationVersion> getWebdeploymentsConfigurationVersionsDraft(ApiRequest<Void> request) throws IOException Get the configuration draft- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurations
public WebDeploymentConfigurationVersionEntityListing getWebdeploymentsConfigurations(String pageSize, String before, String after, Boolean showOnlyPublished) throws IOException, ApiException View configuration drafts- Parameters:
pageSize- Number of entities to return. Defaults to 300. (optional)before- The cursor that points to the start of the set of entities that has been returned. (optional)after- The cursor that points to the end of the set of entities that has been returned. (optional)showOnlyPublished- Filter by published status. (optional)- Returns:
- WebDeploymentConfigurationVersionEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurationsWithHttpInfo
public ApiResponse<WebDeploymentConfigurationVersionEntityListing> getWebdeploymentsConfigurationsWithHttpInfo(String pageSize, String before, String after, Boolean showOnlyPublished) throws IOException View configuration drafts- Parameters:
pageSize- Number of entities to return. Defaults to 300. (optional)before- The cursor that points to the start of the set of entities that has been returned. (optional)after- The cursor that points to the end of the set of entities that has been returned. (optional)showOnlyPublished- Filter by published status. (optional)- Returns:
- WebDeploymentConfigurationVersionEntityListing
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsConfigurations
public WebDeploymentConfigurationVersionEntityListing getWebdeploymentsConfigurations(GetWebdeploymentsConfigurationsRequest request) throws IOException, ApiException View configuration drafts- Parameters:
request- The request object- Returns:
- WebDeploymentConfigurationVersionEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsConfigurations
public ApiResponse<WebDeploymentConfigurationVersionEntityListing> getWebdeploymentsConfigurations(ApiRequest<Void> request) throws IOException View configuration drafts- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeployment
public WebDeployment getWebdeploymentsDeployment(String deploymentId, List<String> expand) throws IOException, ApiException Get a deployment- Parameters:
deploymentId- The deployment ID (required)expand- The specified entity attributes will be filled. Comma separated values expected. (optional)- Returns:
- WebDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentWithHttpInfo
public ApiResponse<WebDeployment> getWebdeploymentsDeploymentWithHttpInfo(String deploymentId, List<String> expand) throws IOException Get a deployment- Parameters:
deploymentId- The deployment ID (required)expand- The specified entity attributes will be filled. Comma separated values expected. (optional)- Returns:
- WebDeployment
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeployment
public WebDeployment getWebdeploymentsDeployment(GetWebdeploymentsDeploymentRequest request) throws IOException, ApiException Get a deployment- Parameters:
request- The request object- Returns:
- WebDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeployment
public ApiResponse<WebDeployment> getWebdeploymentsDeployment(ApiRequest<Void> request) throws IOException Get a deployment- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeploymentCobrowseSessionId
public CobrowseWebMessagingSession getWebdeploymentsDeploymentCobrowseSessionId(String deploymentId, String sessionId) throws IOException, ApiException Retrieves a cobrowse session- Parameters:
deploymentId- WebMessaging deployment ID (required)sessionId- Cobrowse session id or join code (required)- Returns:
- CobrowseWebMessagingSession
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentCobrowseSessionIdWithHttpInfo
public ApiResponse<CobrowseWebMessagingSession> getWebdeploymentsDeploymentCobrowseSessionIdWithHttpInfo(String deploymentId, String sessionId) throws IOException Retrieves a cobrowse session- Parameters:
deploymentId- WebMessaging deployment ID (required)sessionId- Cobrowse session id or join code (required)- Returns:
- CobrowseWebMessagingSession
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeploymentCobrowseSessionId
public CobrowseWebMessagingSession getWebdeploymentsDeploymentCobrowseSessionId(GetWebdeploymentsDeploymentCobrowseSessionIdRequest request) throws IOException, ApiException Retrieves a cobrowse session- Parameters:
request- The request object- Returns:
- CobrowseWebMessagingSession
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentCobrowseSessionId
public ApiResponse<CobrowseWebMessagingSession> getWebdeploymentsDeploymentCobrowseSessionId(ApiRequest<Void> request) throws IOException Retrieves a cobrowse session- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeploymentConfigurations
public WebDeploymentActiveConfigurationOnDeployment getWebdeploymentsDeploymentConfigurations(String deploymentId, String type, List<String> expand) throws IOException, ApiException Get active configuration for a given deployment- Parameters:
deploymentId- The deployment ID (required)type- Get active configuration on a deployment (optional)expand- Expand instructions for the return value (optional)- Returns:
- WebDeploymentActiveConfigurationOnDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentConfigurationsWithHttpInfo
public ApiResponse<WebDeploymentActiveConfigurationOnDeployment> getWebdeploymentsDeploymentConfigurationsWithHttpInfo(String deploymentId, String type, List<String> expand) throws IOException Get active configuration for a given deployment- Parameters:
deploymentId- The deployment ID (required)type- Get active configuration on a deployment (optional)expand- Expand instructions for the return value (optional)- Returns:
- WebDeploymentActiveConfigurationOnDeployment
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeploymentConfigurations
public WebDeploymentActiveConfigurationOnDeployment getWebdeploymentsDeploymentConfigurations(GetWebdeploymentsDeploymentConfigurationsRequest request) throws IOException, ApiException Get active configuration for a given deployment- Parameters:
request- The request object- Returns:
- WebDeploymentActiveConfigurationOnDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentConfigurations
public ApiResponse<WebDeploymentActiveConfigurationOnDeployment> getWebdeploymentsDeploymentConfigurations(ApiRequest<Void> request) throws IOException Get active configuration for a given deployment- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeploymentIdentityresolution
public DeploymentIdentityResolutionConfig getWebdeploymentsDeploymentIdentityresolution(String deploymentId) throws IOException, ApiException Get a deployment identity resolution setting.- Parameters:
deploymentId- The deployment ID (required)- Returns:
- DeploymentIdentityResolutionConfig
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentIdentityresolutionWithHttpInfo
public ApiResponse<DeploymentIdentityResolutionConfig> getWebdeploymentsDeploymentIdentityresolutionWithHttpInfo(String deploymentId) throws IOException Get a deployment identity resolution setting.- Parameters:
deploymentId- The deployment ID (required)- Returns:
- DeploymentIdentityResolutionConfig
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeploymentIdentityresolution
public DeploymentIdentityResolutionConfig getWebdeploymentsDeploymentIdentityresolution(GetWebdeploymentsDeploymentIdentityresolutionRequest request) throws IOException, ApiException Get a deployment identity resolution setting.- Parameters:
request- The request object- Returns:
- DeploymentIdentityResolutionConfig
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentIdentityresolution
public ApiResponse<DeploymentIdentityResolutionConfig> getWebdeploymentsDeploymentIdentityresolution(ApiRequest<Void> request) throws IOException Get a deployment identity resolution setting.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeployments
public ExpandableWebDeploymentEntityListing getWebdeploymentsDeployments(String pageSize, String before, String after, List<String> expand) throws IOException, ApiException Get deployments- Parameters:
pageSize- Number of entities to return. Defaults to 300. (optional)before- The cursor that points to the start of the set of entities that has been returned. (optional)after- The cursor that points to the end of the set of entities that has been returned. (optional)expand- The specified entity attributes will be filled. Comma separated values expected. (optional)- Returns:
- ExpandableWebDeploymentEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeploymentsWithHttpInfo
public ApiResponse<ExpandableWebDeploymentEntityListing> getWebdeploymentsDeploymentsWithHttpInfo(String pageSize, String before, String after, List<String> expand) throws IOException Get deployments- Parameters:
pageSize- Number of entities to return. Defaults to 300. (optional)before- The cursor that points to the start of the set of entities that has been returned. (optional)after- The cursor that points to the end of the set of entities that has been returned. (optional)expand- The specified entity attributes will be filled. Comma separated values expected. (optional)- Returns:
- ExpandableWebDeploymentEntityListing
- Throws:
IOException- if the request fails to be processed
-
getWebdeploymentsDeployments
public ExpandableWebDeploymentEntityListing getWebdeploymentsDeployments(GetWebdeploymentsDeploymentsRequest request) throws IOException, ApiException Get deployments- Parameters:
request- The request object- Returns:
- ExpandableWebDeploymentEntityListing
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
getWebdeploymentsDeployments
public ApiResponse<ExpandableWebDeploymentEntityListing> getWebdeploymentsDeployments(ApiRequest<Void> request) throws IOException Get deployments- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsConfigurationVersionsDraftPublish
public WebDeploymentConfigurationVersion postWebdeploymentsConfigurationVersionsDraftPublish(String configurationId) throws IOException, ApiException Publish the configuration draft and create a new version- Parameters:
configurationId- The configuration version ID (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsConfigurationVersionsDraftPublishWithHttpInfo
public ApiResponse<WebDeploymentConfigurationVersion> postWebdeploymentsConfigurationVersionsDraftPublishWithHttpInfo(String configurationId) throws IOException Publish the configuration draft and create a new version- Parameters:
configurationId- The configuration version ID (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsConfigurationVersionsDraftPublish
public WebDeploymentConfigurationVersion postWebdeploymentsConfigurationVersionsDraftPublish(PostWebdeploymentsConfigurationVersionsDraftPublishRequest request) throws IOException, ApiException Publish the configuration draft and create a new version- Parameters:
request- The request object- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsConfigurationVersionsDraftPublish
public ApiResponse<WebDeploymentConfigurationVersion> postWebdeploymentsConfigurationVersionsDraftPublish(ApiRequest<Void> request) throws IOException Publish the configuration draft and create a new version- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsConfigurations
public WebDeploymentConfigurationVersion postWebdeploymentsConfigurations(WebDeploymentConfigurationVersion configurationVersion) throws IOException, ApiException Create a configuration draft- Parameters:
configurationVersion- (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsConfigurationsWithHttpInfo
public ApiResponse<WebDeploymentConfigurationVersion> postWebdeploymentsConfigurationsWithHttpInfo(WebDeploymentConfigurationVersion configurationVersion) throws IOException Create a configuration draft- Parameters:
configurationVersion- (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsConfigurations
public WebDeploymentConfigurationVersion postWebdeploymentsConfigurations(PostWebdeploymentsConfigurationsRequest request) throws IOException, ApiException Create a configuration draft- Parameters:
request- The request object- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsConfigurations
public ApiResponse<WebDeploymentConfigurationVersion> postWebdeploymentsConfigurations(ApiRequest<WebDeploymentConfigurationVersion> request) throws IOException Create a configuration draft- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsDeployments
public WebDeployment postWebdeploymentsDeployments(WebDeployment deployment) throws IOException, ApiException Create a deployment- Parameters:
deployment- (required)- Returns:
- WebDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsDeploymentsWithHttpInfo
public ApiResponse<WebDeployment> postWebdeploymentsDeploymentsWithHttpInfo(WebDeployment deployment) throws IOException Create a deployment- Parameters:
deployment- (required)- Returns:
- WebDeployment
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsDeployments
public WebDeployment postWebdeploymentsDeployments(PostWebdeploymentsDeploymentsRequest request) throws IOException, ApiException Create a deployment- Parameters:
request- The request object- Returns:
- WebDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsDeployments
public ApiResponse<WebDeployment> postWebdeploymentsDeployments(ApiRequest<WebDeployment> request) throws IOException Create a deployment- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsTokenOauthcodegrantjwtexchange
public WebDeploymentsAuthorizationResponse postWebdeploymentsTokenOauthcodegrantjwtexchange(WebDeploymentsOAuthExchangeRequest body) throws IOException, ApiException Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.- Parameters:
body- webDeploymentsOAuthExchangeRequest (required)- Returns:
- WebDeploymentsAuthorizationResponse
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsTokenOauthcodegrantjwtexchangeWithHttpInfo
public ApiResponse<WebDeploymentsAuthorizationResponse> postWebdeploymentsTokenOauthcodegrantjwtexchangeWithHttpInfo(WebDeploymentsOAuthExchangeRequest body) throws IOException Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.- Parameters:
body- webDeploymentsOAuthExchangeRequest (required)- Returns:
- WebDeploymentsAuthorizationResponse
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsTokenOauthcodegrantjwtexchange
public WebDeploymentsAuthorizationResponse postWebdeploymentsTokenOauthcodegrantjwtexchange(PostWebdeploymentsTokenOauthcodegrantjwtexchangeRequest request) throws IOException, ApiException Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.- Parameters:
request- The request object- Returns:
- WebDeploymentsAuthorizationResponse
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsTokenOauthcodegrantjwtexchange
public ApiResponse<WebDeploymentsAuthorizationResponse> postWebdeploymentsTokenOauthcodegrantjwtexchange(ApiRequest<WebDeploymentsOAuthExchangeRequest> request) throws IOException Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsTokenRefresh
public SignedData postWebdeploymentsTokenRefresh(WebDeploymentsRefreshJWTRequest body) throws IOException, ApiException Refresh a JWT.- Parameters:
body- (optional)- Returns:
- SignedData
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsTokenRefreshWithHttpInfo
public ApiResponse<SignedData> postWebdeploymentsTokenRefreshWithHttpInfo(WebDeploymentsRefreshJWTRequest body) throws IOException Refresh a JWT.- Parameters:
body- (optional)- Returns:
- SignedData
- Throws:
IOException- if the request fails to be processed
-
postWebdeploymentsTokenRefresh
public SignedData postWebdeploymentsTokenRefresh(PostWebdeploymentsTokenRefreshRequest request) throws IOException, ApiException Refresh a JWT.- Parameters:
request- The request object- Returns:
- SignedData
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
postWebdeploymentsTokenRefresh
public ApiResponse<SignedData> postWebdeploymentsTokenRefresh(ApiRequest<WebDeploymentsRefreshJWTRequest> request) throws IOException Refresh a JWT.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putWebdeploymentsConfigurationVersionsDraft
public WebDeploymentConfigurationVersion putWebdeploymentsConfigurationVersionsDraft(String configurationId, WebDeploymentConfigurationVersion configurationVersion) throws IOException, ApiException Update the configuration draft- Parameters:
configurationId- The configuration version ID (required)configurationVersion- (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putWebdeploymentsConfigurationVersionsDraftWithHttpInfo
public ApiResponse<WebDeploymentConfigurationVersion> putWebdeploymentsConfigurationVersionsDraftWithHttpInfo(String configurationId, WebDeploymentConfigurationVersion configurationVersion) throws IOException Update the configuration draft- Parameters:
configurationId- The configuration version ID (required)configurationVersion- (required)- Returns:
- WebDeploymentConfigurationVersion
- Throws:
IOException- if the request fails to be processed
-
putWebdeploymentsConfigurationVersionsDraft
public WebDeploymentConfigurationVersion putWebdeploymentsConfigurationVersionsDraft(PutWebdeploymentsConfigurationVersionsDraftRequest request) throws IOException, ApiException Update the configuration draft- Parameters:
request- The request object- Returns:
- WebDeploymentConfigurationVersion
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putWebdeploymentsConfigurationVersionsDraft
public ApiResponse<WebDeploymentConfigurationVersion> putWebdeploymentsConfigurationVersionsDraft(ApiRequest<WebDeploymentConfigurationVersion> request) throws IOException Update the configuration draft- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putWebdeploymentsDeployment
public WebDeployment putWebdeploymentsDeployment(String deploymentId, WebDeployment deployment) throws IOException, ApiException Update a deployment- Parameters:
deploymentId- The deployment ID (required)deployment- (required)- Returns:
- WebDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putWebdeploymentsDeploymentWithHttpInfo
public ApiResponse<WebDeployment> putWebdeploymentsDeploymentWithHttpInfo(String deploymentId, WebDeployment deployment) throws IOException Update a deployment- Parameters:
deploymentId- The deployment ID (required)deployment- (required)- Returns:
- WebDeployment
- Throws:
IOException- if the request fails to be processed
-
putWebdeploymentsDeployment
public WebDeployment putWebdeploymentsDeployment(PutWebdeploymentsDeploymentRequest request) throws IOException, ApiException Update a deployment- Parameters:
request- The request object- Returns:
- WebDeployment
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putWebdeploymentsDeployment
public ApiResponse<WebDeployment> putWebdeploymentsDeployment(ApiRequest<WebDeployment> request) throws IOException Update a deployment- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-
putWebdeploymentsDeploymentIdentityresolution
public DeploymentIdentityResolutionConfig putWebdeploymentsDeploymentIdentityresolution(String deploymentId, DeploymentIdentityResolutionConfig body) throws IOException, ApiException Update identity resolution settings for a deployment.- Parameters:
deploymentId- The deployment ID (required)body- (required)- Returns:
- DeploymentIdentityResolutionConfig
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putWebdeploymentsDeploymentIdentityresolutionWithHttpInfo
public ApiResponse<DeploymentIdentityResolutionConfig> putWebdeploymentsDeploymentIdentityresolutionWithHttpInfo(String deploymentId, DeploymentIdentityResolutionConfig body) throws IOException Update identity resolution settings for a deployment.- Parameters:
deploymentId- The deployment ID (required)body- (required)- Returns:
- DeploymentIdentityResolutionConfig
- Throws:
IOException- if the request fails to be processed
-
putWebdeploymentsDeploymentIdentityresolution
public DeploymentIdentityResolutionConfig putWebdeploymentsDeploymentIdentityresolution(PutWebdeploymentsDeploymentIdentityresolutionRequest request) throws IOException, ApiException Update identity resolution settings for a deployment.- Parameters:
request- The request object- Returns:
- DeploymentIdentityResolutionConfig
- Throws:
ApiException- if the request fails on the serverIOException- if the request fails to be processed
-
putWebdeploymentsDeploymentIdentityresolution
public ApiResponse<DeploymentIdentityResolutionConfig> putWebdeploymentsDeploymentIdentityresolution(ApiRequest<DeploymentIdentityResolutionConfig> request) throws IOException Update identity resolution settings for a deployment.- Parameters:
request- The request object- Returns:
- the response
- Throws:
IOException- if the request fails to be processed
-