Esx. Settings. Repository. Software List

Esx. Settings. Repository. Software List

Returns the list of software specification in the repository.

This operation was added in vSphere API 9.0.0.0.

Returns an authorization error if you do not have all of the privileges described as follows:

  • Operation execution requires VcIntegrity.lifecycleSoftwareSpecification.Read.
Request
URI
GET
https://{api_host}/esx/settings/repository/software
COPY
Query Parameters
string of array
owners
Optional

Filter software specification in repository based on the image owners.

This property was added in vSphere API 9.0.0.0.

If missing or null, the filter will match all the owners.

string of array
display_names
Optional

Filter software specification in repository based on the display names.

This property was added in vSphere API 9.0.0.0.

If missing or null, the filter will match all the display names.


Authentication
This operation uses the following authentication methods.
Responses
200

List of software specification in the repository matching the filter.

Returns Esx.Settings.Repository.Software.ListResult of type(s) application/json
"Esx.Settings.Repository.Software.ListResult Object"

401

If the caller is not authenticated.

Returns Vapi.Std.Errors.Unauthenticated of type(s) application/json
"Vapi.Std.Errors.Unauthenticated Object"

403

If the caller does not have the necessary privileges.

Returns Vapi.Std.Errors.Unauthorized of type(s) application/json
"Vapi.Std.Errors.Unauthorized Object"

500

If there is unknown internal error. The accompanying error message will give more details about the failure.

Returns Vapi.Std.Errors.Error of type(s) application/json
"Vapi.Std.Errors.Error Object"

503

If the service is not available.

Returns Vapi.Std.Errors.ServiceUnavailable of type(s) application/json
"Vapi.Std.Errors.ServiceUnavailable Object"

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/esx/settings/repository/software