List Configs
List all the profiles which are registered.
Request
URLURL
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
array
of
InfraprofileConfigsProfileInfo
of type application/json
List of profiles with description are registered.
[
{
"info": "string",
"name": "string"
}
]
Description of the profile.
Name of the profile which is also a profile identifier. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.infraprofile.profile. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.infraprofile.profile.
Errors
com.vmware.vapi.std.errors.error : If there is unknown internal error. The accompanying error message will give more details about the failure.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: list