Hi Frank,
Thanks you for your explanation!. What we currently do is, using *GET
/analytics/tables/{tableName} *get the whole table, if the table does not
exist, HTTP status will be 404 and the response body will have a message
saying that the table does not exist.
On Sun, Feb 15, 2015 at 9:03 PM,
Hi Dilshan,
Currently the device table in mobile database has following fields.
- MOBILE_DEVICE_ID
- REG_ID
- IMEI
- IMSI
- OS_VERSION
- DEVICE_MODEL
- VENDOR
When considering iOS platform I think that we can map all other iOS fields
to above fields except for the magic-toke
[Adding Godwin to the thread]
IS team has already started working on this targeting the IS 5.1.0 release
on Git based on carbon-kernel 4.3.0.
Following are items we will be doing.
1. We will continue using the security wizard to apply STS policies and
persist it to registry.
2. Previously the s
Hi,
Following are the additional fields found in iOS MDM other than the once we
find in Android. Since our table structure is little bit tight to Android
platform it is necessary to identify the extension points to store these
fields as well along with Windows fields.
1) Challenge - since iOS get
Hi,
I also agree with Aruna's point. We have to trust the admin users who has
physical access to the system. If those users are malicious users, they can
even bring the entire system down if they want. In such cases I believe
that we don't have anything to do.
Thanks,
Lakshitha Harshan
Software
Hi,
Operation Management functionality will allow users, admins & policy
engines to remotely perform concrete operations on a device/devices.
A Device Operation will contain the operation-code & the payload of the
operation (such as a configuration payload) if exists. An operation can be
categoriz
Hi Gimantha,
it depends on the scenario: if you want to check existence of resource
it's fine to use a GET on this resource and receive a "404 Not Found".
But the subtlety is that "Not Found" according to HTTP is statement in
time: you cannot infer that the resource "does not exist", all that 40
On Fri, Feb 13, 2015 at 9:39 PM, Godwin Amila Shrimal
wrote:
> Hi,
>
> Since most of the hacking/fraud happens from the internally this topic
> just came to my mind, Our carbon products don't have OSGI level security,
> As an example, If someone internally in the company knows OSGI then can
> wri
Hi,
We can use message.getMessageMetaData().getContentChunkCount() to get
number of content chunks.
Here message is a AMQMessage message.
Thanks
On Fri, Feb 13, 2015 at 5:35 PM, Asitha Nanayakkara wrote:
> Hi Asanka,
>
> On Fri, Feb 13, 2015 at 2:32 PM, Asanka Abeyweera
> wrote:
>
>> Hi Asith