Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

CartView submit request


Description

This API submits a Cart request.

API stability classification

Uncommitted

API overview

HTTP request message

Query string parameters

This API does not use query string parameters.

Request message headers

This API uses only common headers listed in HTTP-request-and-response-headers.

Request message body

This API uses the following objects in the request message body JSON. 

Top-level objects

HTTP response message

Response message headers

This API uses only common headers listed in HTTP-request-and-response-headers.

Response message body

The response message body contains a SearchResults object in which the results field is an array of CartViewobjects. If your search request times out before it finishes, the response message body contains a CartTask object.


 

Example

The following example shows an HTTP request for the API that submits the Cart requests.

URL Syntax: /csm/cartView/CartViewGuid/Submit
{
"timeout": -1,
"preCallout": "",
"postCallout": "",
"callbackURL": "",
}

The following example shows the response for the preceding request.

[{
"cloudClass": "com.bmc.cloud.model.beans.Task",
"className": "Cart",
"completionTime": "-1",
"creationTime": "2017/08/21 22:56:06 GMT-12:00",
"errors": [],
"guid": "0d86ebfa-b57e-4987-80df-1351ccecec80",
"isCallout": false,
"isError": false,
"isSuccess": false,
"operationName": "submit",
"taskInternalUUID": "7dfef04b-149a-4112-be45-1a122e9d6916",
"taskProgress": 0,
"taskState": "RUNNING",
"taskStatusURI": "http://10.1.32.15:9090/csm/task/7dfef04b-149a-4112-be45-1a122e9d6916/status",
"taskSubState": "start",
"transactionID": "8abbd94e-d96e-4467-b522-3de910e61d3d"
}]

 



 



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Cloud Lifecycle Management 4.7