Unsupported content This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Provider search request


Description

This API searches for Provider objects that satisfy the specified criteria.

API stability classification

Uncommitted

API overview

 

HTTP
method

URI

Return
type

Return type
multiplicity

POST
csm/Provider/search

0..*

 

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 objectsThe [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.

Name

Type

Multi-
plicity

Description

callbackURL
String

0..1

URL to call when the operation finishes

postCallout
String

0..1

Identifier of a callout to run after the operation executes

preCallout
String

0..1

Identifier of a callout to run before the operation executes

timeout
Integer

0..1

Timeout setting. For more information about using the timeout, see Synchronous-and-asynchronous-operations. Timeout values:

  • 0: Immediate timeout
  • -1: Uses the system default timeout value
  • 1..*: Times out in the specified number of seconds
operationParams

1

Array of input parameters. The following table contains the list of input parameters. For information about setting up the input parameters, see Passing-input-parameters-with-an-API-request.

The [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.

Input parameters to include in operationParamsThe [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.

Name

Type

Multi-
plicity

Description

criteria

0..1

Query criteria to filter the results. If you omit this parameter, all results are returned.

pageSize
Integer

0..1

Number of objects to return per page. When isOnboarded is set to false, this parameter is ignored and all results are returned in the response.

pageNo
Integer

0..1

Page number to return. When isOnboarded is set to false, this parameter is ignored and all results are returned in the response.

orderBy
String

0..*

Name of an attribute or relationship on which to sort the results

fillFields
String

0..*

List of attributes and relationships to include in the response

ignoreFields
String

0..*

List of attributes and relationships to omit from the response

isOnboarded
Boolean

0..1

Indicates whether to search for onboarded objects. When set to false, you must include providerURI.

providerURI
String

0..1

URI of the provider in which to search for objects that are not onboarded. You must include this parameter when isOnboarded is set to false.

The [confluence_table-plus] macro is a standalone macro and it cannot be used inline. Click on this message for details.
If you include both the fillFields and ignoreFields parameters in your query and the same field is listed in both parameters, the ignoreFields parameter takes precedence.

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 Provider objects. If your search request times out before it finishes, the response message body contains a Task object.

Example

The following example shows an HTTP request that searches for providers. It returns only the fields listed in the fillFields search parameter (name, description, and guid).

POST /csm/provider/search HTTP/1.1
Host: <apiServer>
Authentication-Token: <yourToken>

{
    "timeout" : -1,
    "preCallout" : "",
    "postCallout" : "",
    "callbackURL" : "",
    "operationParams" : [{
        "name": "criteria",
        "type": "com.bmc.cloud.model.beans.QueryNode",
        "multiplicity": "1",
        "value": {
            "cloudClass": "com.bmc.cloud.model.beans.QueryNode",
            "fromClass": "com.bmc.cloud.model.beans.Provider",
            "children": [{
                "cloudClass": "com.bmc.cloud.model.beans.QueryNode",
                "children": [{
                    "cloudClass": "com.bmc.cloud.model.beans.QueryNode",
                    "nodeType": "QueryPropertyReference",
                    "references": ["name"]
                }, {
                    "cloudClass": "com.bmc.cloud.model.beans.QueryNode",
                    "type": "java.lang.String",
                    "nodeType": "QueryLiteral",
                    "values": ["BBNA"]
                }],
                "nodeType": "QuerySimpleCondition",
                "simpleOperator": "EQUALS"
            }],
            "nodeType": "QuerySelect"
        }
    }, {
            "name" : "pageSize",
            "type" : "java.lang.Integer",
            "multiplicity" : "1",
            "value" : 100
        }, {
            "name" : "pageNo",
            "type" : "java.lang.Integer",
            "multiplicity" : "1",
            "value" : 0
        }, {
            "name" : "orderBy",
            "type" : "java.lang.String",
            "multiplicity" : "1",
            "value" : "name"
        }
    ]
}
Click here to view the sample HTTP response for the previous request.
[{
  "cloudClass" : "com.bmc.cloud.model.beans.SearchResults",
  "guid" : "29a29811-46e8-4461-875e-65fe4bcbc0ad",
  "pageNo" : 0,
  "pageSize" : 100,
  "results" : [ {
    "cloudClass" : "com.bmc.cloud.model.beans.Provider",
    "accessValues" : [ {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "description" : "BBNA Server Host",
        "guid" : "020d03d1-2b50-4b96-9281-728b2e0fff87",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SERVER_HOST"
      },
      "attributeValue" : "bmcstrykerclmonbmc",
      "description" : "BBNA Server Host",
      "guid" : "a1d16d24-21a9-4ab0-8567-5918e1fb369a",
      "name" : "BBNA_SERVER_HOST"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "INTEGER",
        "description" : "BBNA Server Port",
        "guid" : "020d03d1-2b50-4b96-9281-728b2e0fff86",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SERVER_PORT"
      },
      "attributeValue" : "11443",
      "description" : "BBNA Server Port",
      "guid" : "9d8a08b0-dfd4-4cea-89f6-33681e67feb3",
      "name" : "BBNA_SERVER_PORT"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "description" : "BBNA Server Protocol(http/https)",
        "guid" : "020d03d1-2b50-4b96-9281-728b2e0fff88",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SERVER_PROTOCOL"
      },
      "attributeValue" : "https",
      "description" : "BBNA Server Protocol(http/https)",
      "guid" : "5e600b33-020a-4091-ad38-d2d893fd9704",
      "name" : "BBNA_SERVER_PROTOCOL"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "description" : "BBNA User",
        "guid" : "c1b5c3f7-2eb4-44b9-b70d-27355f8c115d",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_USER"
      },
      "attributeValue" : "sysadmin",
      "description" : "BBNA User",
      "guid" : "76c4f786-609a-453e-bb38-b4a1b774b133",
      "name" : "BBNA_USER"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "description" : "BBNA Password",
        "guid" : "8330a18b-3024-4a0e-87b2-f510f0801ff0",
        "isOptional" : false,
        "isPassword" : true,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_PASSWORD"
      },
      "attributeValue" : "+zWDaqMYqfQAvjpxpLq3yA==",
      "description" : "BBNA Password",
      "guid" : "0fc7557b-d124-4552-9f2c-848705c09d20",
      "name" : "BBNA_PASSWORD"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "description" : "BBNA Timeout Period (milliseconds)",
        "guid" : "342a00c0-3c90-11e0-9207-0800200c9a66",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_TIMEOUT_PERIOD_MILLIS"
      },
      "attributeValue" : "7200000",
      "description" : "BBNA Timeout Period (milliseconds)",
      "guid" : "7b645aca-7a40-4930-b2cd-6d670cd49519",
      "name" : "BBNA_TIMEOUT_PERIOD_MILLIS"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "description" : "GUIDs of Custom Action for provisioning a VLAN in Physical Server Provision",
        "guid" : "1c6c9f23-58d0-4067-a31a-7155811ea6b5",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_PS_PROVISION_CUSTOM_ACTION_GUID"
      },
      "attributeValue" : "58A6E8FC-BB30-4F7A-A3CD-528A9A72571E",
      "description" : "GUIDs of Custom Action for provisioning a VLAN in Physical Server Provision",
      "guid" : "61c0f30d-0165-4fc5-ad44-8ce4335c4a0d",
      "name" : "BBNA_PS_PROVISION_CUSTOM_ACTION_GUID"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "description" : "Arguments of Custom Action for provisioning a VLAN in Physical Server Provision",
        "guid" : "680115fc-8502-4ba2-99e3-f0e3072418f2",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_PS_PROVISION_CUSTOM_ACTION_ARGS"
      },
      "attributeValue" : "portDuplex,portSpeed,portSpeedCiscoNexus,speedDuplexFoundry,speedDuplexHP",
      "description" : "Arguments of Custom Action for provisioning a VLAN in Physical Server Provision",
      "guid" : "95bd1e7c-1d14-44fb-8db8-f8715679c809",
      "name" : "BBNA_PS_PROVISION_CUSTOM_ACTION_ARGS"
    }, {
      "cloudClass" : "com.bmc.cloud.model.beans.AccessAttributeValue",
      "accessAttribute" : {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "BOOLEAN",
        "description" : "This flag defines whether BNA should acquire/release IP in IPAM or not. This flag is currently used in SOI onboard and offboard flows. This flag value
will be used by BNA in scenario where IPAM operation (IP acquire/release) is done outside CLM.",
        "guid" : "c1bfe24e-e166-485c-8521-2a58879c9343",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SKIP_IPAM_OPERATION"
      },
      "attributeValue" : "false",
      "description" : "This flag defines whether BNA should acquire/release IP in IPAM or not. This flag is currently used in SOI onboard and offboard flows. This flag value
will be used by BNA in scenario where IPAM operation (IP acquire/release) is done outside CLM.",
      "guid" : "52707775-9b82-48f5-bafa-5e7d4c74cd22",
      "name" : "BBNA_SKIP_IPAM_OPERATION"
    } ],
    "description" : "BBNA Provider",
    "guid" : "8bf6a03d-ec7e-4014-ab46-420ff7dd4748",
    "isDisabled" : false,
    "name" : "BBNA",
    "providerDefinition" : "/providerdefinition/5fe9940b-47ca-4ba3-bd3c-13cdafdb6164",
    "providerDefinitionObject" : {
      "cloudClass" : "com.bmc.cloud.model.beans.ProviderDefinition",
      "accessAttributes" : [ {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "guid" : "020d03d1-2b50-4b96-9281-728b2e0fff87",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SERVER_HOST"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "INTEGER",
        "guid" : "020d03d1-2b50-4b96-9281-728b2e0fff86",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SERVER_PORT"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "guid" : "020d03d1-2b50-4b96-9281-728b2e0fff88",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SERVER_PROTOCOL"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "guid" : "c1b5c3f7-2eb4-44b9-b70d-27355f8c115d",
        "isOptional" : false,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_USER"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "guid" : "8330a18b-3024-4a0e-87b2-f510f0801ff0",
        "isOptional" : false,
        "isPassword" : true,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_PASSWORD"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "guid" : "342a00c0-3c90-11e0-9207-0800200c9a66",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_TIMEOUT_PERIOD_MILLIS"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "guid" : "1c6c9f23-58d0-4067-a31a-7155811ea6b5",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_PS_PROVISION_CUSTOM_ACTION_GUID"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "STRING",
        "guid" : "680115fc-8502-4ba2-99e3-f0e3072418f2",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_PS_PROVISION_CUSTOM_ACTION_ARGS"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.AccessAttribute",
        "datatype" : "BOOLEAN",
        "description" : "This flag defines whether BNA should acquire/release IP in IPAM or not. This flag is currently used in SOI onboard and offboard flows. This flag value
will be used by BNA in scenario where IPAM operation (IP acquire/release) is done outside CLM.",
        "guid" : "c1bfe24e-e166-485c-8521-2a58879c9343",
        "isOptional" : true,
        "isPassword" : false,
        "modifiableWithoutRestart" : false,
        "name" : "BBNA_SKIP_IPAM_OPERATION"
      } ],
      "description" : "BBNA Provider",
      "guid" : "5fe9940b-47ca-4ba3-bd3c-13cdafdb6164",
      "isInternal" : false,
      "name" : "BBNA",
      "parent" : "13a7582e-2143-4add-80dc-dfd08647c266",
      "supportedOperations" : [ {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "Refresh firewall rules and network path of each container",
        "guid" : "cc6fcfb6-6fb8-4ac3-ae6d-45132821c371",
        "name" : "NetworkContainer_upgradeNetworkPaths",
        "operationName" : "upgradeNetworkPaths"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Pod",
        "description" : "Pod Search Operation",
        "guid" : "35047a10-f5bb-458e-a618-a54f2812719a",
        "name" : "Pod_SEARCH",
        "operationName" : "SEARCH"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.ContainerBlueprint",
        "description" : "ContainerBlueprint Search Operation",
        "guid" : "318d1f57-3f01-42db-a2a4-567c3097f68c",
        "name" : "ContainerBlueprint_SEARCH",
        "operationName" : "SEARCH"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "NetworkContainer Search Operation",
        "guid" : "318d1f57-3f01-42db-a2a4-567c3097f6ac",
        "name" : "NetworkContainer_SEARCH",
        "operationName" : "SEARCH"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.ContainerBlueprint",
        "description" : "ContainerBlueprint Create Operation",
        "guid" : "9a888cab-f546-49fd-82d3-a6eea8eb1b34",
        "name" : "ContainerBlueprint_CONSTRUCTOR",
        "operationName" : "CONSTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.ContainerBlueprint",
        "description" : "ContainerBlueprint Delete Operation",
        "guid" : "8ff46f0e-0815-4a37-957d-e82aa1898a03",
        "name" : "ContainerBlueprint_DESTRUCTOR",
        "operationName" : "DELETE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.ContainerBlueprint",
        "description" : "ContainerBlueprint On-boarding Operation",
        "guid" : "8c9ac5b6-0b5f-4df5-b707-3cd7d4e89255",
        "name" : "ContainerBlueprint_ONBOARD",
        "operationName" : "ONBOARD"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.ContainerBlueprint",
        "description" : "ContainerBlueprint Off-boarding Operation",
        "guid" : "b02a9c8b-5f6e-45d1-909c-7d1447fdeb87",
        "name" : "ContainerBlueprint_OFFBOARD",
        "operationName" : "OFFBOARD"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Pod",
        "description" : "Pod Create Operation",
        "guid" : "eb158b4a-416e-4a1c-ace7-95baf0bf74b3",
        "name" : "Pod_CONSTRUCTOR",
        "operationName" : "CONSTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Pod",
        "description" : "Pod Delete Operation",
        "guid" : "df341eac-03fd-4cb6-900b-dcca3fe3b013",
        "name" : "Pod_DELETE",
        "operationName" : "DELETE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Pod",
        "description" : "Pod On-boarding Operation",
        "guid" : "4c4489da-1767-42c4-a265-cae520bb27e3",
        "name" : "Pod_ONBOARD",
        "operationName" : "ONBOARD"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Pod",
        "description" : "Pod Off-boarding Operation",
        "guid" : "e3c7a207-8607-4108-9c66-ea159609dd19",
        "name" : "Pod_OFFBOARD",
        "operationName" : "OFFBOARD"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkConnector",
        "description" : "NetworkConnector Create Operation",
        "guid" : "72125211-d5ff-4c21-9cde-9dfa53efadf8",
        "name" : "NetworkConnector_CONSTRUCTOR",
        "operationName" : "CONSTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkConnector",
        "description" : "NetworkConnector Bulk Create Operation",
        "guid" : "E08D3623-D390-44AA-9B9A-86313B83BA15",
        "name" : "NetworkConnector_BULKCREATE",
        "operationName" : "BULKCREATE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkConnector",
        "description" : "NetworkConnector Delete Operation",
        "guid" : "0508f130-2966-11e0-91fa-0800200c9a66",
        "name" : "NetworkConnector_DESTRUCTOR",
        "operationName" : "DESTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkConnector",
        "description" : "NetworkConnector Onboard Operation",
        "guid" : "ffecdbd5-1db9-4fd4-8a41-509971bee4eb",
        "name" : "NetworkConnector_ONBOARD",
        "operationName" : "ONBOARD"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "NetworkContainer Create Operation",
        "guid" : "d222aa58-9d97-4b08-b55d-97842529d29d",
        "name" : "NetworkContainer_CONSTRUCTOR",
        "operationName" : "CONSTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "NetworkContainer Update Operation",
        "guid" : "f1f3212e-f290-47fe-bd61-119e5425ea66",
        "name" : "NetworkContainer_UPDATE",
        "operationName" : "UPDATE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "NetworkContainer Delete Operation",
        "guid" : "6ec7fb6f-7e27-445d-8472-917d37688c0c",
        "name" : "NetworkContainer_DELETE",
        "operationName" : "DESTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "NetworkContainer Onboard Operation",
        "guid" : "4c977700-2967-11e0-91fa-0800200c9a66",
        "name" : "NetworkContainer_ONBOARD",
        "operationName" : "ONBOARD"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LoadBalancerPool",
        "description" : "LoadBalancerPool Create Operation",
        "guid" : "dc1c5710-2967-11e0-91fa-0800200c9a66",
        "name" : "LoadBalancerPool_CONSTRUCTOR",
        "operationName" : "LBP_CREATE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LoadBalancerPool",
        "description" : "LoadBalancerPool Delete Operation",
        "guid" : "06cedcc0-2969-11e0-91fa-0800200c9a66",
        "name" : "LoadBalancerPool_DECOMMISSION",
        "operationName" : "DECOMMISSION"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LBPoolEntry",
        "description" : "LoadBalancerPoolEntry Create Operation",
        "guid" : "662ffa00-2969-11e0-91fa-0800200c9a66",
        "name" : "LBPoolEntry_CONSTRUCTOR",
        "operationName" : "LBPE_CREATE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LBPoolEntry",
        "description" : "LoadBalancerPoolEntry Delete Operation",
        "guid" : "bfafc850-296c-11e0-91fa-0800200c9a66",
        "name" : "LBPoolEntry_DECOMMISSION",
        "operationName" : "DECOMMISSION"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkPath",
        "description" : "NetworkPath Create Operation",
        "guid" : "f8d347d8-40d5-4c4a-8ba1-ea15988a43ba",
        "name" : "NetworkPath_CONSTRUCTOR",
        "operationName" : "CONSTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkPath",
        "description" : "NetworkPath delete Operation",
        "guid" : "da18395d-3140-4aac-8eb2-f4cadf362db9",
        "name" : "NetworkPath_DESTRUCTOR",
        "operationName" : "DESTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.FirewallRule",
        "description" : "FirewallRule Create Operation",
        "guid" : "51a45cf0-297a-11e0-91fa-0800200c9a66",
        "name" : "FirewallRule_CONSTRUCTOR",
        "operationName" : "CONSTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.FirewallRule",
        "description" : "FirewallRule Delete Operation",
        "guid" : "02436260-2983-11e0-91fa-0800200c9a66",
        "name" : "FirewallRule_DESTRUCTOR",
        "operationName" : "DESTRUCTOR"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.FirewallRule",
        "description" : "FirewallRule Search Operation",
        "guid" : "591c33f0-2983-11e0-91fa-0800200c9a66",
        "name" : "FirewallRule_SEARCH",
        "operationName" : "SEARCH"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LogicalDataCenterAddressPool",
        "description" : "LogicalDataCenterAddressPool acquireAddresses Operation",
        "guid" : "ce4b6dce-6416-49f1-8fb8-fed32122347a",
        "name" : "LogicalDataCenterAddressPool_ACQUIREADDRESSES",
        "operationName" : "ACQUIREADDRESSES"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LogicalDataCenter",
        "description" : "LogicalDataCenter deleteAddressPools Operation",
        "guid" : "2bcd2788-a026-48cd-91c1-64fefb158566",
        "name" : "LogicalDataCenter_DELETEADDRESSPOOLS",
        "operationName" : "DELETEADDRESSPOOLS"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LogicalDataCenterAddressPool",
        "description" : "LogicalDataCenterAddressPool releaseAddresses Operation",
        "guid" : "67ba449a-c3ae-4c51-a739-6a1fe6798094",
        "name" : "LogicalDataCenterAddressPool_RELEASEADDRESSES",
        "operationName" : "RELEASEADDRESSES"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LogicalDataCenterAddressPool",
        "description" : "LogicalDataCenterAddressPool reserveAddresses IPAddress Operation",
        "guid" : "29f5e503-94ad-448c-9847-a7dd0f18ea61",
        "name" : "LogicalDataCenterAddressPool_RESERVEADDRESSES",
        "operationName" : "RESERVEADDRESSES"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LogicalDataCenter",
        "description" : "LogicalDataCenter reserveAddressPools Operation",
        "guid" : "591e27a0-f965-4aec-bcaa-3185942189e4",
        "name" : "LogicalDataCenter_RESERVEADDRESSPOOLS",
        "operationName" : "RESERVEADDRESSPOOLS"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.SwitchAccessSecurityDeviceNetworkInterface",
        "description" : "SwitchAccessSecurityDeviceNetworkInterface replaceDistributed Operation",
        "guid" : "cdb2503c-bd4b-4c24-a98d-4fec52a14b41",
        "name" : "SwitchAccessSecurityDeviceNetworkInterface_replaceDistributedFirewallRules",
        "operationName" : "REPLACEDISTRIBUTEDFIREWALLRULES"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.FirewallNetworkInterface",
        "description" : "FirewallNetworkInterface replaceInbound Operation",
        "guid" : "9ee66d50-4c33-11e1-b86c-0800200c9a66",
        "name" : "FirewallNetworkInterface_REPLACEINBOUNDRULES",
        "operationName" : "REPLACEINBOUNDRULES"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.FirewallNetworkInterface",
        "description" : "FirewallNetworkInterface replaceOutbound Operation",
        "guid" : "a5e0c600-4c33-11e1-b86c-0800200c9a66",
        "name" : "FirewallNetworkInterface_REPLACEOUTBOUNDRULES",
        "operationName" : "REPLACEOUTBOUNDRULES"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LoadBalancerPool",
        "description" : "LoadBalancerPool Search Operation",
        "guid" : "bd584c50-2983-11e0-91fa-0800200c9a66",
        "name" : "LoadBalancerPool_SEARCH",
        "operationName" : "SEARCH"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LBPoolEntry",
        "description" : "LoadBalancerPoolEntry Search Operation",
        "guid" : "0fa665a0-2984-11e0-91fa-0800200c9a66",
        "name" : "LBPoolEntry_SEARCH",
        "operationName" : "SEARCH"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LBPoolEntry",
        "description" : "LoadBalancerPoolEntry Enable Operation",
        "guid" : "5bb07df0-2984-11e0-91fa-0800200c9a66",
        "name" : "LBPoolEntry_ENABLE",
        "operationName" : "ENABLE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LBPoolEntry",
        "description" : "LoadBalancerPoolEntry Disable Operation",
        "guid" : "b1631f00-2984-11e0-91fa-0800200c9a66",
        "name" : "LBPoolEntry_DISABLE",
        "operationName" : "DISABLE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Firewall",
        "description" : "Firewall Modify Operation",
        "guid" : "f1472b70-2984-11e0-91fa-0800200c9a66",
        "name" : "Firewall_MODIFY",
        "operationName" : "MODIFY"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Firewall",
        "description" : "Firewall Modify All Rules For One IP Operation",
        "guid" : "a1472b70-2984-11e0-91fa-0800200c9870",
        "name" : "Firewall_REPLACERULESFORIP",
        "operationName" : "REPLACERULESFORIP"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "Acquires public ip for given device ",
        "guid" : "cc2f0347-48af-414a-8924-883465c5403c",
        "name" : "NetworkContainer_ACQUIRENATADDRESS",
        "operationName" : "ACQUIRENATADDRESS"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "Release public IP for given device",
        "guid" : "cc2f0347-48af-414a-8924-883465c5404a",
        "name" : "NetworkContainer_RELEASENATADDRESS",
        "operationName" : "RELEASENATADDRESS"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Pod",
        "description" : "Upgrade Pod for Migration",
        "guid" : "7e115021-e75d-43fd-bd39-04890d04993f",
        "name" : "Pod_UPGRADE",
        "operationName" : "UPGRADE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Pod",
        "description" : "Pod Reprovision",
        "guid" : "20cb4003-8fde-483c-9ca5-624ccd67ac3e",
        "name" : "Pod_REPROVISION",
        "operationName" : "REPROVISION"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "NetworkContainer Upgrade Operation",
        "guid" : "d222aa58-9d97-4b08-b55d-97842529d290",
        "name" : "NetworkContainer_UPGRADE",
        "operationName" : "UPGRADE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LoadBalancer",
        "description" : "LoadBalancer Upgrade Operation",
        "guid" : "d222aa58-9d97-4b08-b55d-97842529d291",
        "name" : "LoadBalancer_UPGRADE",
        "operationName" : "UPGRADE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.Firewall",
        "description" : "Firewall Upgrade Operation",
        "guid" : "d222aa58-9d97-4b08-b55d-97842529d292",
        "name" : "Firewall_UPGRADE",
        "operationName" : "UPGRADE"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.NetworkContainer",
        "description" : "NetworkContainer Reprovision Operation",
        "guid" : "2a2c5954-665d-45a9-9a92-cc9b26fc4735",
        "name" : "NetworkContainer_REPROVISION",
        "operationName" : "REPROVISION"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LogicalDataCenterDomainNameSystem",
        "description" : "LogicalDataCenterDomainNameSystemRegisterHost",
        "guid" : "4130cee1-d600-437d-ae2e-9e430f61815b",
        "name" : "LogicalDataCenterDomainNameSystemRegisterHost",
        "operationName" : "REGISTERHOST"
      }, {
        "cloudClass" : "com.bmc.cloud.model.beans.ProvidedOperation",
        "className" : "com.bmc.cloud.model.beans.LogicalDataCenterDomainNameSystem",
        "description" : "LogicalDataCenterDomainNameSystemDeRegisterHost",
        "guid" : "7c02b05c-f9ae-4a98-bb94-e5b73a643552",
        "name" : "LogicalDataCenterDomainNameSystemDeRegisterHost",
        "operationName" : "DEREGISTERHOST"
      } ]
    }
  } ],
  "totalRows" : 1
}]

 

 

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