Skip to content

Commit

Permalink
feat(osconfig): update the api
Browse files Browse the repository at this point in the history
#### osconfig:v1alpha

The following keys were added:
- schemas.OSPolicyResourceConfigStep.properties.errorMessage.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jun 5, 2021
1 parent 6d8ddc9 commit 5dbaaad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ <h3>Method Details</h3>
{ # Compliance data for an OS policy resource.
&quot;configSteps&quot;: [ # Ordered list of configuration steps taken by the agent for the OS policy resource.
{ # Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.
&quot;errorMessage&quot;: &quot;A String&quot;, # An error message recorded during the execution of this step. Only populated when outcome is FAILED.
&quot;outcome&quot;: &quot;A String&quot;, # Outcome of the configuration step.
&quot;type&quot;: &quot;A String&quot;, # Configuration step type.
},
Expand Down Expand Up @@ -173,6 +174,7 @@ <h3>Method Details</h3>
{ # Compliance data for an OS policy resource.
&quot;configSteps&quot;: [ # Ordered list of configuration steps taken by the agent for the OS policy resource.
{ # Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.
&quot;errorMessage&quot;: &quot;A String&quot;, # An error message recorded during the execution of this step. Only populated when outcome is FAILED.
&quot;outcome&quot;: &quot;A String&quot;, # Outcome of the configuration step.
&quot;type&quot;: &quot;A String&quot;, # Configuration step type.
},
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/discovery_cache/documents/osconfig.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
}
}
},
"revision": "20210507",
"revision": "20210527",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptSettings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
}
}
},
"revision": "20210507",
"revision": "20210527",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"CVSSv3": {
Expand Down Expand Up @@ -1617,6 +1617,10 @@
"description": "Step performed by the OS Config agent for configuring an `OSPolicyResource` to its desired state.",
"id": "OSPolicyResourceConfigStep",
"properties": {
"errorMessage": {
"description": "An error message recorded during the execution of this step. Only populated when outcome is FAILED.",
"type": "string"
},
"outcome": {
"description": "Outcome of the configuration step.",
"enum": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
}
}
},
"revision": "20210507",
"revision": "20210527",
"rootUrl": "https://osconfig.googleapis.com/",
"schemas": {
"AptRepository": {
Expand Down

0 comments on commit 5dbaaad

Please sign in to comment.