REST API for CCW

Hi,
Is there a REST API available for CCW operations? 
Thanks
Krishna

Hi, do Cisco provide a REST API for accessing the CCW in the meantime?

Similar Messages

  • REST API for download event

    Is there a way to get events using REST API when ever a file is downloaded.

    Hi,
    Seems that there is no such method in REST API can monitor the download event of file at this moment:
    http://msdn.microsoft.com/en-us/library/office/dn450841(v=office.15).aspx
    I would suggest you send a feedback to Office Developer Platform if there any expectation about SharePoint APIs or capabilities:
    Customer Feedback for the Office Developer Platform
    http://officespdev.uservoice.com/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Using the REST API for files, how do I get information on all the folders and files in a folder?

    I have an app that can successfully get a list of a folders content. However, by default the list is limited to 200 entries. I luckily ran into this limit when getting the list on a folder that contained 226 entries and realized I needed to then request
    a list of the next items but it wasn't obvious from the REST API document how to do that. I tried sending the skipToken query parameter and setting it to 0 initially and incrementing each time I sent the request but always got the same 200 items back. So,
    how do I get the list of files and folders beyond the initial list?

    In SP2013 the skiptoken query parameter does not work with list items. You can look at the link below which discusses using the "__next" parameter.
    http://stackoverflow.com/questions/18964936/using-skip-with-the-sharepoint-2013-rest-api
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • REST API for audit log events

    How can I execute audit log report using REST API. If it is not possible is there any other ways to retrieve all audit log events(Upload/download/delete/share/login/logout) using REST API.

    I thought it not possible
    Ravin Singh D

  • Consume Webcenter REST API for Mobile App

    Hi All,
    I have some requirement like How to consume web center REST API to the ADF mobile
    could you please guide to it any examples,links.
    When i am trying to consume by using URL Data control it is showing authentication failed, can you pls tell me how to resolve this issue.
    Is there any procedure do the same.
    Thanks in Advance .
    Message was edited by: 878913

    Well was able to resolve it however had to do workaround
    >> used rawXhrPost and put methods instead of xhrPost/put as the dojo.xhrPost seems to insist on sending the data as key=value
    pairs separated by a '&' which on one hand lead webcenter to believe there
    wasn't any POST data as it was expecting json ..
    however if anyone has used xhrPost with webcenter rest , please guide how to use it ... casue and unable to use it .
    also which is the right way to do it ? xhrpost or rawXhrPost , asthe later this method is not extensively mentioned... seems its going to be depricated...

  • Azure Management REST API for Azure Cache ?

    Can’t find restful azure management API to create Azure Cache ? looks like only way to create Azure Cache via Azure Portal ?
    Max

    Yes ,  I think you are right。
    My Blog
    Please use Make as Answer if my post solved your problem and use
    Vote As Helpful if a post was useful.

  • REST API available for CCW?

    Hi Experts,
    I want to develop a web application interfacing CCW. Is there an REST API available for CCW?
    Thanks
    Krishna

    Hi, do Cisco provide a REST API for accessing the CCW in the meantime?

  • What is the best way to get storage data for hard disk using REST api

    Hello All,
    Given that I have disk info for virtual machine/role from service management REST api (for example using
    GetRole) how I could retrieve container/blob related info for it?
    So I have credentials for service management REST API, I have OSVirtualHardDisk info, but I am not sure how to detect correctly to which storage account connect and than which container to use. Yes, I know that there is OSVirtualHardDisk .MediaLink property
    which contains storage account name and container inside of it but I am not sure it is good practice to assume about it format. Alternatively I have another solution - just retrieve all storage accounts from  Service management REST, then compare url
    of each account with disk's  MediaLink. And use appropriate storage account for further data retrieve.   But seem to me it could retrieve too many info. 
    So generally I am trying to find correct way to join  service management REST api and Storage Services REST API for disks

    Hi,
    From my experience, your first approach is correct. The media link exactly points to the location of the blob. With the link, you can access the blob if you have the storage account key. If you want to extract more information, such as what
    the container is and what the blob is, you can parse the link. 
      >> From my point of view it is bad way to retrieve storage account name and container.
    In addition, you are welcome to post feature requests on
    http://feedback.windowsazure.com/forums/34192--general-feedback
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Are there REST APIs to retrieve entity metadata for  eloqua objects?

    There is a list of all the objects which can be accessed by REST for CRUD in this link: REST API - Documentation for Core Objects under the Core Objects section.
    For each of the objects listed under the  Core Objects section are there is a field metadata under the Properties section.
    For example for Email object, REST API - Accessing Emails , under the Properties section, there corresponding entries for fields of Emails object under the
    Name ,Type, Description and Validations headings.
    Is there a REST API for retrieving the same information i.e. the field metadata for an eloqua object programmatically ?
    If not , it is a serious hindrance to building systems that are metadata driven and also since SOAP support is being deprecated...

    Metadata is 'top level' information on the object, and available whether you query the individual object (a single form, or email asset) or query for multiple objects of that type (list all forms, list all emails). Consider using a depth of minimal or partial for faster performance if the specific configuration of those objects is not important..
    Example:
    GET /assets/forms?depth=minimal&count=2
    Returns:
      "elements":
        "type":"Form",
        "currentStatus":"Draft",
        "id":"19",
        "createdAt":"1409623550",
        "createdBy":"8",
        "depth":"minimal",
        "folderId":"7",
        "name":"zzztestCS_3-9381543541_AutocompleteTest",
        "permissions":"fullControl",
        "updatedAt":"1409623623",
        "updatedBy":"8"
        "type":"Form",
        "currentStatus":"Draft",
        "id":"22",
        "createdAt":"1409781207",
        "createdBy":"11",
        "depth":"minimal",
        "folderId":"466",
        "name":"daisychain1",
        "permissions":"fullControl",
        "updatedAt":"1412779449",
        "updatedBy":"20"
      "page":1,
      "pageSize":2,
      "total":130
    Without limiting the count to 2, this would return up to 1000 results if you had multiple forms in your system and give you a basic top level view of each. Similarly, you can use GET /assets/form/{id}?depth=minimal to get the same sort of information.
    Other endpoints can be found on the REST livedocs page here (requires authentication):
    https://secure.eloqua.com/api/docs/Dynamic/Rest/1.0/Reference.aspx
    Regards,
    Bojan

  • REST API Wrapper For SP

    Hi,
    I am planning to create Service based custom wrapper for sharepoint using the REST API  for my developers so fetching and basic operations becomes easier for them. it turns out that in REST API/Web Services I am supposed to pass the credentials as well.
    and since i can not pass the default credentials in my service which is out side the SharePoint environment. it will be difficult to pass the authentication. I have also thought of doing the operations using 1 single credential. But in that case all my list/document
    library etc. has that user signature in created by and modified by columns on sharepoint.
    Any suggestion ?
    Thanks, Parth

    Hi Shay,
    Thanks for reply i followed the steps given in the documents, but there is a authentication problem.
    1.I am able to see the services available in the API ----> http://host:port/rest/api/resourceIndex
    These are some of the rest services  http://host:port/rest/api/spaces/resource/templates?utoken=FAOfyLL32piL7dPu9tXJjoEFMC5n_w**
                                                          http://host:port/rest/api/spaces?utoken=FAOfyLL32piL7dPu9tXJjoEFMC5n_w**
    My question is , Are these the correct services which i need to consume in Jdeveloper (URL Service Data Control).
    While consuming these services i m getting the error like "Authentication is Required". Is it the correct way to consume these services ??.
    If not could you please tell me how to resolve this issue..? help me in this..
    Thanks.

  • Capturing Hosts,cluster,ad Resource information of hosts using SPF REST API

    Hi,
    We are using SCVMM 2012R2 to integrate Hyper-V VMM with java using SPF REST API.For this I am using tenant API. 
    I am able fetch all the entities in VMM using GET query in SPF URL,but I am unable to fetch hosts,cluster and resource information for hosts.
    Can anyone please tell me how will I fetch this information with REST API or does there any other way exists.
    If so please tell  me with the example.
    Thank you.

    Hi ,
    SPF only covers Tenant actions and information. There is no information about hosts and clusters that can be get from SPF.

  • Resource definition & URL specification in ReST WS for configuration settin

    Hi All,
    I am working on developing a configuration management platform.
    This will have functions for configuration setting such as enabling logging in the system.
    I want to expose this configuration management service using ReST web service.
    I went through the rest specs and jersey samples & am not able to understand clearly what can be specified as resource in this particular task.
    Its not a noun like customer/order etc. Should I take logging as a resource then how the method to enable logging should look like,
    e.g. I have a method int enableLogging(true) in my service class. What should be a proper rest API for this.
    I am considering following:
    URL: http://domain/mapping/??enableLog?? // need opinions here
    HTTP Method: PUT
    Returns: 200 & int as xml
    Any thoughts on the same is appreciated.
    Thanks in advance.

    I am considering to have my configuration file as a resource and then I can have /config as resource path &
    GET /config/logging for getting current logging status (enable/disable)
    PUT /config/logging?enable=true for enabling logging status.
    Any thoughts ?

  • Service Bus Send/Receive - REST API

    I need to use the Azure Service Bus REST API for sending messages to Service Bus Topics. On the receiving side I'm using the Azure Service Bus SDK.
    Message on the sender side:
    POST https://your-namespace.servicebus.windows.net/HttpClientSampleQueue/messages?timeout=60 HTTP/1.1
    Authorization: SharedAccessSignature sr=your-namespace&sig=Fg8yUyR4MOmXfHfj55f5hY4jGb8x2Yc%2b3%2fULKZYxKZk%3d&se=1404256819&skn=RootManageSharedAccessKey
    BrokerProperties: {"Label":"M1","State":"Active"}
    Content-Type: application/atom+xml;type=entry;charset=utf-8
    Host: your-namespace.servicebus.windows.net
    This is a message.
    When reading the message body as message.GetBody<string> an error message is given  serialization exception.
    I already searched the web and found a possible solution:
    Stream stream = message.GetBody<Stream>();
    StreamReader reader = new StreamReader(stream);
    string str = reader.ReadToEnd();
    or as an alternative (instead of converting to string) converting the stream into an XmlDocument
    Are hese recommended ways to handle this issue?
    Thanks.

    @Serkant & Paolo: Thanks for the answers.
    The client I use is Postman (Chrome plug-in).
    The message below works fine, but as I mentioned on the server side (.NET with Azure Service Bus SDK/API) until now I used:
    Stream stream = message.GetBody<Stream>();
    StreamReader reader = new StreamReader(stream);
    string str = reader.ReadToEnd();
    But I'll now try with 
    var body = msg.GetBody<string>(new DataContractSerializer(typeof(string)));
    POST /testtopic/messages HTTP/1.1
    Host: namespace.servicebus.windows.net
    Authorization: SharedAccessSignature sr=https%3a%2f%2namespace.servicebus.windows.net%2ftesttopic&sig=HUl2y3BTw%2bx3tSmUYZtpnfmzyxKfK1lqwIudfVY1UJg%3d&se=65025728850&skn=ManageAccessKey
    Content-Type: application/atom+xml;type=entry;charset=utf-8
    BrokerProperties: {"Label":"M1","State":"Active"}
    MessageNumber: 1
    Cache-Control: no-cache
    Postman-Token: bf68bdef-2b5a-70ed-5fc3-96dbce720a7c
    {"temp":40}

  • Flex: How to send Microphone Stream Audio data to a Rest API

    Hi,
    I needed to capture audio via a microphone and then sent ths instantanesouly to a REST API  for processing. I do not want to use a media server.
    So is it possible to send instataenous audio stream data to my custom servers.
    Thanks,
    Karan

    well i tried this once for one of my scripts and the final conclusion is its not possible to combine two streams into 1.....how would you time/encode the two voices......there is no know solution to this in flash. If you continue on despite me and find a solution please post it so we can explain to rest of world.

  • Publishing bc4j via stateless RESTful API

    Dear,
    After some evaluation period, I've found that ASP.NET is a much simpler way to develop a web site than JDeveloper. However, since my web application project is heavily database-oriented (ERP like system), I've found what ADO.NET offer is too limited. ADF BC is a lot better way to handle database logic. I'm now thinking about publishing ADF BC through a stateless document oriented API to serve ASP.NET via HTTP protocol.
    Is this a sane decision ? Will it be scalable ? Does bc4j work well in stateless servlet environment ?
    I know that View Object can publish XML data, but the mechanism does not address concurrency issue at all. (lost update, phantom row) Do I have to invent my own RESTful API for this ? Have anybody done this before ?
    Thanks.

    You just need to look in the correct place:
    You won't find this on the OTN version of the BC4j doc, That page looks like 903 not 9031 doc.
    You'll find definitions of the AM configuration parameters in 9031 Jdev help:
    Develop Business Components
    - Business Compents Reference
    - Business Component System Properties
    Here is where you'll find doc for AM properties like:
    # -Djbo.ConnectionPoolManager
    # -Djbo.SQLBuilder
    # -Djbo.ampool.initpoolsize
    # -Djbo.ampool.maxavailablesize
    # -Djbo.ampool.maxinactiveage
    # -Djbo.ampool.maxpoolsize
    # -Djbo.ampool.minavailablesize
    # -Djbo.ampool.monitorsleepinterval
    # -Djbo.ampool.resetnontransactionalstate
    # -Djbo.debugoutput
    # -Djbo.doconnectionpooling
    # -Djbo.dofailover
    # -Djbo.entityrowset.mode
    # -Djbo.initpoolsize
    # -Djbo.locking.mode=optimistic or none per Steve M. none is what we want
    # -Djbo.max.cursors
    # -Djbo.maxpoolcookieage -Djbo.maxpoolcookieage=1800 ??
    # -Djbo.maxpoolsize
    # -Djbo.pers.max.active.nodes JBOVARS="-Djbo.pers.max.active.nodes=100 -Djbo.pers.max.rows.per.node=200 $JBOVARS"
    # -Djbo.pers.max.rows.per.node
    # -Djbo.poolmaxavailablesize
    # -Djbo.poolmaxinactiveage
    # -Djbo.poolminavailablesize
    # -Djbo.poolmonitorsleepinterval
    # -Djbo.poolrequesttimeout
    # -Djbo.project
    # -Djbo.recyclethreshold
    # -Djbo.use.pers.coll
    curt

Maybe you are looking for

  • Will  FCP 6.0.4, Quicktime 7.5.5 and Mac OS 10.4.11 work together properly

    I have not updated Quicktime on my system for some time now, because I know that FCP & Quicktime work hand in hand. I don't want to cause a problem with any of my FCP editing, by having non-compatible updates trying to work together. I bought an I-po

  • Can't save photos

    I can't save photos from google images anymore when I press the photo it doesn't give me the option to save anymore Please help

  • IMac Sound Failure.

    I recently downloaded a cracked iShowU HD Pro. I wanted it for my CoD4 clips, but it was laggy so i quit it and deleted it. So, the problem is, now, my iMac doesnt play any sounds at all. I can click the buttons for it, it will go to the max bar, but

  • Webdynpro application communication

    Hi, How the two webdynpro application can communicate to each other. i.e. one application is passing some parameter to another application. it is like JSP page, calling some application and passing the parameter along with the url. Is there any mecha

  • I cant access my student and teacher edition Photoshop CS6 extended??

    i bought a student and teacher edition photoshop cs6 extended, i set everything up sent an email to confirm i was a student and what not, it was approved but yet i still cant access my product, can you help?