Found 502 results for "gitana 4.0 developers api resources cluster get-cluster-jobqueue"

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

Gitana 3.2 / Guide / Guide / Bulk Import / JSON

Documentation Reference

Easily import JSON content into Cloud CMS with our bulk import tool, creating structured content from legacy systems.

Score: 1.0408

Gitana 4.0 / Content Engine / Bulk Import / JSON

Documentation Reference

Import JSON content into Cloud CMS repositories easily with the Bulk Import tool. Use JSON Schema for custom content types, like World Cup players.

Score: 1.0408

Gitana 3.2 / Guide / Guide / Antivirus Scanning

Documentation Reference

Enable seamless antivirus scanning for Cloud CMS, ensuring secure content uploads and reliable protection against threats across SaaS and on-premise solutions.

Score: 1.0363

Gitana 3.2 / Guide / Guide / Multifactor Authentication / Providers / Twilio Authy

Documentation Reference

Configure Twilio Authy for secure multifactor authentication with Cloud CMS, using Service Descriptors and System Authenticators.

Score: 1.0363

Gitana 4.0 / Content Engine / Multifactor Authentication / Providers / Twilio Authy

Documentation Reference

Secure your Cloud CMS with Twilio Authy for Multifactor Authentication. Learn configuration details and API integration steps.

Score: 1.0363

Gitana 4.0 / Content Engine / Platform / Antivirus Scanning

Documentation Reference

Enable advanced virus scanning for Cloud CMS content with our robust antivirus integration, ensuring secure data management across platforms.

Score: 1.0363

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon SNS

Documentation Reference

Optimize your messaging infrastructure with Amazon SNS, a fast, flexible service offering push notifications, email, and SMS for real-time app engagement.

Score: 1.0357

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon SNS

Documentation Reference

Amazon SNS provides fast messaging for cloud apps via push notifications, emails, or SMS, enhancing mobile app responses with Cloud CMS integration.

Score: 1.0357

Internationalization (I18N)

Support Article

All of the content that you create within Cloud CMS supports localized translation. This is often referred to as internationalization (I18N) in the enterprise world. Cloud CMS has full support for localization so that any content you put into Cloud CMS supports multiple translation bundles. When content is retrieved from Cloud CMS, either through the APIs, the editorial interface or from your own applications, Cloud CMS respects the locale being requested and serves back a best-match fit for tha

Score: 1.0357

How to find the Repository ID for a Project?

Support Article

There are a few ways to get the repository ID for a project. The easiest way is: log in to your tenant go to your Project add "/stack" to the url The "/stack" suffix will show you the members of the stack. If you then click on "workbench 'content' repository", you'll see the ID for the repository in the URL. Another way is to click on a document in your project and then click on "View in API". The URL that comes up will have the repository ID in it as well.

Score: 1.0279

Gitana 4.0 / Developers / API / Formats

Documentation Reference

Optimize your Cloud CMS integration with support for various request and response formats like JSON, XML, YAML, and more.

Score: 1.0216

Gitana 3.2 / Guide / Guide / Applications / Public Services / Reset Password Flow

Documentation Reference

Easily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.

Score: 1.0191

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Reset Password Flow

Documentation Reference

Easily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.

Score: 1.0191

Gitana 4.0 / Reference / Types / Platform

Documentation Reference

Access and manage your platform's data stores and objects with Cloud CMS. Authenticate securely to connect, customize, and utilize various objects like log entries and workflows.

Score: 1.0181

Gitana 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Documentation Reference

Learn how to set up and test email providers for your app, configure settings, and use API methods effectively.

Score: 1.0153

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Setting up your Email Provider

Documentation Reference

Set up and test your email provider to send messages via Cloud CMS effortlessly. Learn configuration and API methods quickly.

Score: 1.0153

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / deployment-subcontext

Documentation Reference

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 1.0081

Gitana 4.0 / Developers / User Interface Customization / Contexts / deployment-subcontext

Documentation Reference

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 1.0081

Gitana 3.2 / Guide / Guide / Binary Files

Documentation Reference

Upload and manage binary files effortlessly with Cloud CMS. Enjoy automatic antivirus scanning, metadata extraction, and seamless storage solutions.

Score: 0.9836

Gitana 4.0 / Content Engine / Platform / Binary Files

Documentation Reference

Upload and store binary files safely in Cloud CMS with auto antivirus scans, metadata extraction, thumbnails, and custom processing.

Score: 0.9836

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Documentation Reference

Configure your Cloud CMS project search with custom filters and settings for a tailored search experience.

Score: 0.978

Gitana 4.0 / User Interface / Projects / Configure Search

Documentation Reference

Optimize project search settings on Cloud CMS with JSON configurations for enhanced UI and administration efficiency.

Score: 0.978

Gitana 3.2 / Guide / Guide / Features / Locked

Documentation Reference

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.9705

Gitana 4.0 / Content Engine / Aspects / Locked

Documentation Reference

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.9705

Pagination options

Support Article

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.9705