Found 493 results for "api datatypes branch"

The search executed in 0.0017 seconds. That's fast.

Unlock Node

Gitana 4.0 / Content Engine / Behaviors / Actions / Unlock Node

Documentation Reference

Unlock a node efficiently with user authority; requires repositoryId, branchId, and nodeId. (Gitana 4.0)

Score: 1.338
Amazon ECS

Gitana 3.2 / Guide / Guide / Docker / Container Services / Amazon ECS

Documentation Reference

Optimize your container deployment with Amazon ECS, a powerful AWS-integrated service for easy application orchestration and scaling. (Gitana 3.2)

Score: 1.3324
Kits

Gitana 3.2 / Guide / Guide / Docker / Kits

Documentation Reference

Optimize your Docker infrastructure with pre-built Cloud CMS kits tailored to your needs. Download and deploy easily. (Gitana 3.2)

Score: 1.3316
Overview

Gitana 4.0 / Self Managed / Kits

Documentation Reference

Optimize your Cloud CMS deployment with pre-built Docker kits for seamless setup and management. Download now. (Gitana 4.0)

Score: 1.3316
Proxy API calls

Proxy API calls

Support Article

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 1.3305
References

Gitana 3.2 / Guide / Guide / Content Modeling / References

Documentation Reference

Optimize schema reuse with Cloud CMS references using $ref, load and validate JSON schemas efficiently across branches. (Gitana 3.2)

Score: 1.33
References

Gitana 4.0 / Content Engine / Content Models / References

Documentation Reference

Learn about JSON Schema references, refactoring for efficiency with $ref, and Cloud CMS validation features. (Gitana 4.0)

Score: 1.33
Supporting large binary files

Supporting large binary files

Support Article

Cloud CMS offers a few different ways for you to store files - including storing them in S3 (recommended) or even on a local partition (such as an NFS mount). In our SaaS offering, everything is stored in S3 automatically and when you install on-premise, you can configure this to your preference. See this documentation page under Binary Storage: https://www.cloudcms.com/documentation/docker/configuration/api-server.html We definitely can handle large binary files in the 10's or 100's of megabyte

Score: 1.3192
UI Server

Gitana 3.2 / Guide / Guide / Docker / Configuration / UI Server

Documentation Reference

Extend your Cloud CMS editorial experience with a customizable Node.js UI Server using Docker and environment variables. (Gitana 3.2)

Score: 1.3148
REST based access calls

REST based access calls

Support Article

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 1.3121
Deployment Handlers

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers

Documentation Reference

Explore various Deployment Handlers to optimize your deployment strategy, including Azure, AWS S3, and FTP solutions. (Gitana 3.2)

Score: 1.311
Deployment Handlers

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers

Documentation Reference

Explore various deployment handlers for seamless deployment across targets, including Azure Blob, Amazon S3, and more. (Gitana 4.0)

Score: 1.311
Docker

Gitana 3.2 / Guide / Guide / Docker

Documentation Reference

Optimize your Cloud CMS deployments with Docker for seamless development and production environments, on-premise or in the cloud. (Gitana 3.2)

Score: 1.3102
Kubernetes

Gitana 3.2 / Guide / Guide / Docker / Container Services / Kubernetes

Documentation Reference

Explore Kubernetes for automating containerized applications with Gitana SDK integration and cloud versatility. (Gitana 3.2)

Score: 1.3008
Overview

Gitana 4.0 / Self Managed / Docker

Documentation Reference

Optimize your Cloud CMS with Docker for seamless on-premise and cloud deployments, embracing efficient microservices. (Gitana 4.0)

Score: 1.2988
Remote Deployment Handler

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / Remote Deployment Handler

Documentation Reference

Efficiently deploy packages to remote servers with secure API authentication management. (Gitana 3.2)

Score: 1.2982
Remote Deployment Handler

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / Remote Deployment Handler

Documentation Reference

Deploy packages remotely with the Cloud CMS API and authenticate using user API keys for seamless integration. (Gitana 4.0)

Score: 1.2982
How do I run custom validation before something is deleted?

How do I run custom validation before something is deleted?

Support Article

Cloud CMS provides several ways to run validation ahead of deletion. There are many use cases where this employed - such as: Preventing an Image from being deleted when it is being referenced by a live Web Page Preventing a required sub-object from being deleted Preventing something from deleted when one or more other things are referencing it or depend on it in some way Here are a few approaches which are commonly used: ## Content Model Dependencies We implement link validation via the graph. S

Score: 1.2977
Recommended Cloud CMS architecture

Recommended Cloud CMS architecture

Support Article

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 1.295
ActiveMQ

Gitana 3.2 / Guide / Guide / Integrations / ActiveMQ

Documentation Reference

Optimize your Cloud CMS integration with high-performance ActiveMQ, supporting STOMP protocol for seamless message queuing. (Gitana 3.2)

Score: 1.2933
ActiveMQ

Gitana 4.0 / Content Engine / Integrations / ActiveMQ

Documentation Reference

Optimize your application's messaging with ActiveMQ and the Cloud CMS Application Server for scalable performance. (Gitana 4.0)

Score: 1.2933
Encrypting Properties

Gitana 4.0 / Self Managed / Maintenance / Encrypting Properties

Documentation Reference

Encrypt properties in Cloud CMS API configurations with RSA keys. Securely manage sensitive data with gitana-tools-encryptor.jar. (Gitana 4.0)

Score: 1.2933
CK Editor

Gitana 3.2 / Guide / Guide / Forms / Fields / CK Editor

Documentation Reference

Enhance your forms with CKEditor, a customizable HTML editor offering rich plugin support and visual editing. (Gitana 3.2)

Score: 1.2931
CK Editor

Gitana 4.0 / Forms / CMS / Fields / CK Editor

Documentation Reference

Enhance your forms with CKEditor for a full-featured, customizable HTML editor ideal for visual editing and plugins. (Gitana 4.0)

Score: 1.2931
GitHub

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / GitHub

Documentation Reference

Cloud CMS integrates authentication with GitHub, supporting SSO for mobile, web apps, and APIs. (Gitana 3.2)

Score: 1.2875