HostGetMyAssignedProfile

Get the profile and version assigned to the host invoking this method.

URL

/cubit_api/1/my_profile

Authentication

This method does not require authentication.

Parameters

output ( Required, once )
Output type, either 'txt' (for text output) or 'xml' (for XML output).
Type: String

Example Response

        
    Sample XML output:
    <?xml version='1.0'?>
    <cubit version='1'>
      <profile revision="26" version="2">rhel3_base</profile>
    </cubit>

    Sample text output:
    rhel3_base  26  2
    

Response Codes